Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

ATCommand Channel - Usage on a programed resetting modem | Telit Cinterion IoT Developer Community

November 10, 2017 - 12:40pm, 1444 views

Hello,

I've developed an app which has a programmed reset via hardware watchdog.

The thing is I'm a bit concerned due to the ATChannels I'm using in my java application.
I'm currently using the "release()" method provided by the Cinterion ATCommand library in the destroyApp method.

Is there any more action that I can take to protect myself from the "No ATCommand Channel Available" exception after a reset?

Thank you.