First, update your OS
sudo apt update sudo apt upgrade
Add your user to the dialout group, change $USER to your user name. This allows your user to access the USB serial device.
$USER
sudo usermod -a -G dialout $USER