About the Software General Function category

Topics related to Quectel module software general functions

Hi ! guy, thank you for creating the topic, I will do my best to answer the problems from every customer.

у меня модуль ec20 не подключаеться сеть виндовс 10. Все драйверы установлены. вот резултаты из Qnavigator.

/* Start AT SYNC: Send AT every 500ms, if receive OK, SYNC success, if no OK return after sending AT 10 times, SYNC fail */
[2021-02-02 09:28:03:008_S:] AT

[2021-02-02 09:28:03:061_R:] OK
[2021-02-02 09:28:03:077_S:] ATI

[2021-02-02 09:28:03:140_R:] Quectel
[2021-02-02 09:28:03:140_R:] EC20F
[2021-02-02 09:28:03:140_R:] Revision: EC20CEHCLGR06A04M1G

[2021-02-02 09:28:03:140_R:] OK
[2021-02-02 09:28:03:154_S:] ATI

[2021-02-02 09:28:03:216_R:] Quectel
[2021-02-02 09:28:03:216_R:] EC20F
[2021-02-02 09:28:03:216_R:] Revision: EC20CEHCLGR06A04M1G

[2021-02-02 09:28:03:216_R:] OK

/* Use ATV1 to set the response format */
[2021-02-02 09:28:03:233_S:] ATV1

[2021-02-02 09:28:03:294_R:] OK

/* Use ATE1 to enable echo mode */
[2021-02-02 09:28:03:545_S:] ATE1

[2021-02-02 09:28:03:606_R:] OK

/* Use AT+CMEE=2 to enable result code and use verbose values */
[2021-02-02 09:28:03:762_S:] AT+CMEE=2
[2021-02-02 09:28:03:824_R:] AT+CMEE=2
[2021-02-02 09:28:03:824_R:] OK

/* Get the baudrate, if the value is 0 (auto baudrate), then it will be set to 115200 (fixed baudrate) to assure reliable communication and avoid any problems caused by undetermined baudrate between DCE and DTE, value of IPR should be saved with AT&W */
[2021-02-02 09:28:04:080_S:] AT+IPR?
[2021-02-02 09:28:04:137_R:] AT+IPR?
[2021-02-02 09:28:04:137_R:] +IPR: 115200

[2021-02-02 09:28:04:137_R:] OK

/* Use ATI to get module information of Manufacturer ID, Device module and Firmware version */
[2021-02-02 09:28:04:187_S:] ATI
[2021-02-02 09:28:04:247_R:] ATI
[2021-02-02 09:28:04:247_R:] Quectel
[2021-02-02 09:28:04:247_R:] EC20F
[2021-02-02 09:28:04:247_R:] Revision: EC20CEHCLGR06A04M1G

[2021-02-02 09:28:04:247_R:] OK

/* Use AT+GSN to query the IMEI of module */
[2021-02-02 09:28:04:374_S:] AT+GSN
[2021-02-02 09:28:04:433_R:] AT+GSN
[2021-02-02 09:28:04:433_R:] 867160043990252

[2021-02-02 09:28:04:433_R:] OK
[2021-02-02 09:28:04:434_S:] AT+QURCCFG=“URCPORT”,“usbmodem”
[2021-02-02 09:28:04:497_R:] AT+QURCCFG=“URCPORT”,“usbmodem”
[2021-02-02 09:28:04:497_R:] OK

/* Use AT+CPIN? to query the SIM card status : SIM card inserted or not, locked or unlocked */
[2021-02-02 09:28:05:018_S:] AT+CPIN?
[2021-02-02 09:28:05:076_R:] AT+CPIN?
[2021-02-02 09:28:05:076_R:] +CPIN: READY

[2021-02-02 09:28:05:076_R:] OK

/* Use AT+CIMI to query the IMSI of SIM card */
[2021-02-02 09:28:05:205_S:] AT+CIMI
[2021-02-02 09:28:05:264_R:] AT+CIMI
[2021-02-02 09:28:05:264_R:] 434041104433494

[2021-02-02 09:28:05:264_R:] OK

/* Use AT+QCCID to query ICCID number of SIM card */
[2021-02-02 09:28:05:422_S:] AT+QCCID
[2021-02-02 09:28:05:481_R:] AT+QCCID
[2021-02-02 09:28:05:481_R:] +QCCID: 8999804190810544942F

[2021-02-02 09:28:05:481_R:] OK

/* Use AT+CSQ to query current signal quality */
[2021-02-02 09:28:05:531_S:] AT+CSQ
[2021-02-02 09:28:05:591_R:] AT+CSQ
[2021-02-02 09:28:05:591_R:] +CSQ: 99,99

[2021-02-02 09:28:05:591_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2021-02-02 09:28:05:596_S:] AT+CREG?
[2021-02-02 09:28:05:655_R:] AT+CREG?
[2021-02-02 09:28:05:655_R:] +CREG: 0,0

[2021-02-02 09:28:05:655_R:] OK
[2021-02-02 09:28:05:672_S:] AT+CGREG?
[2021-02-02 09:28:05:732_R:] AT+CGREG?
[2021-02-02 09:28:05:732_R:] +CGREG: 0,0

