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.

1 comment:

  1. Nice. I was looking for a alternatives to comunicate with arduino. This is a good one. Thanks

    ReplyDelete