On linux your user needs to be in the dialout
group. Simply changing /dev/ttyUSB0 perms wont work. To add your current user into the dialout group run
sudo usermod -a -G dialout $USER
reboot & profit
On linux your user needs to be in the dialout
group. Simply changing /dev/ttyUSB0 perms wont work. To add your current user into the dialout group run
sudo usermod -a -G dialout $USER
reboot & profit