Changed default port in arduino_params.yaml from /dev/ttyUSB0 to /dev/ttyACM0

This commit is contained in:
Patrick Goebel 2013-02-24 08:14:42 -08:00
parent f03fad0d5a
commit d9d0c8b2a8

View File

@ -1,4 +1,9 @@
port: /dev/ttyUSB0
# For a direct USB cable connection, the port name is typically
# /dev/ttyACM# where is # is a number such as 0, 1, 2, etc
# For a wireless connection like XBee, the port is typically
# /dev/ttyUSB# where # is a number such as 0, 1, 2, etc.
port: /dev/ttyACM0
baud: 57600
timeout: 0.1