+QIRD: 5
test1
OK
AT+QIRD=0,1500
+QIRD: 0
OK
AT+QIRD=0,0
+QIRD: 5,5,0
OK
3.2.4. Close a Connection
AT+QICLOSE=0
OK
3.3. TCP Client Works in Buffer Access Mode under IPv6
3.3.1. Set up a TCP Client Connection and Enter Buffer Access Mode
AT+QIOPEN=1,0,"TCP","2001:468:2100:1:0:0:0:0",5001,0,0
OK
+QIOPEN: 0,0
AT+QISTATE=1,0
+QISTATE: 0,"TCP","2001:468:2100:1:0:0:0:0",5001,11921,2,1,0,0,"usbmodem"
OK
BG96_TCP/IP_Application_Note
//The length of actually retrieved data is 5 bytes.
//No data in buffer.
//Query the total length of received data, including read and unread data.
//Close a connection whose <connectID> is 0. Depending on the
network, the maximum response time is 10 seconds.
LPWA Module Series
BG96 TCP/IP Application Note
//Context is 1 and <connectID> is 0.
Before using AT+QIOPEN, the host should
activate the context with AT+QIACT first.
//TCP client is connected successfully. It is
suggested to wait for 150 seconds for the
URC +QIOPEN: <connectID>,<err>. If the
URC cannot be received in 150 seconds,
the host can use AT+QICLOSE to close the
socket.
//Query the connection status of socket
service 1.
38 / 52
Need help?
Do you have a question about the BG96 TCP/IP and is the answer not in the manual?
Questions and answers