Add serial port access to a user for arduino on arch

Linux 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