Open rickou opened 5 days ago
Hi @rickou! We appreciate you submitting your first issue for our open-source project. π
Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. π€π
My experience on the ME910G1-WW was the CMUX command takes a different amount of parameters based on firmware version of the modem.
Afaik it's undocumented by Telit. If a change is made in this area it might be wise to check the solution on multiple firmwares.
You're right, but i received an answer from Telit this week:
In the ME310G1 family, the +CMUX command doesn't support the extra fields "T1","N2","T2" and "T3":
Checking the r13, the release used by Erlkoenig90 in #78890, the extra parameters are the default ones. So, no prolems to simply remove the extra parameters.
In all cases, we need to do something or new modem FW do not works anymore.
Describe the bug ME310 get stuck on init after a failure at the AT+CMUX command step.
To Reproduce Use a Telit ME310G1-WW modem with fw AT#SWPKGV 37.00.217-P0C.210001 M0C.200006 P0C.210001 A0C.210000
Expected behavior no error and continue initialisation in muxed mode
Logs and console output
Additional context refer to #78890
The Telit document 80617ST10991A Rev. 15 specify only AT+CMUX=\<mode>[,\<subset>[,\<port_speed>[,\<N1>]]]
Solution is to shorten the command to 4 parameters. (i don't know how to push the fix ??)