![Lightware HDMI-3D-OPT-RX150RA Скачать руководство пользователя страница 48](http://html.mh-extra.com/html/lightware/hdmi-3d-opt-rx150ra/hdmi-3d-opt-rx150ra_user-manual_1915357048.webp)
6. LW2 Programmer's Reference
HDMI-3D-OPT series – User's Manual
48
6.4.4.
Set the Gateway Address
Description
: Gateway address can be set as follows.
Format
Example
Command {IP_GATEWAY=<gateway_addr>}
Response (IP_GATEWAY=<gateway_addr>)CrLf
{ip_gateway=192.168.0.50}
(IP_GATEWAY=192.168.0.50)
Legend
:
<gateway_addr>:
Four decimal octets separated by dots.
INFO: The gateway address can be queried by typing the “ip_gateway=?” command. The response contains
the static IP gateway address that is stored in the device even if DHCP is enabled. In that case, the latest
valid gateway address (for static IP) is stored.
6.4.5.
Apply Network Settings
Description
: Apply the network settings and restart the network interface.
Format
Example
Command {ip_apply}
Response (IP_APPLY)CrLf
{ip_apply}
(IP_APPLY)
6.5. GPIO Configuration
6.5.1.
Set Level and Direction for Each Pins
Description
: GPIO pins can be configured as follows. See more details about GPIO connector in the section
and about the interface in the section.
Format
Example
Command {GPIO<pin_nr>=<dir>;<level>}
Response (GPIO<pin_nr>=<dir>;<level>)CrLf
{gpio1=O;H}
(GPIO1=O;H)
Legend
:
Parameter <dir>
Description
I
Input
O
Output
Parameter <level>
Description
L
Low
H
High
T
Toggle
Explanation
: GPIO pin 1 is set to output with high level.
INFO: The current GPIO pin configuration can be queried by typing the {GPIO<pin_nr>=?} command.
<pin_nr>:
GPIO pin number 1...8
<dir>:
The direction of the communication, it can be input or output.
<level>:
The level of the pin, it can be low or high.