
W7500S2E serial to Ethernet module
W7500S2E user manual
40
6.7
AT command script examples
6.7.1
TCP server mode script example
AT\r\n
OK\r\n
AT+DEBUGMSGEN=0\r\n
[DEBUGMSGEN] Value is:0\r\nOK\r\n
AT+ECHO=0\r\n
[ECHO] Value is:0\r\nOK\r\n
AT+START_MODE=1\r\n
[START_MODE] Value is:1\r\nOK\r\n
AT+C1_OP=0 \r\n
[C1_OP] Value is:0\r\nOK\r\n
AT+IP_MODE=0\r\n
[IP_MODE] Value is:0\r\nOK\r\n
AT+IP=192.168.1.88\r\n
[IP] Value is:192.168.1.88\r\nOK\r\n
AT+C1_PORT=5000\r\n
[C1_PORT] Value is:5000\r\nOK\r\n
AT+RESET=admin\r\n
OK\r\n
//Terminal check
//Disable debug message
//Echo on
//Configure start mode into “Data pass-through mode”
//Configure into TCP server mode
//Set into static IP mode
//Set local IP address
//Set the local port number
//Save the setting, restart in enter data pass-through mode