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

API to receive data or send data by other extension. #186

Closed huoyunjie closed 5 months ago

huoyunjie commented 5 months ago

Type: Feature Request

I want to write an extension which can receive/send serial data, and don't want to show Serial Monitor UX. I try to use the API of Serial Monitor, but I just can call open/close, can not find receive/send data API. Can you provide more API? Or can you guide me how to create a similar extension as yours.

gcampbell-msft commented 5 months ago

@huoyunjie We don't have plans to extend the API to strictly send/receive data without the API. Thanks for your interest!