Commercial Display RS-232 Protocol
Revision 1.x
________________________________________________________________
May 28, 2007 7 / 16 Commercial Display RS-232 Protocol
3.3
Get-Function Listing
The PC can interrogate the LCD Monitor for specific information. The Get-Function packet format
consists of 5 bytes which is similar to the Set-Function packet structure. Note that the “Value” byte
is always = 00.
Get-Function description:
Total Byte of Message excluding “CR”
Identification for each of TV
Identify command type,
“g” (0x67h) : Get Command
Function command code: One byte ASCII code
Three bytes ASCII that defines the value
Get-Function format
Send: (Command Type=”g”)
Reply: (Command Type=”r” or “-”)
If the Command is valid, Command Type =”r”
If the Command is Not valid, Command Type=”-“
Example1: Get Brightness from TV-05 and this command is valid.
The Brightness value is 67.
Send (Hex Format)
Reply(Hex Format)