WAVESHARE ELECTRONICS
WIFI232 User Manual
Page 56 of 81
AT+ MSLP=<on/off><CR>
+ok<CR>< LF ><CR>< LF >
Parameters:
When Query,sta reply if the module in sleep mode;
On - Module not in sleep mode (WiFi ON);
Off - Module in sleep mode(WiFi OFF);
When Set,
Off - Set module to sleep mode (WiFi OFF);
On - Set module to normal mode (WiFi ON);
When module go into sleep mode, user can input “AT+MSLP=on” to re-start the module and module
go into transparent transmission mode.
5.2.2.2.18
AT+WSCAN
Function: Seek AP when module works as STA mode;
Format:
AT+ WSCAN<CR>
+ok=<ap_site><CR>< LF ><CR>< LF >
Parameters:
ap_site: AP searched;
The first line of the return value is "RSSI, SSID, BSSID, Channel, Encryption,Authentication", they are
the signal strength, network name, MAC address,channel, mode of authentication, encryption
algorithm.
5.2.2.2.19
AT+ TCPLK
Function: Query if TCP link already build-up;
Format:
AT+ TCPLK<CR>
+ok=<sta><CR>< LF ><CR>< LF >
Parameters:
sta.: if module already setup TCP link;
on: TCP link setup;
off: TCP link not setup;
5.2.2.2.20
AT + TCPDIS
Function: Open/Cose TCP (Only TCP Client available);
Format:
Query Operation
AT+TCPDIS<CR>
+ok=<sta><CR>< LF ><CR>< LF >
Set Operation
AT+ TCPDIS=<on/off><CR>
+ok<CR>< LF ><CR>< LF >
Parameters:
sta.: set/query TCP link status;
on: TCP link available; Whe
n setting “on”, module will connect to TCP server
right away.