Rnodeconf and port issues #583
Replies: 1 comment
-
Yup, usergroup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is probably a simple solution, but I am having issues connecting to my devices. I have installed pipx with ensurepath and "pipx install rns". I get the following error when trying to connect to a tbeam:
"Could not open the specified serial port. The contained exception was : "
"Errno 13 Could not open port /dev/ttyACM1: Errno 13 Permission denied: '/dev/ttyACM1"
Would adding the user to a group as follow fix it?
sudo usermod -a -G dialout $USER
Previously, I had it installed through pip and had no issues.
Beta Was this translation helpful? Give feedback.
All reactions