NB-IoT Module Series
BC95 AT Commands Manual
BC95_AT_Commands_Manual Confidential / Released 46 / 58
Parameter
Example
AT+NSORF=0,10
0,192.168.5.1,1024,2,ABAB,0
OK
Neul Hi2110 Implementation
Maximum data size is 512 bytes.
Only IPv4 is supported.
Remaining length is always 0. The remaining data is readable.
4.14. AT+NSOCL Close Socket
Close the specified socket. If there are pending messages to be read, they will be dropped. No further
unsolicited +NSONMI notifications will be generated. If the socket has already been closed, or was never
created, an error will be returned.
AT+NSORF Receive Command (UDP Only)
Set Command
AT+NSORF=<socket>,<req_length>
Response
<socket>,<ip_addr>,<port>,<length>,<data>,<remaining_
length>
OK
+CME ERROR: <err>
<socket> Socket number returned by +NSOCR
<req_length> Maximum amount of data to be returned as a decimal byte length.
<ip_addr> Address of system sending the message
IPv4 A dot notation IP address
<port> A number in the range 0-65535. This is the remote port that messages was sent
from
<length> Amount of data returned as a decimal byte length
<remaining_length> Amount of data left to read for this message as a decimal byte length
<data> Data received in hex string format, or quoted string format.