Saturday, June 12, 2010

Arduino on Linux - Serial Communication

To open a serial terminal to your Arduino, execute with root privileges (may not need to use root, but it is known to work if you do):

screen /dev/ttyUSB0 9600

Where /dev/ttyUSB0 is your serial device.