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:
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: