Data Sheet
Air602_AT Instruction User Manual
2.2.3.12 Read the data in the receive buffer of the specified socket :AT+SKRCV
• Function:
Reads the data in the receive buffer of the specified socket and returns after completion. After receiving this
command, the module will transfer the specified length data in binary format after sending the
corresponding message (+OK).
• Format(ASCII):
AT+SKRCV=<socket>,<maxsize><CR>
+OK=<size><CR><LF><CR><LF>
[data steam]
• Parameter:
• e.g.:
Luat 53 /73 page
→ AT+SKSND=1,5
← +OK=1
→ abcde
→ AT+SKRCV=2,20
← +OK=17
← HELLO WIFI MODULE
Socket: socket number
Maxsize: the maximum data length that can be received
Size: the actual length of the received data
Data steam: raw data