Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are unsure what the pointer to the device is, run

Code Block
sudo dmesg --follow -T

and unplug/plug the device. It should be something like

...

Finally, whenever you plug/unplug the device and get `Permission Denied` errors, add rw permissions to the file

Code Block
sudo chmod a+rw /dev/ttyACM0

...