Question on "Permission denied: '/dev/ttyUSB0'"

I think the dialout group is in Linux Mint as well as most forms of Debian, maybe other distros too.
Your user can be added to allow access with:

sudo usermod -a -G dialout <username>  # To allow access to the /dev/ttyUSB#
2 Likes