[2021-02-02 09:28:05:732_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2021-02-02 09:28:07:795_S:] AT+CREG?
[2021-02-02 09:28:07:853_R:] AT+CREG?
[2021-02-02 09:28:07:853_R:] +CREG: 0,0

[2021-02-02 09:28:07:853_R:] OK
[2021-02-02 09:28:07:867_S:] AT+CGREG?
[2021-02-02 09:28:07:929_R:] AT+CGREG?
[2021-02-02 09:28:07:929_R:] +CGREG: 0,0

[2021-02-02 09:28:07:929_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2021-02-02 09:28:09:988_S:] AT+CREG?
[2021-02-02 09:28:10:047_R:] AT+CREG?
[2021-02-02 09:28:10:047_R:] +CREG: 0,0

[2021-02-02 09:28:10:047_R:] OK
[2021-02-02 09:28:10:063_S:] AT+CGREG?
[2021-02-02 09:28:10:124_R:] AT+CGREG?
[2021-02-02 09:28:10:124_R:] +CGREG: 0,0

[2021-02-02 09:28:10:124_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2021-02-02 09:28:12:188_S:] AT+CREG?
[2021-02-02 09:28:12:247_R:] AT+CREG?
[2021-02-02 09:28:12:247_R:] +CREG: 0,0

[2021-02-02 09:28:12:247_R:] OK
[2021-02-02 09:28:12:263_S:] AT+CGREG?
[2021-02-02 09:28:12:325_R:] AT+CGREG?
[2021-02-02 09:28:12:325_R:] +CGREG: 0,0

[2021-02-02 09:28:12:325_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2021-02-02 09:28:14:391_S:] AT+CREG?
[2021-02-02 09:28:14:449_R:] AT+CREG?
[2021-02-02 09:28:14:449_R:] +CREG: 0,0

[2021-02-02 09:28:14:449_R:] OK
[2021-02-02 09:28:14:465_S:] AT+CGREG?
[2021-02-02 09:28:14:527_R:] AT+CGREG?
[2021-02-02 09:28:14:527_R:] +CGREG: 0,0

[2021-02-02 09:28:14:527_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2021-02-02 09:28:16:581_S:] AT+CREG?
[2021-02-02 09:28:16:640_R:] AT+CREG?
[2021-02-02 09:28:16:640_R:] +CREG: 0,0

[2021-02-02 09:28:16:640_R:] OK
[2021-02-02 09:28:16:657_S:] AT+CGREG?
[2021-02-02 09:28:16:718_R:] AT+CGREG?
[2021-02-02 09:28:16:718_R:] +CGREG: 0,0

[2021-02-02 09:28:16:718_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2021-02-02 09:28:18:776_S:] AT+CREG?
[2021-02-02 09:28:18:836_R:] AT+CREG?
[2021-02-02 09:28:18:836_R:] +CREG: 0,0

[2021-02-02 09:28:18:836_R:] OK
[2021-02-02 09:28:18:852_S:] AT+CGREG?
[2021-02-02 09:28:18:914_R:] AT+CGREG?
[2021-02-02 09:28:18:914_R:] +CGREG: 0,0

[2021-02-02 09:28:18:914_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2021-02-02 09:28:20:971_S:] AT+CREG?
[2021-02-02 09:28:21:029_R:] AT+CREG?
[2021-02-02 09:28:21:029_R:] +CREG: 0,0

[2021-02-02 09:28:21:029_R:] OK
[2021-02-02 09:28:21:044_S:] AT+CGREG?
[2021-02-02 09:28:21:106_R:] AT+CGREG?
[2021-02-02 09:28:21:106_R:] +CGREG: 0,0

[2021-02-02 09:28:21:106_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2021-02-02 09:28:23:165_S:] AT+CREG?
[2021-02-02 09:28:23:223_R:] AT+CREG?
[2021-02-02 09:28:23:223_R:] +CREG: 0,0

[2021-02-02 09:28:23:223_R:] OK
[2021-02-02 09:28:23:239_S:] AT+CGREG?
[2021-02-02 09:28:23:301_R:] AT+CGREG?
[2021-02-02 09:28:23:301_R:] +CGREG: 0,0

[2021-02-02 09:28:23:301_R:] OK

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2021-02-02 09:28:25:360_S:] AT+CREG?
[2021-02-02 09:28:25:419_R:] AT+CREG?
[2021-02-02 09:28:25:419_R:] +CREG: 0,0

[2021-02-02 09:28:25:419_R:] OK
[2021-02-02 09:28:25:434_S:] AT+CGREG?
[2021-02-02 09:28:25:495_R:] AT+CGREG?
[2021-02-02 09:28:25:495_R:] +CGREG: 0,0

[2021-02-02 09:28:25:495_R:] OK

/* Make sure the Antenna is connected and the network is normal */
[2021-02-02 09:28:31:634_S:] AT+CLVL=?
[2021-02-02 09:28:31:698_R:] AT+CLVL=?
[2021-02-02 09:28:31:698_R:] ERROR

Но линукс ubuntu 20.04 без проблем работает. Как можно исправить это?