COMMAND
#AUD-LVL?stage,channel<CR>
FEEDBACK
~nn@AUD-LVLstage,channel,volume<CR><LF>
stage – Input/Output
0 = Input
1 = Output
2 = Line level
channel –
For Input:
0 = HDMI 1
1 = HDMI 2
2 = HDMI 3
3 = HDMI 4
4 = HDMI 5
5 = HDMI 6
6 = HDMI 7
7 = USB-C
8 = VGA
9 = CV
For Output
0 = Line Output
volume – Volume level 0 to 100;
Get Speaker audio level
#AUD-LVL?1,1<CR>
Set input auto switch
mode (per output)
COMMAND
#AV-SW-MODElayer, output_id, mode<CR>
FEEDBACK
c#AV-SW-MODElayer, output_id, mode<CR>
layer – Layer Enumeration 1
output_id – 1
mode –
0 – manual
1 – priority switch
2 – last connected switch
Set input auto switch mode
(per output) for audio 1 to
manual:
#AV‑SW‑MODE1,1,0<CR>
Get input auto switch
mode (per output)
COMMAND
#AV-SW-MODE?layer, output_id<CR>
FEEDBACK
~nn@AV-SW-MODElayer, output_id, mode<CR><LF>
layer – Layer Enumeration 1
outputs_id – 1
mode –
0 – manual
1 – priority switch
2 – last connected switch
Get input auto switch mode
(per output) for audio 1 to
manual:
#AV‑SW‑MODE?1,1<CR>
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>
Sets the device’s CEC
state to ON or OFF
COMMAND
#CECstate<CR>
FEEDBACK
~nn@CECstate<CR><LF>
Set CEC state to on:
#CECON<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>
COMMAND
#DISPLAY?out_id<CR>
FEEDBACK
~nn@DISPLAYout_id,status<CR><LF>
out_id – Output number
1 = HDMI 1
2 = HDMI 2
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
the HDMI2 output:
#DISPLAY?2<CR>
COMMAND
#EQ-LVLStage, Channel, EqType, Level<CR>
FEEDBACK
~nn@EQ-LVLStage, Channel, EqType, Level<CR><LF>
Stage – Input / Output
0 – Input
1 – Output
Channel – Number of channel
EgType – Equalizer Types
0 – Bass
1 – Middle
2 – Treble
Level– Equalizer level (±15DB for
the PA-120Z project)
Set Bass EQ level of the
speaker output to 12:
#EQ-LVLV1,1,0,12<CR>