Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 9 months ago.
ppp connection with Ublox C027
Hi All,
we are trying to get our Ublox Lisa-U200 modem. Both on a developer board and on the C027. We are using the Vodafone M2M SIM which works fine on our Huawei modems. We have got the bug down to the PPP negotiation.
From a terminal like screen or cutecom we are initiating the AT command to connect. The idea being that the PPP negotiation will be done by the by software running on the mbed. On the Huawei we get the 'CONNECT' message. The Ublox seems to be trying to do the PPP negotiation on the modem - and failing. We think this is because the Ublox modem is trying to do the PPP negociation.
Below is the output from the console:
AT console output with Ublox Lisa U-200
at OK atdt*99# CONNECT ~\0xff}#\0xc0!}!}!} }4}"}&} } } } }%}&+},X\0xfb}'}"}(}"Z}(~~\0xff}#\0xc0!}!}!} }4}"}&} } } } }%}&+},X\0xfb}'}"}(}"Z}(~~\0xff}#\0xc0!}!}!} }4}"}&} } } } }%}&+},X\0xfb}'}"}(}"Z}(~~\0xff}#\0xc0!}!}!} }4}"}&} } } } }%}&+},X\0xfb}'}"}(}"Z}(~~\0xff}#\0xc0!}!}!} }4}"}&} } } } }%}&+},X\0xfb}'}"}(}"Z}(~~\0xff}#\0xc0!}!}!} }4}"}&} } } } }%}&+},X\0xfb}'}"}(}"Z}(~~\0xff}#\0xc0!}!}!} }4}"}&} } } } }%}&+},X\0xfb}'}"}(}"Z}(~~\0xff}#\0xc0!}!}!} }4}"}&} } } } }%}&+},X\0xfb}'}"}(}"Z}(~~\0xff}#\0xc0!}!}!} }4}"}&} } } } }%}&+},X\0xfb}'}"}(}"Z}(~~\0xff}#\0xc0!}!}!} }4}"}&} } } } }%}&+},X\0xfb}'}"}(}"Z}(~ NO CARRIER
Does anyone know why the modem is returning output on the ATDT *99# shown above?
Kind regards, Nicholas.
Yes, I know the answer to this kind sir.
It seems that the LISA tries to be helpful for you and to negotiate the PPP session on your behalf. Unfortunately this is quite the problem when your PPP session is many doge.
The solution in this case is to prefix the APN with PAP like this:
<<code title="so coding">>at+cgdcont=1,"IP","PAP:apn_name"<</code>>
.And then sir, your modem should work like a golden sparkly good thing.
posted by Ashley Mills 20 Feb 2014