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

You are here

the midlet does not send commands AT | Telit Cinterion IoT Developer Community

July 2, 2019 - 11:12am, 2179 views

I have made a midlet that sends AT commands, to change the internet connection and to ask the imei of the device, with Java. And everything works normally.

Then, I have another midlet. which contains the whole project that I am doing. The idea is to pass the code of the midlet that performs the AT commands to this main midlet. By doing this, the AT commands are not executed, the midlet stops at the moment of sending them.

That is, when I use a midlet that only sends AT commands, everything works perfectly. but when I try to send the AT commands from another midlet that performs more operations, it stops, and I use the same code, but it still fails.

What could be the reason for this?

thank you