13
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
If the Command is Not valid, Command Type="-"
Name
Length
ID
Command
type
CR
Byte count
1 Byte
2 Byte
1 Byte
1 Byte
Bytes
order
1
2~3
4
5
Example 1: Get Brightness from Display -05 and this command is valid.
The Brightness value is 67.
Send (Hex Format)
Name
Length
ID
Command
type
Command
Value1
Value2
Value3
CR
Hex
0x38
0x30
0x35
0x67
0x62
0x30
0x30
0x30
0x0D
Reply (Hex Format)
Name
Length
ID
Command
type
Command
Value1
Value2
Value3
CR