RS-232 CODES
Baud Rate: 9600
Data Length: 8 Bits
Parity: None
Stop Bit: 1
Structure: Hex (nine bytes)
Byte 1 - wake-up command. Always "02"
Byte 2 - command offset. Normally "00", changed if there is another "02"in the command.
Byte 3 - Projector address. Normally "00" will address all projectors.
Byte 4 - Main Command
Byte 5 - additional data
Byte 6 - additional data
Byte 7 - additional data
Byte 8 - additional data
Byte 9 - checksum. Add byte 3 - 8 without offset, then add offset and take last two Bytes.
Power Toggle: 02.00.00.0E.00.00.00.00.0E
Power On: 02.00.00.51.0A.00.00.01.5C
Power Off: 02.00.00.51.0A.00.00.00.5B
Enter: 02.00.00.07.00.00.00.00.07
Exit: 02.00.00.08.00.00.00.00.08
Adjust: 02.00.00.09.00.00.00.00.09
Text Toggle: 02.00.00.0D.00.00.00.00.0D
Cursor Up: 02.00.00.21.00.00.00.00.21
Cursor Down: 02.00.00.22.00.00.00.00.22
Cursor Right: 02.00.00.23.00.00.00.00.23
Cursor left: 02.00.00.24.00.00.00.00.24
Button 0: 02.00.00.10.00.00.00.00.10
Button 1: 02.00.00.11.00.00.00.00.11
Button 2: 02.00.00.12.00.00.00.00.12
Button 3: 02.00.00.13.00.00.00.00.13
Button 4: 02.00.00.14.00.00.00.00.14
Button 5: 02.00.00.15.00.00.00.00.15
Button 6: 02.00.00.16.00.00.00.00.16
Button 7: 02.00.00.17.00.00.00.00.17
Button 8: 02.00.00.18.00.00.00.00.18
Button 9: 02.00.00.19.00.00.00.00.19
83