Neo_WM620 WCDMA Module AT Command Set
Copyright © Neoway Technology Co., Ltd
66
AT+IPNETREAD=,10
ERROR
Command is incorrect. Socket number
cannot be omitted.
Remarks
This command is supported by E9C33424 and later versions.
This command is not supported by links 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.14 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 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 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.
+IPURCREAD:ERROR 0
The receiving buffer of link 0 is
full.
+IPURCREAD:ERROR 1
The receiving buffer of link 1 is
full.