11.4.3 EDID Handling Commands
Additional EDID data functions can be performed via the VS-44DT web pages or a
compatible EDID management application, such as Kramer EDID Designer (see
www.kramerav.com/product/EDID%20Designer).
Copy EDID data from the output to the input EEPROM
11.4.3.1 CPEDID
Copy EDID data from the output to
the input EEPROM
#CPEDIDSPsrc_type,src_id,dst_type,
dest_bitmapCR
~nn@CPEDIDSPsrc_type,src_id,dst_type,dest_bitmapCR LF
src_type – EDID source type: IN=0, OUT=1, default EDID=2
src_id – IN=1~4, OUT=1~4
dst_type –input=0
dest_bitmap – bitmap representing destination IDs. Format: XXXX…X, where X is hex digit. The binary
form of every hex digit represents corresponding destinations. Setting ‘1’ indicates that EDID data is
copied to this destination. Setting ‘0’ indicates that EDID data is not copied to this destination.
Response is sent to the com port from which the Set was received (before execution)
Destination bitmap size depends on device properties (for 64 inputs it is a 64-bit word)
Example: bitmap 0x0013 means inputs 1, 2 and 5 are loaded with the new EDID.
In this device, if the destination type is input (0), the bitmap size is 4 bits, for example bitmap 0x5 means
inputs 1 and 3 are loaded with the new EDID.
Copy the EDID data from the HDMI Out 1 output (EDID source) to the HDMI In 1 input:
“#CPEDID 1,1,0,0x1”,0x0D
Copy the EDID data from the default EDID source to HDMI In 1 and HDMI In 2:
“#CPEDID 2,0,0,0x3”,0x0D