COMMAND
#BUILD-DATE?<CR>
FEEDBACK
~nn@BUILD-DATEdate,time<CR><LF>
date – Format: YYYY/MM/DD
where
YYYY = Year
MM = Month
DD = Day
time – Format: hh:mm:ss where
hh = hours
mm = minutes
ss = seconds
Get the device build date:
#BUILD-DATE?<CR>
Copy EDID data from
the output to the input
EEPROM.
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 certain products
Safe_mode is an
optional parameter.
See the HELP
command for its
availability.
COMMAND
#CPEDIDedid_io,src_id,dst_type,dest_bitmap<CR>
or
#CPEDIDedid_io,src_id,dst_type,dest_bitmap,safe_mode<CR>
FEEDBACK
~nn@CPEDIDedid_io,src_id,dst_type,dest_bitmap<CR><LF>
~nn@CPEDIDedid_io,src_id,dst_type,dest_bitmap,safe_mode<
CR><LF>
edid_io – EDID source type
(usually output)
0 – Input
1 – Output
2 – Default EDID
src_id – Number of chosen source
stage
For input source:
1 – HDMI IN 1
2 – HDMI IN 2
3 – HDMI IN 3
4 – HDMI IN 4
5 – HDMI IN 5
6 – HDMI IN 6
7 – HDMI IN 7
8 – HDMI IN 8
For output source:
0 – Default EDID source
1 – HDMI OUT 1
2 – HDMI OUT 2
3 – HDMI OUT 3
4 – HDMI OUT 4
5 – HDMI OUT 5
6 – HDMI OUT 6
7 – HDMI OUT 7
8 – HDMI OUT 8
dst_type – EDID destination type
(usually input)
0 – Input
dest_bitmap – Bitmap
representing destination IDs.
Format: XXXX…X, where X is hex
digit. The binary form of every hex
digit represents corresponding
destinations.
0 – indicates that EDID data is not
copied to this destination.
1 – indicates that EDID data is
copied to this destination.
safe_mode – Safe mode
0 – device accepts the EDID as is
without trying to adjust
1 – device tries to adjust the EDID
(default value if no parameter
is sent)
Copy the EDID data from the
Output 1 (EDID source) to the
Input:
#CPEDID1,1,0,0x1<CR>
Copy the EDID data from the
default EDID source to the
Input:
#CPEDID2,0,0,0x1<CR>
COMMAND
#DIR<CR>
FEEDBACK
Multi-line:
~nn@DIR<CR><LF>
file_name TABfile_sizebytes,id:file_id<CR><LF>
TABfree_sizebytes.<CR><LF>
file_name – Name of file
file_size – File size in bytes. A
file can take more space on device
memory
file_id – Internal ID for file in file
system
free_size – Free space in bytes
in device file system
COMMAND
#DISPLAY?out_index<CR>
FEEDBACK
~nn@DISPLAYout_index,status<CR><LF>
out_index – Number that
indicates the specific output:
1 – HDMI OUT 1
2 – HDMI OUT 2
3 – HDMI OUT 3
4 – HDMI OUT 4
5 – HDMI OUT 5
6 – HDMI OUT 6
7 – HDMI OUT 7
8 – HDMI OUT 8
status – HPD status according to
signal validation
0 – Signal or sink is not valid
1 – Signal or sink is valid
2 – Sink and EDID is valid
Get the output HPD status of
HDMI OUT 1:
#DISPLAY?1<CR>
Get the DIP-switch
state.
COMMAND
#DPSW-STATUS?dip_id<CR>
FEEDBACK
~nn@DPSW-STATUSdip_id,status<CR><LF>
dip_id – 1 to 8 (number of DIP
switches)
status – Up/down
0 – Up
1 – Down
get the DIP-switch 2 status:
#DPSW-STATUS?2<CR>
Set Ethernet port
protocol.
If the port number
you enter is already in
use, an error is
returned.
The port number must
be within the following
range: 0-(2^16-1).
COMMAND
#ETH-PORTport_type,port_id<CR>
FEEDBACK
~nn@ETH-PORTport_type,port_id<CR><LF>
port_type – TCP/UDP
port_id – TCP/UDP port number
(2000 – 65535)
Set the Ethernet port protocol
for TCP to port 12457:
#ETH-PORT0,12457<CR>