File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
serial-port-json-server
2
2
=======================
3
3
4
- A serial port JSON websocket & ; web server that runs in your system tray on
5
- Windows, Mac, Linux, or Raspberry Pi that lets you communicate with your serial port from a
6
- web application. This enables web apps to be written that can communicate with
7
- your local serial device such as an Arduino, CNC controller, or any device that
8
- communicates over the serial port.
4
+ A serial port JSON websocket & ; web server that runs from the command line on
5
+ Windows, Mac, Linux, or Raspberry Pi that lets you communicate with your serial
6
+ port from a web application. This enables web apps to be written that can
7
+ communicate with your local serial device such as an Arduino, CNC controller, or
8
+ any device that communicates over the serial port.
9
9
10
10
The app is written in Go. It has an embedded web server and websocket server.
11
11
The server runs on the standard port of localhost:8989. You can connect to
You can’t perform that action at this time.
0 commit comments