the new grbl code doesn’t seem to work with stock grbl 0.9.
Here’s the console output when I connect:
node server-grbl.js
DEPRECATION: Please use require('serialport')
instead of require('serialport').SerialPort
*************************************************************
-
Notice: *
*************************************************************
-
Remember to update (: !!! *
-
- Run ./update.sh or git pull *
-
- or check the commit log on *
-
https://github.com/openhardwarecoza/LaserWeb/commits/master *
************************************************************* - Access the LaserWeb User Interface: *
-
- Open Chrome *
-
- Go to : *
-
http://127.0.1.1:8000/ *
*************************************************************
WARN: Connecting to Port /dev/ttyACM0,115200
Connected to /dev/ttyACM0at 115200
Recv:
Nope
Recv: Gr 0.9j [’$’ for help]
Nope
Recv: <Idle,MPos:0.000,0.000,0.000,WPos:0.000,0.000,0.000>
Recv: <Idle,MPos:0.000,0.000,0.000,WPos:0.000,0.000,0.000>
Recv: <Idle,MPos:0.000,0.000,0.000,WPos:0.000,0.000,0.000>
I figure that “nope” is about as instructive as it gets, at the moment.