Kramer Electronics Ltd.
VS-44H2
– Protocol 3000
48
Function
Description
Syntax
Parameters/Attributes
Example
EDID-
AUDIO
Set audio capabilities
for EDID.
COMMAND
#EDID-AUDIO
input_id
,
audio_format
<CR>
FEEDBACK
~nn@EDID-AUDIO
in_index
,
audio_format
<CR><LF>
input_id
– Number that
indicates the specific input:
1
– Input 1
2
– Input 2
3
– Input 3
4
– Input 4
audio_format
– Audio block
added to EDID:
0
– Auto
1
– LPCM 2CH
2
– LPCM 6CH
3
– LPCM 8CH
4
– Bitstream
5
– HD
Set Input 1 audio capabilities
for EDID to LPCM 6CH:
#EDID-AUDIO
1
,
2
<CR>
EDID-
AUDIO?
Get audio capabilities
for EDID.
COMMAND
#EDID-AUDIO?
input_id
<CR>
FEEDBACK
~nn@EDID-AUDIO
input_id
,
audio_format
<CR><LF>
input_id
– Number that
indicates the specific input:
1
– Input 1
2
– Input 2
3
– Input 3
4
– Input 4
audio_format
– Audio block
added to EDID:
0
– Auto
1
– LPCM 2CH
2
– LPCM 6CH
3
– LPCM 8CH
4
– Bitstream
5
– HD
Get Input 1 audio capabilities
for EDID:
#EDID-AUDIO?
1
<CR>
EDID-CS
Set EDID color space.
Set command might
change the current
EDID.
COMMAND
#EDID-CS
input_id
,
cs_mode
<CR>
FEEDBACK
~nn@EDID-CS
input_id
,
cs_mode
<CR><LF>
The following attributes comprise
the ID:
input_id
– Output number
1
– Input 1
2
– Input 2
3
– Input 3
4
– Input 4
cs_mode
– Color space
0
– RGB
4
– Auto
Set Input 3 EDID color space
to RGB:
#EDID-CS
3
,
1
<CR>
EDID-CS?
Get EDID color space.
Get command might
change the current
EDID.
COMMAND
#EDID-CS?
input_id
<CR>
FEEDBACK
~nn@EDID-CS
input_id
,
cs_mode
<CR><LF>
The following attributes comprise
the ID:
input_id
– Output number
1
– Input 1
2
– Input 2
3
– Input 3
4
– Input 4
cs_mode
– Color space
0
– RGB
4
– Auto
Get Input 2 EDID color
space:
#EDID-CS?
3
<CR>
EDID-DC
Force removal of deep
color on EDID or
leaving it as in the
original EDID.
COMMAND
#EDID-DC
in_index
,
deep_color_state
<CR>
FEEDBACK
Get:
~nn@EDID-DC
in_index
,
deep_color_state
<CR><LF>
in_index
– Number that
indicates the specific input:
1
– Input 1
2
– Input 2
3
– Input 3
4
– Input 4
deep_color_state
–
0
– Don’t change
1
– Remove deep color
Remove deep color on input
2:
#EDID-DC
2
,
1
<CR>
EDID-DC?
Get the input's deep
color removal status.
COMMAND
#EDID-DC?
in_index
<CR>
FEEDBACK
Get:
~nn@EDID-DC
in_index
,
deep_color_state
<CR><LF>
in_index
– Number that indicates
the specific input:
1
– Input 1
2
– Input 2
3
– Input 3
4
– Input 4
deep_color_state
–
0
– Don’t change
1
– Remove deep color
Get Input 3 deep color
removal status:
#EDID-DC
3
,
1
<CR>
ETH-PORT
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-PORT
port_type
,
port_id
<CR>
FEEDBACK
~nn@ETH-PORT
port_type
,
port_id
<CR><LF>
port_type
– TCP/UDP
TCP
UDP
port_id
– TCP/UDP port number
(0
– 65535)
Set the Ethernet port
protocol for TCP to port
12457:
#ETH-PORT
0
,
12457
<CR>
ETH-PORT?
Get Ethernet port
protocol.
COMMAND
#ETH-PORT?
port_type
<CR>
FEEDBACK
~nn@ETH-PORT
port_type
,
port_id
<CR><LF>
port_type
– TCP/UDP
TCP
UDP
port_id
– TCP / UDP port number
(0
– 65535)
Get the Ethernet port
protocol for UDP:
#ETH-PORT?
1
<CR>
FACTORY
Reset device to factory
default configuration.
This command
deletes all user data
from the device. The
deletion can take some
time.
Your device may
require powering off
and powering on for the
changes to take effect.
COMMAND
#FACTORY
<CR>
FEEDBACK
~nn@FACTORY
ok
<CR><LF>
Reset the device to factory
default configuration:
#FACTORY
<CR>