In my case for ttyACM0 the following worked:
sudo chmod a+rw /dev/ttyACM0
Found here. Something to be kept in mind as mentioned in the source is that every time you unplug and replug the device you will need to re-run the command.
This answer is very late but hopefully will help someone.