When you can't reach your Arduino on Linux, getting Permission Denied

published Apr 17, 2015 08:21   by admin ( last modified Apr 17, 2015 08:21 )

This from the below linked page worked for me. Adjust /dev/ device to where your Arduino is. Mine is a Uno R3 clone.

 

To fix it, enter the command:
$ sudo usermod -a -G dialout
$ sudo chmod a+rw /dev/ttyACM0


Read more: Link - Arduino-er: Arduino IDE error - avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied