TroubleshootingLink
Serial access deniedLink
If you get an error about permission access:
-
Check in what group you are with:
groups ${USER}
-
If you are not in
dialout
:sudo gpasswd --add ${USER} dialout
-
Then log out and back in to see changes!