// Start AT SYNC: Send AT every 1s, if receive OK, SYNC success, if no OK return after sending AT 10 times, SYNC fail //
[2017-09-22 12:41:51:726_S:] AT
// Use AT+CMEE=1 to enable result code and use numeric values //
[2017-09-22 12:41:51:745_S:] AT+CMEE=1
[2017-09-22 12:41:51:772_R:] OK
// Use AT+CGMI to get Manufacturer ID of module information //
[2017-09-22 12:41:51:773_S:] AT+CGMI
[2017-09-22 12:41:51:788_R:] Quectel
[2017-09-22 12:41:51:804_R:] OK
// Use AT+CGMM to get Device module of module information //
[2017-09-22 12:41:51:806_S:] AT+CGMM
[2017-09-22 12:41:51:820_R:]
[2017-09-22 12:41:51:836_R:] BC95HB-02-STD_850
[2017-09-22 12:41:51:852_R:] OK
// Use AT+CGMR to get Firmware version of module information //
[2017-09-22 12:41:51:858_S:] AT+CGMR
// Use AT+CIMI to query the IMSI //
[2017-09-22 12:42:06:165_S:] AT+CIMI
[2017-09-22 12:42:06:182_R:] 460111174802374
[2017-09-22 12:42:06:214_R:] OK
//Use AT+CEREG? to query current EPS Network Registration Status//
[2017-09-22 12:42:06:317_S:] AT+CEREG?
[2017-09-22 12:42:06:342_R:] +CEREG:1,1
[2017-09-22 12:42:06:358_R:] OK
// use AT+CSQ to query current signal quality //
[2017-09-22 12:42:06:361_S:] AT+CSQ
[2017-09-22 12:42:06:374_R:]
[2017-09-22 12:42:06:390_R:] +CSQ:21,99
[2017-09-22 12:42:06:406_R:] OK
// Use AT+CIMI to query the IMSI //
[2017-09-22 12:42:07:524_S:] AT+CIMI
[2017-09-22 12:42:07:542_R:] 460111174802374
[2017-09-22 12:42:07:573_R:] OK
// Use AT+CGSN=1 to query the IMEI of module //
[2017-09-22 12:42:07:579_S:] AT+CGSN=1
// Use AT+NSOCL to close the connection of UDP //
[2017-09-22 12:42:32:109_S:] AT+NSOCL=0
[2017-09-22 12:42:32:138_R:] OK
// User "AT+CGATT=0" to dectivate context profile //
[2017-09-22 12:42:33:339_S:] AT+CGATT=0
[2017-09-22 12:42:33:379_R:] OK
// Query the status of the context profile //
[2017-09-22 12:42:33:383_S:] AT+CGATT?
[2017-09-22 12:42:33:402_R:] +CGATT:1
[2017-09-22 12:42:33:418_R:] OK
[2017-09-22 12:42:33:674_R:] +CEREG:0
// User "AT+CGATT=0" to dectivate context profile //
[2017-09-22 12:42:34:423_S:] AT+CGATT=0
[2017-09-22 12:42:34:458_R:] OK
// Query the status of the context profile //
[2017-09-22 12:42:34:461_S:] AT+CGATT?
[2017-09-22 12:42:34:489_R:] +CGATT:0
[2017-09-22 12:42:34:505_R:] OK
时间: 2017-12-7 23:17
作者: leyinlewis
// Start AT SYNC: Send AT every 1s, if receive OK, SYNC success, if no OK return after sending AT 10 times, SYNC fail //
[2017-09-22 12:41:51:726_S:] AT
// Use AT+CMEE=1 to enable result code and use numeric values //
[2017-09-22 12:41:51:745_S:] AT+CMEE=1
[2017-09-22 12:41:51:772_R:] OK
// Use AT+CGMI to get Manufacturer ID of module information //
[2017-09-22 12:41:51:773_S:] AT+CGMI
[2017-09-22 12:41:51:788_R:] Quectel
[2017-09-22 12:41:51:804_R:] OK
// Use AT+CGMM to get Device module of module information //
[2017-09-22 12:41:51:806_S:] AT+CGMM
[2017-09-22 12:41:51:820_R:]
[2017-09-22 12:41:51:836_R:] BC95HB-02-STD_850
[2017-09-22 12:41:51:852_R:] OK
// Use AT+CGMR to get Firmware version of module information //
[2017-09-22 12:41:51:858_S:] AT+CGMR
// Use AT+CIMI to query the IMSI //
[2017-09-22 12:42:06:165_S:] AT+CIMI
[2017-09-22 12:42:06:182_R:] 460111174802374
[2017-09-22 12:42:06:214_R:] OK
//Use AT+CEREG? to query current EPS Network Registration Status//
[2017-09-22 12:42:06:317_S:] AT+CEREG?
[2017-09-22 12:42:06:342_R:] +CEREG:1,1
[2017-09-22 12:42:06:358_R:] OK
// use AT+CSQ to query current signal quality //
[2017-09-22 12:42:06:361_S:] AT+CSQ
[2017-09-22 12:42:06:374_R:]
[2017-09-22 12:42:06:390_R:] +CSQ:21,99
[2017-09-22 12:42:06:406_R:] OK
// Use AT+CIMI to query the IMSI //
[2017-09-22 12:42:07:524_S:] AT+CIMI
[2017-09-22 12:42:07:542_R:] 460111174802374
[2017-09-22 12:42:07:573_R:] OK
// Use AT+CGSN=1 to query the IMEI of module //
[2017-09-22 12:42:07:579_S:] AT+CGSN=1