UMX-TPS-TX100 series – User's Manual 95
Sending CEC Commands
ATTENTION! CEC command sending feature is available only in UMX-TPS-TX140-Plus and
is output, it is always 40 (from Playback device 1. to TV). Broadcast addressing is also possible (in this
case it is 0F or 4F).
Parameters
Parameter Description
<port> HDMI input (I2) and TPS output (O1) port.
Sending an OSD String
Sending the OSD string consists of two steps. First, set the CEC.OsdString property with the desired text, after
that, call the CEC.send(set_osd) method.
Command and Response
Î <port>.OsdString=<text>
Í <port>.OsdString=<text>
Parameters
<text> Letters (A-Z) and (a-z), hyphen (-), underscore (_), numbers (0-9), and dot (.). Max length: 14
characters.
Example
Î
Í
Command and Response
Î <port>:send(set_osd)
Í
Example
Î
Í
Sending a CEC Command in Text Format
Command and Response
Î <port>:send(<command>)
Í <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
Î
Í
Î <port>:sendHex(<hex_code>)
Í <port>:sendHex
Parameters
<hex_code> Accepted command is max. 30 character long (15 byte) in hexadecimal format.
Example
Î
Í