You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
I followed the instructions to install, but npm install failed due to problems with the SerialPort version bundled (1.7.4).
I tried swapping in the latest version of SerialPort (6.2.0), which builds OK on OSX HighSierra, but this doesn't work with GrblServer:
/Users/steph/Downloads/CNC/GRBLServer/out/server.js:358
parser: serialport.parsers.readline("\n")
^
TypeError: serialport.parsers.readline is not a function
It looks like SerialPort has upgraded their interface, and 1.7.4 is a long way behind. I tried various other versions of SerialPort, but couldn't get it working.
Is this still supported on OSX, or am I doing something wrong?
Thanks,
Dan
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I followed the instructions to install, but npm install failed due to problems with the SerialPort version bundled (1.7.4).
I tried swapping in the latest version of SerialPort (6.2.0), which builds OK on OSX HighSierra, but this doesn't work with GrblServer:
It looks like SerialPort has upgraded their interface, and 1.7.4 is a long way behind. I tried various other versions of SerialPort, but couldn't get it working.
Is this still supported on OSX, or am I doing something wrong?
Thanks,
Dan
The text was updated successfully, but these errors were encountered: