Use VSCode serial API to reduce TD and
Josverl opened this issue ยท 0 comments
Josverl commented
Feature Request ๐
I know for personal experience that maintaining a stable serial API across all of VScode's distributions is a lot of work.
I noticed that the VSCode Serial monitor gained an published API , which may help reduce the effort needed.
https://github.com/microsoft/vscode-serial-monitor?tab=readme-ov-file#public-api-for-the-ms-vscodevscode-serial-monitor-vs-code-extension
If you can integrate with that, and if it provides the capabilities you need , then that would
- reduce the effort to get serial to all platforms
- also get you serial over TCP ( not webrepl though)
Not sure how well that matches the work that you have in place today though.
And for proper support of the ESP families on Windows there is some DTR / RTS logic to add ( not complicated to do, more a need to know how)