Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use VSCode serial API to reduce TD and #198

Open
Josverl opened this issue Feb 5, 2024 · 0 comments
Open

Use VSCode serial API to reduce TD and #198

Josverl opened this issue Feb 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Josverl
Copy link

Josverl commented Feb 5, 2024

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)

@Josverl Josverl added the enhancement New feature or request label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant