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
55 stars 5 forks source link

Need TCP server #108

Open sgmklp opened 1 year ago

sgmklp commented 1 year ago

Type: Feature Request

The function is required to create a local TCP server to listen to the local network port. If possible, the client and server with UDP function are also needed, which will be very helpful. A simple embedded communication test tool will be directly available in VS Code. Thanks.

gcampbell-msft commented 1 year ago

Hi @sgmklp, following up on your request! For now, we don't have the bandwidth, so we've placed it on the backlog.

Also, we typically sort our backlog by the amount of up-votes, so we encourage you to up-vote the issue and we will track the up-votes!

JunJie-zhang-o commented 5 months ago

On Windows computers, there are many socket debugging assistants, but on Mac or Linux, the nc command is usually used for debugging. If vscode can integrate the socket server function, I think it's great.