chilipeppr / serial-port-json-server

Serial Port JSON Server is a websocket server for your serial devices. It compiles to a binary 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
322 stars 101 forks source link

SerialPort config how..? #16

Open sfkristof opened 8 years ago

sfkristof commented 8 years ago

Hi!

What can I do if I would like this tool with a device where I have to use such a serial port config: baud=9600, databits=7, stopbits=1, parity=even, flow control=none? I couldn't find any possibility to set these and without this the communication is not working. I tried to use it with a serial port proxy program where I could config these and then it was working.

Thanks in advance!

Kristof

sfkristof commented 8 years ago

I already implemented this feature and there is a pull request in progress on this fork: https://github.com/johnlauer/serial-port-json-server/issues/53