6.LW2Programmers'Reference
HDMI-TPS-RX110AY series – User's Manual
70
Appliedfirmwarepackage:v1.5.0b3 | LDCsoftware:v2.5.9b2
6.5. Network Configuration
6.5.1. IP Status Query
Thenetworkconfigurationofthedevicecanbequeriedasfollows.
#network #ipaddress #dhcp
Command and Response
ȩ
{IP_STAT=?}
Ȩ
(IP_STAT=
<mode>
;
<ip_address>
;
<subnet_mask>
;
<gateway_addr>
)CrLf
Parameters
Identifier
Parameter description
Value
Parameter value
<mode>
Static IP address setting or
DHCP (dynamic IP address)
0
Static IP address
1
DHCP
<ip_address>
Current IP address of the
device
IP address (four decimal octets
separated by dots).
<subnet_mask>
Current subnet mask of the
device
Subnet mask (four decimal octets
separated by dots).
<gateway_address>
Current gateway address of
the device
Gateway address (four decimal
octets separated by dots).
Example
ȩ
{ip_stat=?}
Ȩ
(IP_STAT=0;192.168.0.75;255.255.255.0;192.168.0.1)
Explanation
The device has a static (fix) IP address: 192.168.0.75; the subnet mask is 255.255.255.0, the gateway
addressis192.168.0.1.
6.5.2. IP Address Query
IP address can be queried as follows.
Command and Response
ȩ
{IP_ADDRESS=?}
Ȩ
(IP_ADDRESS=
<mode>
;
<ip_address>
)CrLf
Parameters
Identifier
Parameter description
Value
Parameter value
<mode>
Static IP address setting or
DHCP (dynamic IP address)
0
Static IP address
1
DHCP
<ip_address>
Current IP address of the
device
IP address (four decimal octets
separated by dots).
Example
ȩ
{ip_address=?}
Ȩ
(IP_ADDRESS=1;192.168.2.118)
Explanation
ThedevicehasaDHCP(dynamic)IPaddress:192.168.2.118.
6.5.3.
IP Address Setting
IP address can be set as follows.
Command and Response
ȩ
{IP_ADDRESS=
<mode>
;
<ip_address>
}
Ȩ
(IP_ADDRESS=
<mode>
;
<ip_address>
)CrLf
Parameters
Identifier
Parameter description
Value
Parameter value
<mode>
Static IP address setting or
DHCP (dynamic IP address)
0
Static IP address
1
DHCP
<ip_address>
IP address of the device
IP address (four decimal octets
separated by dots).
Example
ȩ
{ip_address=1;}
Ȩ
(IP_ADDRESS=1;192.168.2.118)
Explanation
ThedeviceissettoDHCP(dynamic)IPaddressandgot192.168.2.118.