LED Marquee python script

Hi

The help does not tell me what the serial data is, just how to control the script.

The debug flag just calls up the help again

toledo version 0.0.4.3
-------------------------------------------------------------------------
 Always use flags --message and --output last
-------------------------------------------------------------------------

-h (--help)       This screen
-v (--version)    Show toledo version
-p (--port=)      Set the port for use (default /dev/tty.usbserial)
-d (--debug)      Enable debug mode (verbose, call this flag first)
-s (--sid=)       Which Sign ID is in use (default 00)
   --intro=       Set the intro effect (1-16)
   --exit=        Set the exit effect (1-11)
   --bell=        Add a noise to your sign (0-4)
   --speed=       Set the movement speed (1-4)
-f (--font=)      Set the font used (1-5)
-c (--color=)     Set color on supported boards (red, green, orange,
                    ired, igreen, iorange, rog, gor, rainbow
                                     
    --page=       Which page to progam (A-Z)
    --runpage=    Run which programmed page (A-Z) (non-functional)
    --link=       Run which pages in which order (A-Z)
-l (--line=)      Specify line to program, on supported boards (default 1)
    --raw=        Send protocol specific commands
                    Include the FULL string to send, everything between
                    <IDn> and XOR checksum
-m (--message=)   Set the desired message (call this flag before output)
-o (--output)     Output to sign (call this flag last)

-------------------------------------------------------------------------
example: ./toledo.py --link="ABACAB" --output
example: ./toledo.py -p "/dev/tty.usbserial" -m "Holy Toledo" -o
example: ./toledo.py --intro="1" --exit="5" --speed="2" --inverse --page="B" 
          --line="2" --message="Holy Toledo" --output