Protocol handshaking.
Validates the Protocol
3000 connection and gets
the machine number.
Step-in master products
use this command to
identify the availability of a
device.
COMMAND
#<CR>
FEEDBACK
~nn@ok<CR><LF>
Set protocol serial port
baud rate.
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
#BAUDbaud_rate<CR>
FEEDBACK
~nn@BAUDbaud_rate<CR><LF>
Option 1:
~nn@BAUDcurrent_baud_rate<CR><LF>
Option 2:
~nn@BAUDbaud_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
Set the baud rate to 9600:
#BAUD9600<CR>
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@BAUDbaud_rate<CR><LF>
Option 1:
~nn@BAUDcurrent_baud_rate<CR><LF>
Option 2:
~nn@BAUDbaud_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>
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>
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, edid_io, dest_bitmap<CR>
or
#CPEDIDedid_io, src_id, edid_io, dest_bitmap, safe_mode<CR>
FEEDBACK
~nn@CPEDIDedid_io, src_id, edid_io, dest_bitmap<CR><LF>
~nn@CPEDIDedid_io, src_id, edid_io, dest_bitmap,
safe_mode<CR><LF>
edid_io – EDID source type (usually
output)
0 – Input
1 – Output
2 – Default EDID
3 – Custom EDID
src_id – Number of chosen source
stage
0 – Default EDID source
1 – Output 1
2 – Output 2
edid_io – EDID destination type
(usually input)
0 – Input
1 – Output
2 – Default EDID
3 – Custom EDID
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>