I’m trying to use QCSuper with RM500U-CNV module. Windows driver was installed and I can see COM ports:
- Quectel USB AT Port
- Quectel USB DIAG Port
- Quectel USB LOG Port
- Quectel USB NMEA Port
I can use AT Port with Teraterm. But when I try to use QC Super with the DIAG Port, it returned with the following error:
python.exe “qcsuper-master\qcsuper.py” -v --usb-modem COM10 --reassemble-sibs --decrypt-nas --info
[16:13:19 | DEBUG @ _hdlc_mixin.py:32 ] [>] Sending request DIAG_LOG_CONFIG_F of length 7: b’\x00\x00\x00\x00\x00\x00\x00’
[16:13:24 | DEBUG @ _hdlc_mixin.py:32 ] [>] Sending request DIAG_LOG_CONFIG_F of length 7: b’\x00\x00\x00\x00\x00\x00\x00’
[16:13:29 | DEBUG @ _hdlc_mixin.py:32 ] [>] Sending request DIAG_LOG_CONFIG_F of length 7: b’\x00\x00\x00\x00\x00\x00\x00’
[16:13:34 | DEBUG @ _hdlc_mixin.py:32 ] [>] Sending request DIAG_LOG_CONFIG_F of length 7: b’\x00\x00\x00\x00\x00\x00\x00’
[16:13:39 | ERROR @ _base_input.py:281 ] Error: Diag request DIAG_LOG_CONFIG_F with payload b’\x00\x00\x00\x00\x00\x00\x00’ timed out
Diagnostics port is enabled :
at+qcfg=“usbcfg”
+QCFG: “usbcfg”,0x2c7c,0x0900,1,1,1,1,1,0,0
I did not have this problem with the EG-25G modem. Can someone please help ?
Thanks.