/* 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
[2017-09-22 12:41:51:740_R:] DSR:0 CTS:0 RI:0 (DCD:1)
[2017-09-22 12:41:51:741_R:] DSR:0 (CTS:1) RI:0 DCD:1
[2017-09-22 12:41:51:742_R:] (DSR:1) CTS:1 RI:0 DCD:1
[2017-09-22 12:41:51:742_R:] DSR:1 CTS:1 (RI:1) DCD:1
[2017-09-22 12:41:51:742_R:] OK
/* 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
[2017-09-22 12:41:51:884_R:] SECURITY,V100R100C10B657SP2
[2017-09-22 12:41:51:916_R:] PROTOCOL,V100R100C10B657SP2
[2017-09-22 12:41:51:948_R:] APPLICATION,V100R100C10B657SP2
[2017-09-22 12:41:51:980_R:] SEC_UPDATER,V100R100C10B657SP2
[2017-09-22 12:41:52:012_R:] APP_UPDATER,V100R100C10B657SP2
[2017-09-22 12:41:52:046_R:] RADIO,BC95HB-02-STD_850
[2017-09-22 12:41:52:076_R:] OK
/* Query module support Bands */
[2017-09-22 12:41:52:083_S:] AT+NBAND?
[2017-09-22 12:41:52:108_R:] +NBAND:5
[2017-09-22 12:41:52:124_R:] OK
/* Query the user configuration */
[2017-09-22 12:41:52:136_S:] AT+NCONFIG?
[2017-09-22 12:41:52:156_R:] +NCONFIG:AUTOCONNECT,TRUE
[2017-09-22 12:41:52:188_R:] +NCONFIG:CR_0354_0338_SCRAMBLING,TRUE
[2017-09-22 12:41:52:236_R:] +NCONFIG:CR_0859_SI_AVOID,TRUE
[2017-09-22 12:41:52:268_R:] +NCONFIG:COMBINE_ATTACH,FALSE
[2017-09-22 12:41:52:300_R:] +NCONFIG:CELL_RESELECTION,FALSE
[2017-09-22 12:41:52:332_R:] +NCONFIG:ENABLE_BIP,FALSE
[2017-09-22 12:41:52:364_R:] OK
/* Use AT+CGSN=1 to query the IMEI of module */
[2017-09-22 12:41:52:371_S:] AT+CGSN=1
[2017-09-22 12:41:52:396_R:] +CGSN:863703031125672
[2017-09-22 12:41:52:433_R:] OK
/* Use AT+CIMI to query the IMSI */
[2017-09-22 12:41:52:934_S:] AT+CIMI
[2017-09-22 12:41:52:958_R:] 460111174802374
[2017-09-22 12:41:52:971_R:] OK
/* User "AT+CGATT=1"to activate context profile */
[2017-09-22 12:41:52:991_S:] AT+CGATT=1
[2017-09-22 12:41:53:020_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-09-22 12:41:53:023_S:] AT+CGATT?
[2017-09-22 12:41:53:052_R:] +CGATT:0
[2017-09-22 12:41:53:068_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-09-22 12:41:55:058_S:] AT+CGATT?
[2017-09-22 12:41:55:085_R:] +CGATT:0
[2017-09-22 12:41:55:100_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-09-22 12:41:57:113_S:] AT+CGATT?
[2017-09-22 12:41:57:146_R:] +CGATT:0
[2017-09-22 12:41:57:146_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-09-22 12:41:59:170_S:] AT+CGATT?
[2017-09-22 12:41:59:193_R:] +CGATT:0
[2017-09-22 12:41:59:209_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-09-22 12:42:01:221_S:] AT+CGATT?
[2017-09-22 12:42:01:240_R:] +CGATT:1
[2017-09-22 12:42:01:256_R:] OK
/* Use AT+CSQ to query current signal quality */
[2017-09-22 12:42:01:264_S:] AT+CSQ
[2017-09-22 12:42:01:290_R:] +CSQ:21,99
[2017-09-22 12:42:01:308_R:] OK
/* Use AT+COPS? to query current Network Operator */
[2017-09-22 12:42:01:312_S:] AT+COPS?
[2017-09-22 12:42:01:336_R:] +COPS:0,2,"46011"
[2017-09-22 12:42:01:352_R:] OK
/*Use AT+CEREG? to query current EPS Network Registration Status*/
[2017-09-22 12:42:01:373_S:] AT+CEREG?
[2017-09-22 12:42:01:400_R:] +CEREG:0,1
[2017-09-22 12:42:01:416_R:] OK
/* Use AT+CEREG =1 to enable network registration unsolicited result code */
[2017-09-22 12:42:01:419_S:] AT+CEREG=1
[2017-09-22 12:42:01:448_R:] OK
/* Fetches the most recent operational statistics */
[2017-09-22 12:42:01:451_S:] AT+NUESTATS
[2017-09-22 12:42:01:480_R:] Signal power:-803
[2017-09-22 12:42:01:496_R:] Total power:-716
[2017-09-22 12:42:01:512_R:] TX power:20
[2017-09-22 12:42:01:528_R:] TX time:774
[2017-09-22 12:42:01:544_R:] RX time:12577
[2017-09-22 12:42:01:560_R:] Cell ID:124919634
[2017-09-22 12:42:01:576_R:] ECL:0
[2017-09-22 12:42:01:592_R:] SNR:82
[2017-09-22 12:42:01:592_R:] EARFCN:2506
[2017-09-22 12:42:01:608_R:] PCI:118
[2017-09-22 12:42:01:624_R:] RSRQ:-112
[2017-09-22 12:42:01:624_R:] OK
/* 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
[2017-09-22 12:42:07:605_R:] +CGSN:863703031125672
[2017-09-22 12:42:07:637_R:] OK
/* Use AT+CGDCONT=1,"IP","HUAWEI.COM", to configuration PDP */
[2017-09-22 12:42:07:640_S:] AT+CGDCONT=1,"IP","HUAWEI.COM"
[2017-09-22 12:42:07:685_R:] OK
/* User "AT+CGATT=1"to activate context profile */
[2017-09-22 12:42:08:189_S:] AT+CGATT=1
[2017-09-22 12:42:08:213_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-09-22 12:42:08:216_S:] AT+CGATT?
[2017-09-22 12:42:08:245_R:] +CGATT:1
[2017-09-22 12:42:08:261_R:] OK
/* Show PDP addresses */
[2017-09-22 12:42:08:763_S:] AT+CGPADDR
[2017-09-22 12:42:08:789_R:] +CGPADDR:0,10.166.183.197
[2017-09-22 12:42:08:821_R:] +CGPADDR:1
[2017-09-22 12:42:08:837_R:] OK
/* Query the signaling connection status, 1 means CONNECT, 0 means IDLE. */
[2017-09-22 12:42:08:848_S:] AT+CSCON?
[2017-09-22 12:42:08:869_R:] +CSCON:0,1
[2017-09-22 12:42:08:884_R:] OK
/* Use AT+NSOCR to create a socket on the UE and associates with specified protocol */
[2017-09-22 12:42:23:061_S:] AT+NSOCR=DGRAM,17,3005,1
[2017-09-22 12:42:23:102_R:] 0
[2017-09-22 12:42:23:102_R:] OK
[2017-09-22 12:42:28:207_S:] AT+NSOST=0,119.29.206.29,6363,12,313233343536373837383930
[2017-09-22 12:42:28:284_R:] 0,12
[2017-09-22 12:42:28:299_R:] OK
[2017-09-22 12:42:29:324_R:] +NSONMI:0,12
[2017-09-22 12:42:29:345_S:] AT+NSORF=0,12
[2017-09-22 12:42:29:372_R:] 0,119.29.206.29,6363,12,313233343536373837383930,0
[2017-09-22 12:42:29:436_R:] OK
/* 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