76
NO Command Syntax Example
68 DXLINK_VIDOUT_NAME
Command:
SEND_COMMAND <DEV>,
“‘DXLINK_VIDOUT_NAME-<name
>'"
Return:
DXLINK_VIDOUT_NAME-<name>
Description:
Sets the name of the DXLink output
port addressed by the D:P:S to
<name>.
The <name> length is limited to
31 characters
Valid characters are:
a-z // lower case letters
A-Z // upper case letters
0-9 // numeric
#.-_=+ // special characters hash,
period, dash, underscore, equal, plus
Command:
SEND_COMMAND
VIDEO_OUTPUT_3,
“'DXLINK_VIDOUT_NAME-
Projector"
Return:
DXLINK_VIDOUT_NAME-Pro
jector
69
?DXLINK_VIDOUT_EDID_LIS
T
Command:
SEND_COMMAND <DEV>,
“‘?DXLINK_VIDOUT_EDID_LIST '"
Return:
DXLINK_VIDOUT_EDID_LIST-<edid
list>
Description:
Requests the output EDID list of the
DXLink Receiver.
Command:
SEND_COMMAND
VIDEO_OUTPUT_3,
“'?DXLINK_VIDOUT_EDID_L
IST"
Return:
DXLINK_VIDOUT_EDID_LIST-
"1920x1080p,60,DS",
“1920x1080p,50,DS",
“1920x1080p,24,DS",
“1920x1080p,30,DS",
“3840x2160p,30,DS",
“3840x2160p,25,DS",
“3840x2160p,24,DS",
“4096x2160p,24,DS",…
70
DXLINK_VIDOUT_SCALE
Command:
SEND_COMMAND <DEV>,
“‘VIDOUT_SCALE-<AUTO|MANU
AL|BYPASS>'"
Return:
DXLINK_VIDOUT_SCALE-<AUTO|MA
NUAL|BYPASS>
Description:
Command:
SEND_COMMAND
VIDEO_OUTPUT_3,
“'DXLINK_VIDOUT_SCALE-
AUTO'"
Return:
DXLINK_VIDOUT_SCALE-AU
TO