To make it work as normal user:
Enter the command in Terminal:
$sudo usermod -a -G dialout <username>
After you plug in the usb cable, run the command (it need to be run every time plug-in):
$sudo chmod a+rw /dev/ttyACM0
Then, you can run Arduino IDE as normal user.
/dev/ttyACM0 recognized |
I have an 99-arduino.rules files in /etc/rules.d/ , contents something like this:
ReplyDeleteSUBSYSTEMS=="usb", ATTRS{idProduct}=="0043", ATTRS{idVendor}=="2341", SYMLINK+="ttyACM%n" OWNER=="vaio1", GROUP="dialout"