Your user account is not part of the dialout group. The dialout group allows users of that group to write to serial ports.

To add your user account to the group run the following command in your terminal:

sudo usermod -a -G dialout $USER

Then log out or reboot your machine.