LPWA Module Series
BG95&BG77&BG600L Series TCP/IP Application Note
BG95&BG77&BG600L_Series_TCP/IP_Application_Note 51 / 56
3.11. PING
3.12. Synchronize Local Time
AT+QPING=1,"www.baidu.com"
//Ping www.baidu.com in context 1. Before pinging
the destination IP address, the host should activate
the context by
AT+QIACT
first.
OK
+QPING: 0,"61.135.169.125",32,192,255
+QPING: 0,"61.135.169.125",32,240,255
+QPING: 0,"61.135.169.125",32,241,255
+QPING: 0,"61.135.169.125",32,479,255
+QPING: 0,4,4,0,192,479,287
AT+QPING=1,"2001:468:2100:1:0:0:0
:
0"
//Ping 2001:468:2100:1:0:0:0:0 in context 1. Before
pinging the destination IP address, the host should
activate the context with
AT+QIACT
first.
OK
+QPING: 0,"2001:468:2100:1:0:0:0:0",32,58,255
+QPING: 0,"2001:468:2100:1:0:0:0:0",32,49,255
+QPING: 0,"2001:468:2100:1:0:0:0:0",32,39,255
+QPING: 0,"2001:468:2100:1:0:0:0:0",32,40,255
+QPING: 0,4,4,0,39,58,46
AT+QNTP=1,"202.120.2.101",123
//Synchronize local time with NTP server
"202.120.2.101:123". Before synchronizing the
time, the host should activate the context with
AT+QIACT
first.
OK
+QNTP: 0,"2013/08/19,11:10:10+32"
AT+CCLK?
+CCLK: "13/08/19,11:10:57+32"