diff options
Diffstat (limited to 'man/aeroup.man.html')
| -rw-r--r-- | man/aeroup.man.html | 54 | 
1 files changed, 41 insertions, 13 deletions
| diff --git a/man/aeroup.man.html b/man/aeroup.man.html index 3a254f5..b99d1d4 100644 --- a/man/aeroup.man.html +++ b/man/aeroup.man.html @@ -9,11 +9,13 @@  <!-- Manpage converted by man2html 3.0.1 -->  SYNOPSIS -       aeroup  [-t  serialPort]  [-o  serialPort]  [-c red,green,blue,serialPort] [-G serialPort] [-S serialNumber,serialPort] [-i gloFile] [-u gloFile,serialPort] [-U gloc‐ -       File,serialPort] [-v] [-P] +       aeroup  [-t  serialPort]  [-o  serialPort]  [-c red,green,blue,serialPort] [-G +       serialPort] [-S serialNumber,serialPort] [-i gloFile] [-u  gloFile,serialPort] +       [-U glocFile,serialPort] [-P] [-v] [-h]  DESCRIPTION -       AeroUp is an open source tool to use with Ultimate (programmable light sequencing juggling props) from Aerotech Projects. +       AeroUp  is  an open source command line tool to control Ultimate (programmable +       light sequencing juggling props) from Aerotech Projects.  OPTIONS         -t, --test=serialPort @@ -24,7 +26,6 @@ OPTIONS         -c, --color=red,green,blue,serialPort                Send a color command on dev serialPort. -              Each sub options have to be separate with a comma without blank.                Colors red, green, blue can be hexadecimal or decimal value in range of [0-255]                hex value have to begin with 0x. @@ -33,20 +34,49 @@ OPTIONS         -S, --setSerial=serialNumber,serialPort                Set serialNumber on dev serialPort. -              32 bits value can be writen in hexadecimal (0x#) binary (0b#) or decimal (#). +              32 bits value can be writen in hexadecimal (0x#) or decimal (#).         -i, --verify=gloFile                Verify that syntax glo file is valid -       -u, --verify=gloFile,serialPort -              Verify that syntax glo file is valid and if this is the case upload it on dev serialPort +       -u, --uploadGlo=gloFile,serialPort +              Verify that syntax glo file is valid and if this is the case upload  it +              on dev serialPort + +       -k --symlink +              return  the  serial  name  used as symlink of kernel name by udev (work +              with linux only). see the improved  management  driver  section  below. +              But  you can also use this command to retrieve an more readable id than + +              ================================================ +                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# +              ================================================         -P, --thread                Multithread mode, not implemented yet... -       -u, --verify=glocFile,serialPort +       -U, --uploadGloc=glocFile,serialPort                not implemented yet... +       -v     Verbose mode + +       -h, --help +              Print help + +       --version +              Print version + +       The last bootloader V2.3 from Aerotech needs to be installed first to use Serial number features. +       Each sub options have to be separate with a comma without blank. + +EXAMPLES +       aeroup -t /dev/ttyACM0 +       aeroup -o /dev/ttyACM0 -o /dev/ttyACM1 -t /dev/ttyACM3         aeroup -c 255,69,255,/dev/ttyACM0 27,3,7,/dev/ttyACM1         aeroup -S 0x0b01/dev/ttyACM0         aeroup -G /dev/ttyACM0 @@ -55,13 +85,11 @@ SEE ALSO         AeroUp project page : https://github.com/LaurentBa/AeroUp         AeroWrite project page : https://github.com/LaurentBa/AeroWrite -BUGS -       No known bugs. -  AUTHOR -       Laurent Barattero (laurent@larueluberlu.net.in) +       Written by Laurent Barattero (laurent@larueluberlu.net.in) + -0.8                                                                             December 2013                                                                          <B>man(1)</B> +0.8                                 December 2013                              <B>man(1)</B>  </PRE>  <HR>  <ADDRESS> | 
