Format 2:
edid_mode in mode
Parameter:
in = [1..input count available]: number of input used
mode = mode character (see table 1)
Modify the EDID operation mode of input number #in. Command is executed directly. The new mode of
EDID behavoiur is stored persitently, so even after power reset, the input will behave the same way.
3.6.2.4
edid_read
Format 1:
edid_read N
Parameter:
N = [1..input count] read back EDID to console from output #N
N = [11..(10+input count)] read back EDID from input EEPROM of input #(N-10)
N = [21..28] read back EDID from internal bank manager bank # (N-20)
This command displays EDID-information. These infos (read back) will be printed onto console.
This is a typical printout:
>edid_read 11
Reading internal DDC from input #1
0000: 00 ff ff ff ff ff ff 00 08 ed 10 01 00 00 00 00
0010: 25 11 01 03 80 00 00 00 6d ee 91 a3 54 4c 99 26
0020: 0f 50 54 af cf 00 61 59 71 4f 81 80 81 40 31 59
0030: 45 59 a9 40 01 01 48 3f 40 30 62 b0 32 40 40 c0
0040: 13 00 67 1f 11 00 00 1e 00 00 00 fd 00 32 78 1e
0050: 6e 11 02 00 20 20 20 20 20 20 28 3c 80 a0 70 b0
0060: 23 40 30 20 36 00 00 00 00 00 00 1a 00 00 00 fc
0070: 00 43 52 4f 53 53 42 41 52 20 38 0a 20 00 00 0b
0080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
0090: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
00a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
00b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
00c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
00d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
00e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
00f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
EDID is valid!
EDID monitor name: 'CROSSBAR 8'
All data is printed in hexadecimal format. If available, the EDID monitor string is printed, too. The message
“EDID is valid!” says, that edid checksum is OK and EDID is valid.
Format 2:
edid_read N M
Parameter:
N = [1..output count]
M = [1..8]
Reads back EDID data from output #N and saves this data to internal bank manager bank #M, if read back
data is valid, i.e. checksum is OK.
Caution: If bank #M is already use, the new data will overwrite the old information with user request.
3.6.2.5
edid_write
Format:
edid_write N M
Parameter:
N = [0, 1..8]
M =[1..input count]
Copys EDID data from bank manger’s bank #N to input #M’s EDID-EEPROM.
If bank #N (the source of copy) is empty, an error message is displayed.
If using N=0, the unit will use factory EDID as source for the copy. Using this systax will reset input #M to
factory setting.