Quantum Data 881 User Manual
Page 541

881/882 Video Test Generator User Guide
(Rev A.22)
523
To create/edit an EDID using EDID editing commands:
1. Establish a session with the generator using either HyperTerminal over a serial
connection or Telnet over an Ethernet LAN. See “
Establishing a terminal session with
” on page 31 or “
Establishing a Telnet session with the generator
2. To create a new EDID, follow these steps:
a. Create a new EDID file by entering the following command:
filename
b. Define EDID structure content using EDID edit commands. The following example
shows how you can create EDID content:
// begins an edid editing session
0 80
00FFFFFFFFFFFF005A63118F01010101130D010380221B782A4706A55C47
9C251E4F54BFEF008180310A010101010101010101010101302A009851002A4030
701300520E1100001E000000FF004132333033313931353335390A000000FD0032
4B1E530E000A202020202020000000FC0056583730302D330A20202020200095
// ends an edid editing session
Note: The EDID edit buffer commands are new with Release 2.3.0.
c. Save EDID file to the generator by entering the following command:
// saves the edid
3. To modify an existing EDID (stored on the generator), follow these steps:
a. Load an EDID from the 882’s internal file system:
filename
Where
filename is the name of a file in a the default directory identified by
.
For example, the command below loads an EDID from the default EDID path.
DIDL myedid1
If the EDID you want to load is not in the default path, you can either list the path
explicitely on the
command line or change the EDID path with
. For
example, the command below loads an EDID from a different directory in flash
memory.
DIDL /tffs0/library/userdata/myedid1
b. Modify EDID structure content using EDID edit commands. The following example
shows how you can modify EDID content:
// begins an edid editing session
19 A E88A82A0564796240F48 // edits EDID at 19 for 10 (0x0A)
bytes
// ends an edid editing session