W5500S2E serial to Ethernet module
W5500S2E user manual
28
IP (IP address)
Command format
Parameters
Usage
AT+IP?
Nil
Read
AT+IP=<parameter>
Default: 192.168.1.88
Set
Response
[IP] Value is:<value>\r\nOK\r\n
Example
Command: AT+IP=192.168.1.88\r\n
Response: [IP] Value is:192.168.1.88\r\nOK\r\n
The IP address has format in human-readable notations for IPv4, such as 172.16.254.1; maximum
length of IP address is 15 bytes. This value is effective only if IP configuration mode (IP_MODE) is in
“Static IP mode”.
MARK (Subnet mask)
Command format
Parameters
Usage
AT+MARK?
Nil
Read
AT+MARK=<parameter>
Default: 255.255.255.0
Set
Response
[MARK] Value is:<value>\r\nOK\r\n
Example
Command: AT+MARK=255.255.255.0\r\n
Response: [MARK] Value is:255.255.255.0\r\nOK\r\n
The subnet mask format in human-readable notations for IPv4, such as 255.255.255.0; maximum
length is 15 bytes. This value is effective only if IP configuration mode (IP_MODE) is in “Static IP
mode”.
GATEWAY (Gateway)
Command format
Parameters
Usage
AT+GATEWAY?
Nil
Read
AT+GATEWAY=<parameter>
Default: 192.168.1.1
Set
Response
[GATEWAY] Value is:<value>\r\nOK\r\n
Example
Command: AT+GATEWAY=192.168.1.1\r\n
Response: [GATEWAY] Value is:192.168.1.1\r\nOK\r\n
The gateway IP address has format in human-readable notations for IPv4, such as 172.16.254.1;
maximum length of IP address is 15 bytes. This value is effective only if IP configuration mode
(IP_MODE) is in “Static IP mode”.