Add serial port access to a user for arduino on arch
To allow access to the serial port device for arduino, etc., add the user to the uucp group via:
sudo usermod -a -G uucp <somerandomuser>
From: https: //bbs.archlinux.org/viewtopic.php?id=122180
Jeff Smith
To allow access to the serial port device for arduino, etc., add the user to the uucp group via:
sudo usermod -a -G uucp <somerandomuser>
From: https: //bbs.archlinux.org/viewtopic.php?id=122180