W5500S2E serial to Ethernet module
W5500S2E user manual
24
6.5
AT command details
6.5.1
Control command
AT (Terminal check)
Command format
Parameters
Usage
AT
Nil
Read
Response
OK\r\n
Description
If module is in AT command mode, return is value above
Example
Command: AT\r\n
Response: OK\r\n
It will check if the module if it is working properly in AT command mode.
ECHO (Enable or disable echoing)
Command format
Parameters
Usage
AT+ECHO?
Nil
Read
AT+ECHO=<parameter>
0: echo off
1: echo on (default)
Set
Response
[ECHO] Value is:<value>\r\nOK\r\n
Example
Command: AT+ECHO?\r\n
Response: [ECHO] Value is:1\r\nOK\r\n
In AT command mode, echo on means the module could directly respond any input command line to the
serial interface. Thus, this option may help users more easily through serial terminal software manually.
However, this may increase the difficulty to parse the return output if the serial is connected to an MCU
in an embedded system. Turn echo off in this case.
DEBUGMSGEN (Debug message)
Command format
Parameters
Usage
AT+DEBUGMSGEN?
Nil
Read
AT+DEBUGMSGEN=<parameter>
0: Disable
1: Enable (default)
Set
Response
[DEBUGMEGEN] Value is: <value>\r\nOK\r\n
Example
Command: AT+DEBUGMSGEN=1\r\n
Response: [DEBUGMSGEN] Value is:1\r\nOK\r\n
This will enable debug message sending to the serial interface. Thus, this option may help users more
easily through serial terminal software manually.