Skip to content

Instantly share code, notes, and snippets.

@rsrini7
Created May 2, 2015 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsrini7/fe774b03bd19ae516024 to your computer and use it in GitHub Desktop.
Save rsrini7/fe774b03bd19ae516024 to your computer and use it in GitHub Desktop.
Arduino Ubuntu - one time activity to avoid repeated chmod of ttyACM*
sudo gpasswd -a <user> dialout
sudo chmod a+rw /dev/ttyACM*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment