Data Sheet

Air602_AT Instruction User Manual
local_port Local port number
socketsocketnumber
e.g.
1 is socket id
2.2.3.11 Send data through the specified socket AT+SKSND
Function
Send data through the specified socket and return when finished. This command sends data in binary format
and the user should start sending the raw data after receiving the response message (+OK) from the module.
After the module receives the specified length of data, it automatically ends the data transmission phase and
sends the data to the network. The excess data will be discarded. Otherwise, after waiting for the timeout (1s),
the module forces the end of the data transfer phase and sends the received data to the network.
FormatASCII):
AT+SKSND=<socket>,<size><CR>
+OK=<actualsize><CR><LF><CR><LF>
[data steam]
Parameter
e.g.
Luat 52 /73 page
AT+SKCT=0,0,180.97.81.180,51950,37189
+OK=1
socketsocket number
sizeThe length of the data to be sent, bytes
actualsizeThe length of data allowed to be sent, bytes
data steam Raw data