microsoft / vscode-embedded-tools

Official issue tracking repository for Microsoft's Embedded Tools VS Code extension.
MIT License
43 stars 3 forks source link

Add Serial monitor over TCP/IP #32

Closed pranjalchanda08 closed 1 year ago

pranjalchanda08 commented 1 year ago

Type: Feature Request

It would be nice to have a Serial monitor that can connect to a TCP/IP pipe and perform a 2 way communication over the network. This would help people doing remote debugging.

gcampbell-msft commented 1 year ago

@pranjalchanda08 Could you please move this issue to the Serial Monitor extension repository? https://github.com/microsoft/vscode-serial-monitor

Additionally, we have support for this! Switch the "mode" to TCP, and you can do exactly what you want!

image