7. LW3 Programmers’ Reference
UMX-HDMI-140 series– User's Manual
98
Applied firmware package: v1.2.0 | LDC software: v2.4.1b7
7.14.3. Query the Preferred Resolution of an User EDID
Command and Response
ç
GET·/EDID/U/
<user>
.PreferredResolution
æ
pr·/EDID/U/
<user>
.PreferredResolution=
<resolution>
Example
ç
GET /EDID/U/U2.PreferredResolution
æ
pr /EDID/U/U2.PreferredResolution=1920x1080p60.00Hz
7.14.4.
Emulating an EDID to an Input Port
Command and Response
ç
CALL·/EDID:switch(
<dynamic
|
user
|
factory>
:
<emulated>
)
æ
mO·/EDID:switch
Example
ç
CALL /EDID:switch(F49:E1;F27:E2)
æ
mO /EDID:switch
7.14.5.
Emulating an EDID to All Input Ports
Command and Response
ç
CALL·/EDID:switchAll(
<dynamic
|
user
|
factory>
)
æ
mO·/EDID:switchAll
Example
ç
CALL /EDID:switchAll(F47)
æ
mO /EDID:switchAll
7.14.6.
Copy an EDID to User Memory
Command and Response
ç
CALL·/EDID:copy(
<dynamic
|
emulated
|
factory
|
user>
:
<user>
)
æ
mO·/EDID:copy
Example
ç
CALL /EDID:copy(D1:U1)
æ
mO /EDID:copy
The EDID of the last connected sink of D1 (Output 1) has been copied to U1.
7.14.7.
Deleting an EDID from User Memory
Command and Response
ç
CALL·/EDID:delete(
<user>
)
æ
mO·/EDID:delete
Example
ç
CALL /EDID:delete(U1;U2;U6)
æ
mO /EDID:delete
7.14.8.
Resetting the Emulated EDIDs
Command and Response
ç
CALL·/EDID:reset()
æ
mO·/EDID:reset
Example
ç
CALL /EDID:reset()
æ
mO /EDID:reset
Calling this method switches all emulated EDIDs to factory default one. See the table in the
section.
7.15. GPIO Port Configuration
INFO:
Use the GET command to query a parameter.
7.15.1.
Set the Direction of a GPIO Pin
Command and Response
#gpio
ç
SET·/MEDIA/GPIO/
<GPIO_port>
.Direction=
<direction>
æ
pw
·
/MEDIA/GPIO/
<GPIO_port>
.Direction=
<direrction>
Parameters
Parameter
Parameter description
Value
Parameter value
<GPIO_port>
GPIO pin number
0 ...8
GPIO pin number 1 to 8
<direction>
Direction of the
communication
I
Input
O
Output
Example
ç
SET /MEDIA/GPIO/P1.Direction=I
æ
pw /MEDIA/GPIO/P1.Direction=I