Re: Translating AT commands to ModemManager commands?

2017-05-17 Thread Dan Williams
On Wed, 2017-05-17 at 10:27 +0200, Einar Jón wrote: > Hi > > I have a problem with our modems. > We are trying to move from simple AT commands to using ModemManager > in > python, but we still have some connectivity tests that are only done > with AT commands. > > I have been trying to search

Re: Translating AT commands to ModemManager commands?

2017-05-17 Thread Aleksander Morgado
On Wed, May 17, 2017 at 10:27 AM, Einar Jón wrote: > # Testing that the modem is alive > AT-> easy Yes, just check if the modem is exposed, and if it is it was able to talk AT. > # Testing that the SIM is not locked > AT+CPIN? -> 'UnlockRequired' Yes,

Translating AT commands to ModemManager commands?

2017-05-17 Thread Einar Jón
Hi I have a problem with our modems. We are trying to move from simple AT commands to using ModemManager in python, but we still have some connectivity tests that are only done with AT commands. I have been trying to search for the commands available on the DBus interface using the mmcli with