W5500S2E serial to Ethernet module
W5500S2E user manual
36
C1_LINK_T (Connection Condition)
Command format
Parameters
Usage
AT+C1_LINK_T?
Nil
Read
AT+C1_LINK_T=<parameter>
0: Connect when power on (default)
1: Connect when receiving data from serial
Set
Response
[C1_LINK_T] Value is:<value>\r\nOK\r\n
Example
Command: AT+C1_LINK_T=1\r\n
Response: [C1_LINK_T] Value is:1\r\nOK\r\n
This command is valid only in TCP client mode & “data pass-through mode”.
This is the timing for the module connecting to the TCP server. If it is 0, it will connect when power on.
If it is 1, the module will establish the connection establishment when receiving the first package of data
from the serial interface. When connection established, the data will be sent to the TCP server and
module would be in data pass-through mode.
C1_LINK_M (Send Hello Message)
Command format
Parameters
Usage
AT+C1_LINK_M?
Nil
Read
AT+C1_LINK_M=<parameter>
0: Disable (Default)
1: Send Device ID
2: Send MAC address
3: Send IP address
Set
Response
[C1_LINK_M] Value is:<value>\r\nOK\r\n
Example
Command: AT+C1_LINK_M=1\r\n
Response: [C1_LINK_M] Value is:1\r\nOK\r\n
This command is valid only in TCP client mode for both “data pass-through mode” & “AT data transfer
command mode”. It will determine the first message to be sent right after connection established.