microsoft / vscode-serial-monitor

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

Setting for specifying the line ending when sending text via TCP #130

Closed UCSIG closed 5 months ago

UCSIG commented 1 year ago

Type: Feature Request

Setting for specifying the line ending when sending text via TCP

First of all, thanks for the useful extension! When using TCP as the monitor mode, it would be super useful if there were an option to specify the line ending that is appended to the text when pressing Send as text, similar to the option available in serial monitor mode. The application receiving data via TCP expects a \n newline character as the terminating character when parsing commands.

Cheers

gcampbell-msft commented 1 year ago

@UCSIG Thanks for the recommendation! I have placed it on the backlog and we will get to it as our soonest availability based on our overall workload.

rdavies-intel commented 1 year ago

Was just about to enter the same request, this change would be really useful.