serial-port-json-server icon indicating copy to clipboard operation
serial-port-json-server copied to clipboard

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

Results 42 serial-port-json-server issues
Sort by recently updated
recently updated
newest added

Hi there, This only seems to be opened with the text editor. In my old mac which I just replaced, it was automatically opened with Terminal. When I drag this...

The README.md says that the websocket URL is `ws://localhost/ws` by default, but it is actually on port 8989 as well, so the correct default URL for the websocket is `ws://localhost:8989/ws`...

Is there a Mac pre-built binary available? The documentation says so but I don't see it on the releases page.

I'm running into a problem where when I send Gcode to a TinyG V9 (Bantam/Othermill) using ChiliPepper and SPJS, and there are small steps in the Gcode (specifically that of...

I haven't seen any examples of anyone using serial port json server in Linux. Has anyone done this? The readme files suspiciously always have examples of how to install using...

Hi @chilipeppr, nice your project, greatly simplifies the process of communication! I'm thinking of using serial-port-json-server as a Windows/Linux/Mac OS as a service, you figure out what the best way...

Hello! First of all, this project is simply awesome! Huge thanks for everyone involved! :1st_place_medal: I'm really excited not only about its idea and implementation (in Go!) but how it...

Where can I read the documentation on how to interact with this server as a client?

We are using the 1.95 version of the serial json service. Is there a command to check if a comport is already open? When we sending JSON command to open...

It _seems_ that if clients (or even the same client) reconnect without disconnect first, they will receive garbage chars. For example in an html page I have a "Connect" button:...