You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: