Linux: Installing vcan/slcan init scripts

This commit is contained in:
Pavel Kirienko
2015-11-05 12:22:13 +03:00
parent 180f56ad2f
commit c152f28a62
3 changed files with 8 additions and 1 deletions
+7
View File
@@ -11,6 +11,13 @@ project(libuavcan_linux)
#
install(DIRECTORY include/uavcan_linux DESTINATION include)
#
# Scripts
#
install(DIRECTORY scripts/
USE_SOURCE_PERMISSIONS
DESTINATION bin)
#
# System dependecies
#
@@ -23,7 +23,7 @@ Options:
8 - 1 Mbps (UAVCAN recommended, default)
Example:
$0 /dev/ttyUSB3 /dev/ttyUSB0 -s4 /dev/ttyACM0
`basename $0` /dev/ttyUSB3 /dev/ttyUSB0 -s4 /dev/ttyACM0
The example above initializes:
/dev/ttyUSB3 --> slcan0 @ 1Mbps
/dev/ttyUSB0 --> slcan1 @ 1Mbps