Allowing access to serial and USB

For a user to access serial ports, you have to add that user to the group dialout and then reboot

sudo usermod -a -G dialout $USER
sudo reboot