Arduino not connected to serial port, under Linux
If you cannot see your arduino device listed under "Tools->serial port" of your arduino IDE, maybe you don't have the right drivers or ... more realistically you just have to chmod your device to your user :)
Example:
dmesg
[13459.071825] ftdi_sio 2-1.2:1.0: FTDI USB Serial Device converter detected
ls /dev/tty
...
ttyS6
ttyUSB <- that is our arduino
chmod 0666 /dev/ttyUSB
And you're done! :)
Written by pleone
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Related Tags
#shell
#arduino
#config
#linux
#drivers
#ubuntu
#bash
#tinyduino
#serial port
#serial device
#ftdi
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#