Kramer Electronics Ltd.
VS-88H2
–
Protocol
3000 Commands
67
Function
Description
Syntax
Parameters/Attributes
Example
BAUD?
Get protocol serial
port baud rate.
(Option 1 - for current
baud rate.
Option 2 - for list of
supported baud
rates).
The new defined
baud rate is stored in
the EEPROM and
used when powering
up.
Default baud rate is
115200 (on factory
reset).
Only works with
devices supporting
this command (if ERR
002 is returned, the
default baud rate is
used).
COMMAND
#BAUD?
<CR>
#BAUD?
baud_param
<CR>
FEEDBACK
~nn@BAUD
baud_rate
<CR><LF>
Option 1:
~nn@BAUD
current_baud_rate
<CR><LF>
Option 2:
~nn@BAUD
baud_rate1
,
baud_rate2
,...
<CR><LF>
baud_rate
– 9600 / 115200 / else
- new baud rate to set
current_baud_rate
– 9600 /
115200 / else - current protocol
serial port baud rate
baud_param
– 0 - get the list of
supported baud rates
baud_rate1
,
–
Baud_rate2
, … -
list of supported baud rates
Get protocol serial port
baud rate:
#BAUD?
<CR>
BUILD-
DATE?
Get device build date.
COMMAND
#BUILD-DATE?
<CR>
FEEDBACK
~nn@BUILD-DATE
date
,
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>
CPEDID
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
#CPEDID
edid_io
,
src_id
,
dst_type
,
dest_bitmap
<CR>
FEEDBACK
~nn@CPEDID
edid_io
,
src_id
,
dst_type
,
dest_bitmap
<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.
Copy the EDID data from
the HDMI OUT 1 (EDID
source) to the Input:
#CPEDID
1
,
1
,
0
,
0x1
<CR
>
Copy the EDID data from
the default EDID source to
the Input:
#CPEDID
2
,
0
,
0
,
0x1
<CR
>
DIR
List files in device.
COMMAND
#DIR
<CR>
FEEDBACK
Multi-line:
~nn@DIR
<CR><LF>
file_name TABfile_size
bytes
,
id:
file_id
<CR><LF>
TABfree_size
bytes
.
<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
#DIR
<CR>
DISPLAY?
Get output HPD
status.
COMMAND
#DISPLAY?
out_index
<CR>
FEEDBACK
~nn@DISPLAY
out_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>