Ask how to close the bg95 socket

hello.
I want to close the HTTP socket after accessing the HTTP URL in BG95.
Is there an AT command related to it?

Hi @byeongcheol
You can use AT+QICLOSE command to close specify socket.

Is AT+QICLOSE correct? Even if I send an AT command, the AT+QHTTPGET command is processed as a success, so it seems to be connecting

[2023-04-19_12:36:22:470]AT+QHTTPCFG=“contextid”,1

[2023-04-19_12:36:22:470]OK
[2023-04-19_12:36:23:283]AT+QHTTPCFG=“responseheader”,1

[2023-04-19_12:36:23:283]OK
[2023-04-19_12:36:25:212]AT+QHTTPURL=65,80

[2023-04-19_12:36:25:212]CONNECT
[2023-04-19_12:36:26:566]
[2023-04-19_12:36:26:566]OK
[2023-04-19_12:36:27:793]AT+QHTTPGET=80

[2023-04-19_12:36:27:793]OK
[2023-04-19_12:36:28:590]
[2023-04-19_12:36:28:590]+QHTTPGET: 0,200,147950
[2023-04-19_12:37:03:516]AT+QICLOSE=0

[2023-04-19_12:37:03:516]OK
[2023-04-19_12:37:08:264]AT+QHTTPGET=80

[2023-04-19_12:37:08:281]OK
[2023-04-19_12:37:08:964]
[2023-04-19_12:37:08:964]+QHTTPGET: 0,200,147950

Hi @byeongcheol
You can use this command AT+QICLOSE=0,0 to close socket right now.