Error opening serial port /dev/ttyACM0
Posted: Thu Mar 23, 2017 10:00 pm
I'm on Ubuntu 16.10 [kde].
I have a QIDI Tech I.
W/ the makerbot sw, i can use the serial port.
W/ the Simplify3D sw I cannot use the serial port.
I am in the 'dialout' group (which /dev/ttyACM0 is 660 root:dialout).
I have also tried with 'sudo'
I have also tried chmod 666 /dev/ttyACM0
The error given when i try to 'connect' from the machine panel is:
I'm not sure where to go. I tried to strace the process but I get EPERM on a clone() for some reason.
Suggestions?
I have a QIDI Tech I.
W/ the makerbot sw, i can use the serial port.
W/ the Simplify3D sw I cannot use the serial port.
I am in the 'dialout' group (which /dev/ttyACM0 is 660 root:dialout).
I have also tried with 'sudo'
I have also tried chmod 666 /dev/ttyACM0
The error given when i try to 'connect' from the machine panel is:
Code: Select all
Attempting connection at /dev/ttyACM0...
Permissions error connecting to port
Is there another application already connected to this port?
Please make sure to add your username to the 'dialout' group by typing 'sudo usermod -aG dialout <myusername>'
Error opening selected port.Suggestions?