Skip to content

Can't connect to AxiDraw #95

@TheAmazingPT

Description

@TheAmazingPT

I made sure, that the AxiDraw is properly connected to my Laptop and has power.

My system:

Ubuntu 16.04.4 LTS (Xenial Xerus)

Node: 10.5.0
NPM: 6.1.0
» cat config.ini
httpPort=4242
httpLocalOnly=true
swapMotors=false
maximumBlockingCallStack=100
showSerial=false
serialPath={auto}
bufferLatencyOffset=30
corsDomain=*
debug=false
botType=watercolorbot
scratchSupport=true
flipZToggleBit=false

[invertAxis]
x=false
y=false

[botOverride]
info="Override bot settings E.G. > [botOverride.eggbot] servo:max = 1234"
» node cncserver.js --botType=axidraw --serialPath=/dev/ttyACM0
Successfully loaded config for AxiDraw! Initializing...
Starting IPC server, waiting for runner client to start...
RUNNER:Connected to CNCServer!
Finding available serial ports...
Available Serial ports: /dev/ttyACM0, /dev/ttyS4
Using passed serial port "/dev/ttyACM0"...
Attempting to open serial port: "/dev/ttyACM0"...
Serial failed to send data. Error #44
CONNECTSERIAL ERROR!
=======Continuing in SIMULATION MODE!!!============
CNC server API listening on localhost:4242
Sending EBB config...
---=== AxiDraw (simulated) is ready to receive commands ===---
Scratch v2 Programming support ENABLED

What does Error #44 mean?
/dev/ttyACM0 is definitely the correct serial port.
I followed the instructions in your Readme but i can't connect to the AxiDraw :(

Does anyone have an idea why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions