sir-buckyball / chrome-gcode-sender

A gcode-sender application for Chrome/ChromeOS.
MIT License
60 stars 24 forks source link

added code to handle the break command sent by GRBL once serial conne… #45

Open mglotzbach opened 6 years ago

mglotzbach commented 6 years ago

GRBL firmware seems to issue a serial break once the connection is established. This would leave the chrome serial service in a paused state. By simply unpausing the serial service, grbl firmware continues to work as expected.

mglotzbach commented 6 years ago

One clarification... I am using GRBL 1.1 on a CNC xPro V3 controller. Unsure if the break is unique to GRBL or just this revision.