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
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.
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.