Introduction
Control codes
• | Get control |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ||
| Header |
| command | ID | DATA Length | CheckSum | |||
|
|
|
|
|
|
| |||
| 0xAA | command type | 0 | ||||||
|
|
|
|
|
| ||||
|
|
|
|
|
|
|
|
|
|
• | Set control |
|
|
|
|
|
|
|
|
Header
0xAA
command
command
type
ID
DATA Length
1
DATA
Value
CheckSum
•commanding words
No.
1
2
3
4
5
6
7
8
9
command type
Power control
Volume control
Input source control
Screen Mode control
Screen Size control
PIP on/off control
Auto adjustment control
Video wall Mode control
Safety Lock
command
0x11
0x12
0x14
0x18
0x19
0x3C
0x3D
0x5C
0x5D
Value range
0~1
0~100
-
-
0~255
0~1
0
0~1
0~1
-ID should show hexadecimal value of assigned ID, but ID 0 should be 0xFF.
-Every communication will be made in hexadecimals and Checksum is the sum of all remainings. If it exceeds two digits,for example, it is 11+FF+01+01=112, discard the number in the first digit like below.
example)PowerOn&ID=0