RS232 Protocol
Planar RPS and Video Controller RS232 User Guide Page | 9
020-1332-00I
Examples
Note: [CR] is the ASCII carriage return character (0x0D). Not all commands shown are
available.
Command Response Notes
ipv4.address(static)=”10.15.0.220” [CR] IPV4.ADDRESS(STATIC):”10.15.0.220” [CR] Example command with a string operator
reset[CR] RESET@ACK [CR] Example action command (no operator or
operand)
reset[CR] RESET^NAK [CR] Example action command that cannot be
processed at this time
brightness @@ [CR] BRIGHTNESS!ERR 1 [CR] Example of an invalid syntax (“@@” isn’t a
valid operator)
fake.command = 1 [CR] FAKE.COMMAND!ERR 3 [CR] Example of an invalid opcode
(“FAKE.COMMAND” doesn’t exist)
brightness(zone.999) = 100 [CR] BRIGHTNESS(ZONE.999)!ERR 4 [CR] Example of an invalid modifier (“ZONE.999”
isn’t a valid modifier for “BRIGHTNESS”)
brightness=”new value” [CR] BRIGHTNESS!ERR 5 [CR] Example of an invalid operand (the
Brightness command doesn’t accept a string
operand)
model.id = 1 [CR] MODEL.ID!ERR 6 [CR] Example of an invalid operator (cannot write
to this command)