![]() |
Forum Index : Microcontroller and PC projects : TeraTerm / Output Redirection / Input oddities
Author | Message | ||||
elk1984![]() Senior Member ![]() Joined: 11/07/2020 Location: United KingdomPosts: 228 |
Using the CMM2 with a capture card and Tera Term effectively gives a two monitor setup which is very cool. Is it possible to write output to the terminal window only? - this would be really useful for debug data for game development / graphics work. On a different but related note, has anyone noticed oddities when pasting text into the program editor via Teraterm. The first few characters work OK and single lines are fine, but carriage returns behave oddly - either being ignored, or characters after the carriage return corrupting the rest of the input stream. |
||||
TassyJim![]() Guru ![]() Joined: 07/08/2011 Location: AustraliaPosts: 6283 |
OPTION CONSOLE SERIAL will disable the console output to the VGA screen and send all output to the serial console. This is useful for debugging graphics applications as diagnostic PRINT statements will not corrupt the screen display. In TeraTerm, try putting in a delay under setup/serial port/ msec/line Jim VK7JH MMedit |
||||
elk1984![]() Senior Member ![]() Joined: 11/07/2020 Location: United KingdomPosts: 228 |
Thank you - perfect! |
||||
elk1984![]() Senior Member ![]() Joined: 11/07/2020 Location: United KingdomPosts: 228 |
Working with a few changes. Transmit delay of 1ms/char, 500ms/line and New-line terminal transmit changed to CR+LF. Just about quicker than popping the SD card out for smaller fragments of code. |
||||
TassyJim![]() Guru ![]() Joined: 07/08/2011 Location: AustraliaPosts: 6283 |
500ms/line is way too slow try 100 and scrap the character delay. Edited 2020-10-11 07:19 by TassyJim VK7JH MMedit |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |