3.3.4. Close a Connection
AT+QICLOSE=0
OK
3.4. TCP Client Works in Transparent Access Mode
3.4.1. Set up a TCP Client Connection and Enter Transparent Access Mode
AT+QIOPEN=1,0,"TCP","220.180.239.212",8009,0,2
CONNECT
3.4.2. Send Data in Transparent Access Mode
All data got from COM port will be sent to internet directly.
3.4.3. Receive Data from Remote Server in Transparent Access Mode
Test 1
3.4.4. Close a TCP Client
AT+QICLOSE=0
OK
BG96_TCP/IP_Application_Note
//Close a connection whose <connectID> is 0. Depending on the
network, the maximum response time is 10 seconds.
//Context is 1 and <connectID> is 0. Before
//All data received from internet will be outputted via
COM port directly.
//After using +++ to exit from the transparent access
mode, the host could use AT+QICLOSE to close the
TCP link. Depending on the network, the maximum
response time is 10 seconds.
BG96 TCP/IP Application Note
using AT+QIOPEN, the host should activate the
context with AT+QIACT first.
//TCP client connected successfully. It is
suggested to wait for 150 seconds for the URC
CONNECT. If the URC cannot be received in
150 seconds, the host could use AT+QICLOSE
to close the socket.
LPWA Module Series
40 / 52
Need help?
Do you have a question about the BG96 TCP/IP and is the answer not in the manual?
Questions and answers