Categories
arduino

Arduino – setup

Hey, finally looking at arduino nano. Permission to read the serial port /dev/ttyACM0, I needed to give my user permission to use.

sudo usermod -a -G dialout <username>

This info was found at:

https://www.arduino.cc/en/Guide/Linux

Leave a Reply

Your email address will not be published. Required fields are marked *