6. LW2 Programmer's Reference
UMX-HDMI-140 series– User's Manual
77
Applied firmware package: v1.3.0b5 | LDC software: v2.5.6b2
6.5.6. Gateway Address Query
Gateway address can be queried as follows.
Command and Response
ȩ
{IP_GATEWAY=?}
Ȩ
(IP_GATEWAY=
<gateway_address>
)CrLf
Parameters
Parameter
Parameter description
Value
Parameter value
<gateway_address>
Current gateway address of
the device
Gateway address (four decimal
octets separated by dots).
Example
ȩ
{ip_gateway=?}
Ȩ
(IP_GATEWAY=192.168.0.1)
6.5.7.
Gateway Mask Setting
Gateway address can be set as follows.
Command and Response
ȩ
{IP_GATEWAY=
<gateway_address>
}
Ȩ
(IP_GATEWAY=
<gateway_address>
)CrLf
Parameters
Parameter
Parameter description
Value
Parameter value
<gateway_address>
Current gateway address of
the device
Gateway address (four decimal
octets separated by dots).
Example
ȩ
{ip_gateway=192.168.0.1}
Ȩ
(IP_GATEWAY=192.168.0.1)
6.5.8. Enable/disable the Ethernet Port
Command and Response
ȩ
{ETH_ENABLE=
<switch>
}
Ȩ
(ETH_ENABLE=
<switch>
)CrLf
Parameters
If the
<switch>
parameter is
0
, the port is
disabled
. If its value is
1
, the port is
enabled
.
Example
ȩ
{ETH_ENABLE=1}
Ȩ
(ETH_ENABLE=1)
6.5.9.
Apply Network Settings
Applying the network settings and restart the network interface.
ATTENTION!
The command is always requires as the last step for applying the modified network settings.
Command and Response
ȩ
{IP_APPLY}
Ȩ
(IP_APPLY)CrLf
Example
ȩ
{ip_apply}
Ȩ
(IP_APPLY)
6.6.
RS-232 Settings
6.6.1.
RS-232 Mode Setting
RS -232 mode can be set as follows. See more details about RS -232 modes in the
section.
#rs232 #rs-232 #serial #commandinjection
Command and Response
ȩ
{RS232=
<mode>
}
Ȩ
(RS232=
<mode>
)CrLf
Parameters
Parameter
Parameter description
Value
Parameter value
<mode>
RS-232 operation mode
CONTROL
Control mode
CI
Command injection mode
PASS
Event Manager (Pass-through) mode
Example
ȩ
{rs232=control}
Ȩ
(RS232=CONTROL)
INFO:
The current RS-232 mode can be queried by the {RS232=?} command.