Skip to content

Commit

Permalink
Update README.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Schievel1 authored Sep 15, 2022
1 parent c5957a2 commit f0ef58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ Which is telling you that ~/dev/ttyACM0~ is the device name of your Arduino. Be
If you can not find your device with ~dmesg | tail~, try finding it with
#+begin_src sh
find /dev -name '*ttyACM*' # or
find /dev -name '*ttyUSB*'.
find /dev -name '*ttyUSB*'
#+end_src

It could be that the device is only accessible by root, so to get user access you can use ~sudo chmod 777 /dev/ttyACM0~, but this will only last until you reconnect the Arduino.
Expand Down

0 comments on commit f0ef58a

Please sign in to comment.