9
Get-function listing
The PC can interrogate the LCD Monitor for specific information. The Get-Function packet format
consists of 5 bytes which are similar to the Set-Function packet structure. Note that the "Value" byte is
always = 00.
Get-function description
Item
Description
Length
Total Bytes of messages excluding "CR"
Display
ID
Identification for each of
display
V
Command Type
Identify command type,
"g" (0x67h): Get Command
Command
Function command code: One byte ASCII code
Value [1~3]
Three bytes ASCII that defines the value
NOTE: To get backlight senor, thermal sensor, and ambient sensor,
you need four bytes ASCII that defines the value and the length is 9.
CR
0x0D
Get-function format
Send: (Command Type="g")
Name
Length
ID
Command
type
Command
Value1
Value2
Value3
CR
Byte count
1 Byte
2 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
Bytes
order
1
2~3
4
5
6
7
8
9
Reply: (Command Type="r" or "-")
If the Command is valid, Command Type ="r"
Name
Length
ID
Command
type
Command
Value1
Value2
Value3
CR
Byte count
1 Byte
2 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
Bytes
order
1
2~3
4
5
6
7
8
9