You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue with E3372 where it CSQ timesout while the dongle is being initialized but works fine after.
You can try my fork here with few AT commands disabled for E3372 after which the dongle works fine (at least for sms)
I am getting this error with Huawei E3372s-153:
[2021-05-05 18:09:05] ERROR[8077]: chan_dongle.c:522 do_monitor_phone: [dongle4] timedout while waiting 'OK' in response to 'AT+CSQ'
So chan_dongle constantly resets the dongle and fails at this error.
I see a proper response from AT+CSQ. However, the output of this command is not consistent and it occasionally contains RSSI / HCSQ lines like this:
I looked at chan_dongle.c:522 line and it is this code:
Any ideas how can I debug this error?
The text was updated successfully, but these errors were encountered: