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

Consuming Virtual Coms #8

Open
thboomsma opened this issue Jul 3, 2019 · 2 comments
Open

Consuming Virtual Coms #8

thboomsma opened this issue Jul 3, 2019 · 2 comments

Comments

@thboomsma
Copy link

Thanks for this library

Got it installed and it works fine up to the telnet part.

Can you reference any libraries or code for NodeJS or the browser itself to consume these virtual COM's
I found this one:
https://github.com/papnkukn/remote-serial-port-client
But this is specifically written for NodeJS Virtual Com server

Thanks in advance
Theo Boomsma

@thboomsma
Copy link
Author

Update:
Socat to a local dev folder
socat pty,link=/$HOME/dev/VCOM0,waitslave tcp:yourESPIP:YourESPPort/
OR
screen -s19200 telnet yourESPIP YourESPPort

...seem to work but i am looking for a HTML5/JS method of connecting directly so as to host a /client web page on the same ESP32 so to get direct access to the COM ports (after authentication)
Regards

@thboomsma
Copy link
Author

Is it possible to run this on WebSockets optionally of raw TCP sockets? I've been trying to get that working to no avail... please advise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant