21
The blue
48
means that the Contrast is set to 72. Replace the
48
with a hexadecimal
version of integers
1~100
.
Reset Sys Configure
Package Length: 18 bytes
50 56 54 08 0A 00 00 00 00 00 00 00 00 00 00 00 00 0C
USB Upgrade Configure
Package Length: 18 bytes
50 56 54 07 07 00 00 00 00 00 00 00 00 00 00 00 00 08
EDID Configure
Package Length: 18 bytes
[0x50+0x56+0x54+0x03+0x02+ED0xF0+0x01+0x00+0x00+0x00+0x00+0x00+0
x00+0x00+0x00+0x00+checksum]
All you need to change is "EDIDindex" and "checksum".
For example, to set the EDID to EDID 2.0:
50 56 54 03 02 02 F0 01 00 00 00 00 00 00 00 00 00 F2
EDID Query
Package Length: 18 bytes
This is a query command, which means you must send the query package and then
receive an answer.
For example, to query EDID setting:
Send package: 50 56 54 01 0C 01 00 00 00 00 00 00 00 00 00 00 00 08
Receive package: 50 56 54 01 0C 01 00
01
00 00 00 00 00 00 00 00 00 09