johnlauer / serial-port-json-server

A serial port JSON websocket server for Windows, Mac, Linux, Raspberry Pi, or BeagleBone Black that lets you communicate with your serial port from a web application. This enables web apps to be written that can communicate with your local serial device such as an Arduino, CNC controller, or any device that communicates over the serial port.
http://chilipeppr.com
GNU General Public License v2.0
355 stars 174 forks source link

Need RTS glitch for ESP32 NodeMcu CoreBoard #69

Open hexanet67 opened 6 years ago

hexanet67 commented 6 years ago

Hi I'm trying to get working serial-port-json-server with ESP32 Core Board equipped with usb-to-serial converter. When I connect USB to Linux PC and reset CoreBoard using button on it, everything works fine, because during boot it detect active serial port and enable console. I know, I can reset the board porting RTS from low to high and the to low again, but I don't know, how to achieve this with serial-port-json-server. Can you give me some hint how can I add this glitch on RTS after port is opened ? Thank you. Best regards,

Jan

chilipeppr commented 6 years ago

I always just manually reset the esp device. It would be cool to figure out a better way though. I haven't or much thought into it. Spjs is open source though if you wanted to experiment.

On Feb 25, 2018 4:18 PM, "hexanet67" notifications@github.com wrote:

Hi I'm trying to get working serial-port-json-server with ESP32 Core Board equipped with usb-to-serial converter. When I connect USB to Linux PC and reset CoreBoard using button on it, everything works fine, because during boot it detect active serial port and enable console. I know, I can reset the board porting RTS from low to high and the to low again, but I don't know, how to achieve this with serial-port-json-server. Can you give me some hint how can I add this glitch on RTS after port is opened ? Thank you. Best regards,

Jan

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/johnlauer/serial-port-json-server/issues/69, or mute the thread https://github.com/notifications/unsubscribe-auth/AHidbTm3EnrNtUxmWZlt2Izp51EOrCh4ks5tYXnIgaJpZM4SSVQC .