Re: Send AT commands with ModemManager Debug Mode

2020-04-28 Thread Aleksander Morgado
Hola Mónica, > > I am using EM7455 module and I would like to send AT commands using mmcli and > ModemManager in Debug mode. > > > > Is there any problem to use this functionality when the modem is in failed > state because of sim missing? > > I couldn’t send any commands because the answer is a

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-04-28 Thread Enrico Mioso
Hello!! So, due to some issues I will have to rewrite my code from scratch anyway. And so this time I am doing it with a different use-case in mind. I should monitor incoming and outgoing voice calls for a modem. How may I manage objects lifetime, assuming ModemManager and the modem may disapp

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-04-28 Thread Aleksander Morgado
Hey! > So, due to some issues I will have to rewrite my code from scratch anyway. > And so this time I am doing it with a different use-case in mind. > > I should monitor incoming and outgoing voice calls for a modem. How may I > manage objects lifetime, assuming ModemManager and the modem may d

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-04-28 Thread Enrico Mioso
thank you very very much for your reply! What do you mean by a "signel GObject"? A list ? Or building a new GObject type on my own? And, secondly, is there a way to obtain the audio port from MM? In my setup, ttyUSB0 and ttyUSB2 are marked as AT port, audio is ttyUSB1. thank you very very muc

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-04-28 Thread Aleksander Morgado
Hey, > What do you mean by a "signel GObject"? A list ? Or building a new GObject > type on my own? > I mean a new GObject type of your own. > And, secondly, is there a way to obtain the audio port from MM? In my setup, > ttyUSB0 and ttyUSB2 are marked as AT port, audio is ttyUSB1. > If you k