WM620 AT
Command Manual
Copyright © Neoway Technology Co., Ltd
92
Remarks
This command is applicable to E9C33424 and later versions.
This command is not applicable to sockets that are set to automatic receiving
mode.
This command is applicable to both TCP and UDP.
If the length is set greater than the actual data packet, this command reads
data according to the actual data packet size.
The buffer size is 10K for each socket.
9.15 Data Incoming Report: +IPURCREAD
Description
Unsolicited data incoming report
Format
<CR><LF>+IPURCREAD:<n><CR><LF>
Parameter
<n>: Socket number, ranging from 0 to 5
Return Value
N/A
Example
AT+TCPSETUP=0,58.60.184.213,10405,1
OK
+TCPSETUP:0,OK
+IPURCREAD:0
Set up a TCP connection to
58.60.184.213,10405 on socket
0.
Unsolicited data incoming report
on socket 0.
AT+UDPSETUP=1,58.60.184.213,10405,1
OK
+UDPSETUP:1,OK
+IPURCREAD:1
Set up a UDP connection to
58.60.184.213,10405 on socket
1.
Unsolicited data incoming report
on socket 1.
AT+TCPLISTEN=6000,1
+TCPLISTEN:0,OK
Connect
AcceptSocket=1,ClientAddr=10.65.164.98
+IPURCREAD:1
Set up TCP connection with the
remote on socket 1.
Unsolicited data incoming report
on socket 1.