Arduino Error - avrdude, can't open device ttyACM0, permission denied
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=ehjq2svWC_0
In this video i will show you how to fixing an arduino error :
avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied.
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
step to fixing :
1. open terminal
2. type: sudo usermod -a -G dialout $USER
3. then relogin your linux
4. solved! upload your arduino code :)
Other Videos By Ambar Hasbiyatmoko
Tags:
arduino
linux
ubuntu
error
device
blankon
terminal
troubleshoot