-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Connect GRBL cnc to LMDE via USB #1239
Comments
Make sure you have sufficient rights |
I tried sudo usermod -a- G dialout $user but that did not help. All I want to do is connect my cnc arduino controller to UGS platform, then I will do a full install wiping out mac os. All I use this imac for is the cnc. I have zero technical knowledge of unix, I don't really need it, I hope for this one task ! cheers, Pete |
Are you certain that your Arduino is properly flashed with GRBL? Using the Arduino IDE, have you tried connecting to the device from the serial monitor? |
The system works fine under the older version of mac os running on this imac connected via usb, so I had hoped that LMDE would just connect the same way with the existing usb connection. Why would it do anything else, USB is USB |
Disconnect your Arduino and connect it again then run this It should output something like this:
Then run this to make sure it has the right group permissions
Then run this command to make sure you have the proper group rights Make sure you don't have |
Hi Joacim, thank you very much for your help. I have run sudo dmesg and it did indeed output the strings.as you show. I then ran the -al command it ouputted the string as you show but the /dev/tty/ACM0 is in yellow. You then ask me to run a command to determine if I have the correct group right, but no command is shown. I am working off an iso on a memory stick, I have checked and I can't see Britty. Many thanks, Peter |
What is the output when you run
How did you check? Did you run |
when I run groups, I get mint cdrom sudo audio dip video plugdev users netdev bluetooth scanner, when I run sudo ps -C brltty I get PID TTY TIME CMD |
Since you didn't give me the actual output I will have to assume it has the group rights for the This means that you didn't successfully add your user to the group, normally you need to logout/login for it to take effect in the whole user session:
This is probably a bad idea as the group settings you make are not persisted. |
I am trying to connect LMDE to my GRBL arduino based cnc via usb, I want to install LMDE on my old mac to control the cnc via UGS Platform I am getting an error message when I try and connect error opening connection. could not connect to controller on port jserial.com://ACMO:115200. I have looked at posts elsewhere and I have tried some suggested terminal commands which showed error messages ie the commands were not correct for LMDE ie sudo chmod a+rw/dev/ttyUSBO ! Can anyone suggest how I might get the comms to work over USB. Many thanks
The text was updated successfully, but these errors were encountered: