Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"The Easel Driver doesn't support your machine" #6

Open
ryanohoro opened this issue Dec 25, 2017 · 0 comments
Open

"The Easel Driver doesn't support your machine" #6

ryanohoro opened this issue Dec 25, 2017 · 0 comments

Comments

@ryanohoro
Copy link

ryanohoro commented Dec 25, 2017

New error from the Easel interface when running /setup...

"The Easel Driver doesn't support your machine"

Updating the project files with libraries from the latest EaselLocal (0.3.10) cleared the error, but even with some fiddling to merge the updates from iris.js to index.js (SSL was added) and changing the version number, Easel was getting stuck while trying to connect "Connecting to X-Carve…".

Debugging the xcarve-server in Node, the opening of the serial port seems to time out after a minute or so?

/usr/local/lib/node_modules/xcarve-server/lib/serial_port_controller.js:54
     thisPort = new SerialPort(comName, {
                ^
TypeError: SerialPort is not a function

I updated SerialPort and socket.io dependency versions specified by EaselLocal 0.3.10, and added the new "abilities" to package.json from EaselLocal 0.3.10. I can now successfully connect to the X-Contoller and move the gantry.

Sorry if this isn't very helpful. I'm new to Node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant