andrewhodel / grblweb

a web based CNC controller for GRBL
189 stars 71 forks source link

Cannot start on Linux #37

Closed jack9603301 closed 2 years ago

jack9603301 commented 2 years ago

Cannot start on Linux,The following errors are reported

Got error: connect ECONNREFUSED 127.0.0.1:8080 not enabling webcam
node:internal/process/promises:265
            triggerUncaughtException(err, true /* fromPromise */);
            ^

Error: Error: Input/output error setting custom baud rate of 115200
Emitted 'error' event on SerialPort instance at:
    at SerialPort._error (/home/cnc/grblweb/node_modules/@serialport/stream/lib/index.js:200:10)
    at /home/cnc/grblweb/node_modules/@serialport/stream/lib/index.js:242:12

Node.js v17.4.0
andrewhodel commented 2 years ago

That means your serial port is not working.