diff options
author | Barattero Laurent <laurent@larueluberlu.net> | 2024-10-06 22:22:06 +0200 |
---|---|---|
committer | Barattero Laurent <laurent@larueluberlu.net> | 2024-10-06 22:22:06 +0200 |
commit | 1742fe7d6f81169a5182e459dd45e51a69181ef0 (patch) | |
tree | 4dfa824ea105de42d63d2a01608f2a5f08dc7880 /man/aeroup.man | |
parent | 49fe49f7f0c6ad3ec81fbcbcd266ce627379182a (diff) |
Also, update of atoreconf, readme, man, exemples, help...
Diffstat (limited to 'man/aeroup.man')
-rw-r--r-- | man/aeroup.man | 42 |
1 files changed, 29 insertions, 13 deletions
diff --git a/man/aeroup.man b/man/aeroup.man index a8f3092..3b48277 100644 --- a/man/aeroup.man +++ b/man/aeroup.man @@ -80,14 +80,14 @@ And put the file aeroup.rule to your udev rules directory if it wasn't done duri When you plug your props you should now have a corresponding symlink to your /dev directory. .nf -================================================ - Props | Range adress | id char | Symlinks -================================================ - Ball | 0.0.98.0/24 | b | /dev/Ball# - Staff | 0.0.115.0/24 | s | /dev/Staff# - Club | 0.0.99.0/24 | c | /dev/Club# - Poi | 0:0:112:0/24 | p | /Poi/Poi# -================================================ +================================================== + Props | Range adress | id char | Symlinks +================================================== + Ball | 0.0.98.0/24 | b (0x62) | /dev/Ball# + Staff | 0.0.115.0/24 | s (0x73) | /dev/Staff# + Club | 0.0.99.0/24 | c (0x63) | /dev/Club# + Poi | 0:0:112:0/24 | p (0x70) | /Poi/Poi# +================================================== .fi @@ -122,26 +122,42 @@ Each sub options have to be separate with a comma without blank. .SH EXAMPLES +# Test prop on /dev/ttyACM0 +.br aeroup -t /dev/ttyACM0 .br +# Start props on /dev/ttyACM0 et /dev/tty/ACM1 and test /dev/tty/ACM3 +.br aeroup -o /dev/ttyACM0 -o /dev/ttyACM1 -t /dev/ttyACM3 .br -aeroup -c 255,69,255,/dev/ttyACM0 27,3,7,/dev/ttyACM1 +# Set color to blue and red +.br +aeroup -c O,O,255,/dev/ttyACM0 255,0,0,/dev/ttyACM1 +.br +# Upload file.glo to /devttyACMO .br -aeroup -S 0x0b01/dev/ttyACM0 +aeroup -u /path/to/file.glo,/dev/ttyACM0 +.br +# Set serial number 0x7002 to have a prop named Poi2 +.br +aeroup -S 0x7002,/dev/ttyACM0 +.br +# Verify your serial number is now : 0x7002 .br aeroup -G /dev/ttyACM0 .br +# Verify your serial name is Poi2 +.br +aeroup -k /dev/ttyACM0 .SH SEE ALSO -AeroUp project page : https://github.com/LaurentBa/AeroUp +AeroUp project page : https://git.larueluberlu.net/AeroUp .br -AeroWrite project page : https://github.com/LaurentBa/AeroWrite \#.SH BUGS \#No known bugs. .SH AUTHOR -Written by Laurent Barattero (laurent@larueluberlu.net.in) +Written by Laurent Barattero (laurent@larueluberlu.net) .SH COPYRIGHT Copyright © 2013 BARATTERO Laurent |