CMUX never connected using cellular_modem samples [nRF54L15 + Quectel EG21] #93640
-
Hi there, I have a plan to have cellular connectivity for my project. My project will consist of nRF54L15 custom board with Quectel EG21 cellular module. I understand that there is no
Here is the
I need to modify
I'm pretty much using default samples from
Modem chat success to transmit all required AT command to the end. But, when modem driver trying to connect to cmux, it never success to do so, and the same cmux log keep spawn until the end. I expect to find
There might be some similarity with this issue: #63410, but I already increase CMUX timeout to 2000ms, still with no luck. I've been stuck for several days and doesn't have any idea how to troubleshot this any further. Any help, pointer and suggestion is pretty much appreciated. Thank you for your time. Krisna |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Resolved it by mating CTS with RTS and vice versa. Apparently EG21-G need to be in hardware control mode in order to works, and it works as DTE instead DCE device. |
Beta Was this translation helpful? Give feedback.
Resolved it by mating CTS with RTS and vice versa. Apparently EG21-G need to be in hardware control mode in order to works, and it works as DTE instead DCE device.