Closed kenpem closed 4 years ago
EADDRINUSE
means something is already listening on that port. Are you sure it's not already running?
What if you screen -r
? If nothing opens, try, lsof -n | grep :1438' and paste output to see what's listening on the port (you may need to
sudo apt-get -y install lsof`)
Sorry for the delay in response.
I ended up retiring that laptop and setting up a dedicated Raspberry PI to run the CNC. The curl install worked flawlessly, and as I type this, my 3018 is busy carving a clock face.
You rock.
Awesome! Thanks for the update.
Almost certainly my fault as I'm not Linux-flavoured enough to understand these things! Using the curl install, I end up with
I've tried the curl command as posted, and also as a sudo command, same result. What I am doing wrong? Any help much appreciated! My CNC 3018 is built and ready to go... I just need Easel to talk to it :)