Serial Monitor that allows for reading and writing to serial ports. Official issue tracking repository for Microsoft's Serial Monitor VS Code extension.
MIT License
60
stars
8
forks
source link
Allow disabling word wrap in the serial terminal text pane #121
Often the terminal output is prefixed with timestamps, type of message, category and then payload data. Since word wrap is enabled by default you can not easily identify the beginning of a new record because there may be several (to many) lines of record payload.
Allow the ability to disable word wrap which would then display a horizontal scroll bar and start each line on a new line using the CR or LF control codes as appropriate.
Type: Feature Request
Often the terminal output is prefixed with timestamps, type of message, category and then payload data. Since word wrap is enabled by default you can not easily identify the beginning of a new record because there may be several (to many) lines of record payload.
Allow the ability to disable word wrap which would then display a horizontal scroll bar and start each line on a new line using the CR or LF control codes as appropriate.