Replies: 9 comments 5 replies
-
After I increased the
|
Beta Was this translation helpful? Give feedback.
-
If I recall correctly, you will get IP address only after muxing has been setup correctly if the modem supports muxing. So this means that if you get PPP up and running and muxing is disabled in Zephyr, that means that muxing in modem is not enabled. |
Beta Was this translation helpful? Give feedback.
-
From these logs I would conclude that muxing is successfully configured.
|
Beta Was this translation helpful? Give feedback.
-
Indeed, the muxing seems to be working ok. Perhaps the PPP and AT channels need to be swapped like in Simcom modem.
|
Beta Was this translation helpful? Give feedback.
-
I have tried that change, but unfortunately, the behaviour is the same |
Beta Was this translation helpful? Give feedback.
-
Don't know what's going on, but maybe try disable the GPS part first if it shares the same serial port to keep things simple? |
Beta Was this translation helpful? Give feedback.
-
@ivonalo unfortunately I have no clue as well |
Beta Was this translation helpful? Give feedback.
-
After enabling and increasing the MRU length to the max one, PPP is now successfully up, together with CONFIG_GSM_MUX |
Beta Was this translation helpful? Give feedback.
-
Now, while the PPP interface is up I want to send periodically an AT command to the modem, to ask for the GPS coordinates, but I am not sure how to do that. Can I do it from my user code or I must edit the gsm_ppp.c file directly and add my AT commands? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get my Thales PLS83-W to have PPP data and AT commands simultaneously. The modem datasheet and vendor are claim muxing should work in general.
Is there anyone here experienced with the GSM MUX who can advise on how to debug this issue?
As I understood it should be possible with enabling the
CONFIG_GSM_MUX
.When just using
MODEM_GSM_PPP=y
the PPP works fine.But, when adding the
CONFIG_GSM_MUX = y
I can't get PPP to work and I am also not able to send AT commands. I don't receive any response from the modem, I get the -116 error code, which is timeout.This is how my prj.conf file looks like:
Beta Was this translation helpful? Give feedback.
All reactions