dev ttyUSB0 only work when root solution - jharwinbarrozo/rotcontrol GitHub Wiki

sudo usermod -a -G dialout $USER
then reboot

if this will not work, try this risky solution:
sudo chmod -R 777 /dev
this will allow all user to have access to /dev and all files within in.
BE VERY CAREFUL when using this.