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

Added a startup delay to GRBL buffer flow to give the controller time… #56

Closed MatthiasWM closed 6 years ago

MatthiasWM commented 6 years ago

… to boot up before being slammed with status requests.

It seems that Arduinos regularly have issues booting grbl if the serial port is already filled while still initializing. The delay has minimized my startup issues to almost zero.