Skip to content

Commit bd95dba

Browse files
committed
Updated readme
Former-commit-id: a5eb092f7b1716cda777e02be0981f60340d79f8 [formerly 1a1785562faaacdacf598c7e03d3e6a724054fd2] Former-commit-id: 475090a816bb5d8a4b8e0e02cdbe00b41df527ec
1 parent 1eaac1e commit bd95dba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
serial-port-json-server
22
=======================
33

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.
99

1010
The app is written in Go. It has an embedded web server and websocket server.
1111
The server runs on the standard port of localhost:8989. You can connect to

0 commit comments

Comments
 (0)