Arduino - Notes

From myWiki
Revision as of 10:43, 6 May 2019 by Stevet (talk | contribs) (Created page with "With Ubuntu 18.04 serial port permissions changed, so to allow Arduino IDE to write to the board do the following: sudo chmod a+rw /dev/ttyACM0")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

With Ubuntu 18.04 serial port permissions changed, so to allow Arduino IDE to write to the board do the following:

sudo chmod a+rw /dev/ttyACM0