The blue
01
mean the
Edid index
number, it should be 1~15.
Edid index list:
1080p,Stereo Audio 2.0
= 1
1080p,Dolby/DTS 5.1
= 2
1080p,HD Audio 7.1
= 3
1080i,Stereo Audio 2.0
= 4
1080i,Dolby/DTS 5.1
= 5
1080i,HD Audio 7.1
= 6
3D,Stereo Audio 2.0
= 7
3D,Dolby/DTS 5.1
= 8
3D,HD Audio 7.1
= 9
4K2K30,Stereo Audio 2.0
= 10
4K2K30,Dolby/DTS 5.1
= 11
4K2K30,HD Audio 7.1
= 12
4K2K60,Stereo Audio 2.0 = 13
4K2K60,Dolby/DTS 5.1
= 14
4K2K60,HD Audio 7.1
= 15
Edid copy command package length is 13byte:
[0xa5+0x5b+0x03+0x04+
output port (1~4)
+0x00+
input port(1~4)
+0x00+0x00+0x00+0x00+0x00+
checksum
]
Means: copy output port X edid to input port X
[0xa5+0x5b+0x03+0x03+
output port (1~4)
+0x00+0x00+0x00+0x00+0x00+0x00+0x00+
checksum
]
Means: copy output port X edid to all input port
Output HDP status query package is 13byte:
This is a query command which mean you must send query package and then receive an answer.
For example: Query output 1(1~4) HPD status
Send package:
A5 5B 01 05
01
00 00 00 00 00 00 00 F9
Receive package: A5 5B 01 05 01 00
FF
00 00 00 00 00 FA
The red
01
mean the output port number, it should be 1~4.
The blue
FF
mean this port’s HPD is LOW, if
00
mean HIGH.
Input port status query package is 13byte:
This is a query command which mean you must send query package and then receive an answer.
For example: Query input 1(1~4) status