7. LW3 Programmers’ Reference
UMX-HDMI-140 series– User's Manual
97
Applied firmware package: v1.2.0 | LDC software: v2.4.1b7
7.13.2. Sending a CEC Command in Text Format
Command and Response
ç
CALL·/MEDIA/CEC/
<port>
:send(
<command>
)
æ
mO·/MEDIA/CEC/
<port>
:send
Parameters
The followings are accepted as
<command>
:
image_view_on standby
ok
back
up
down
left
right
root_menu
setup_menu
contents_menu favorite_menu
media_top_menu media_context_menu number_0
number_1
number_2
number_3
number_4
number_5
number_6
number_7
number_8
number_9
dot
enter
clear
channel_up
channel_down
sound_select
input_select
display_info
power_legacy
page_up
page_down
volume_up
volume_down
mute_toggle
mute
unmute
play
stop
pause
record
rewind
fast_forward
eject
skip_forward
skip_backward
3d_mode
stop_record
pause_record
play_forward
play_reverse
select_next_media
select_media_1 select_media_2
select_media_3
select_media_4
select_media_5
power_toggle
power_on
power_off
stop_function
f1
f2
f3
f4
Example
ç
CALL /MEDIA/CEC/O1:send(power_on)
æ
mO /MEDIA/CEC/O1:send
7.13.3. Sending a CEC Command in Hexadecimal Format
Command and Response
ç
CALL·/MEDIA/CEC/
<port>
:sendHex(
<hex_code>
)
æ
mO·/MEDIA/CEC/
<port>
:sendHex
Parameters
<hex_code>
Accepted command is max. 30 character long (15 byte) in hexadecimal format.
Example
ç
CALL /MEDIA/CEC/I1:sendHex(8700E091)
æ
mO /MEDIA/CEC/I1:sendHex
7.14.
EDID Management
Parameters
Parameter
Description
<emulated>
The emulated EDID memory of the desired input port. Example: E1.
<dynamic>
Dynamic EDID memory index. Example: D1
<user>
User EDID memory index. Example: U1
<factory>
Factory EDID memory index. Example: F1
See the list of all factory EDID tracks in the
7.14.1. Query the Emulated EDIDs
Command and Response
#edid
ç
GET·/EDID.EdidStatus
æ
pr·/EDID.EdidStatus=
<dynamic
|
user
|
factory>
:
<emulated>
;...;
<dynamic
|
user
|
factory>
:
<emulated>
Example
ç
GET /EDID.EdidStatus
æ
pr /EDID.EdidStatus=D1:E1;F47:E2
Emulated EDID memory for input port is listed with the EDID number that is currently emulated on the input.
7.14.2. Query the Validity of a Dynamic EDID
Command and Response
ç
GET·/EDID/D/
<dynamic>
.Validity
æ
pr·/EDID/D/
<dynamic>
.Validity=
<logical_value>
Parameters
The
<logical_value>
can be
true
or
false
.
Example
ç
GET /EDID/D/D1.Validity
æ
pr /EDID/D/D1.Validity=true