Reference

Sequence Code (optional, 1 byte)
System Command Number (1 byte)
Parameter(s) (bit-packed numbers)
System commands use zero or more bit-packed numbers for all of their parameters.
Power Down
Powers down the channel.
System Command Format
The system command number is 0. It has no parameters.
Power Down All
Powers down all channels of the controller that receives the command.
System Command Format
The system command number is 1. It has no parameters.
Set Baud Rate
Sets the baud rate.
This affects all channels of the controller that receives the command.
System Command Format
The system command number is 32. It has one parameter:
Baud Rate
The possible values are 0, 1, 2, and 3, corresponding to 9600, 19200, 38400, and 115200 baud.
Set Serial Timeout
Sets the serial timeout.
This affects all channels of the controller that receives the command.
System Command Format
The system command number is 33. It has one parameter:
Timeout
The timeout, in 1/16ths of a second. 0 uses the DEScribe setting. -1 disables the serial timeout.
13