Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

Configure receiving serial monitor for newlines. #95

Closed dhebbeker closed 9 months ago

dhebbeker commented 10 months ago

The Wokwi VS Code Extension uses a different terminal beginning with version 2.1.0. The version used there does not do an automatic carriage return.

This can be changed by changing the 'Line feed/new line' mode of the terminal to 'new line'.

With that change, using Wokwi VS Code Extension version 2.1.0 renders properly aligned lines again. Using older versions will work as well, but the mode control sequence will be printed to Wokwi's integrated terminal once at the beginning of the program:



See also