mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-03 11:14:08 +05:30
Changed default port in arduino_params.yaml from /dev/ttyUSB0 to /dev/ttyACM0
This commit is contained in:
parent
f03fad0d5a
commit
d9d0c8b2a8
@ -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
|
baud: 57600
|
||||||
timeout: 0.1
|
timeout: 0.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user