Re: ATZ in enabling_modem_init() step

2017-08-01 Thread Aleksander Morgado
On 27/07/17 11:15, Tim Small wrote: >>> I wonder if issuing ATZ is the right thing to do here at all? >>> >>> It's trying to reset the modem to a well-known state, but ATZ doesn't do >>> that - it loads the default user defined profile - which could be >>> anything that the user or another piece

Re: ATZ in enabling_modem_init() step

2017-07-27 Thread Tim Small
On 26/07/17 17:51, Aleksander Morgado wrote: >> I wonder if issuing ATZ is the right thing to do here at all? >> >> It's trying to reset the modem to a well-known state, but ATZ doesn't do >> that - it loads the default user defined profile - which could be >> anything that the user or another

Re: ATZ in enabling_modem_init() step

2017-07-26 Thread Aleksander Morgado
On Wed, Jul 26, 2017 at 4:32 PM, Tim Small wrote: > On 25/07/17 12:47, Aleksander Morgado wrote: >> A quick solution would be to subclass the enabling_modem_init() step >> and after running the parent method, run a Telit specific setup to >> check #CSS? and if disabled due to

ATZ in enabling_modem_init() step

2017-07-26 Thread Tim Small
On 25/07/17 12:47, Aleksander Morgado wrote: > A quick solution would be to subclass the enabling_modem_init() step > and after running the parent method, run a Telit specific setup to > check #CSS? and if disabled due to the ATZ, re-set it, would that > work? I wonder if issuing ATZ is the right