EHS6 Rev 04.013 SMS notification doesn't work anymore! used to work with revision 3 | Thales IoT Developer Community
September 16, 2021 - 3:52pm, 2015 views
Hi,
I'm in charge of investigating a java midlet that used to work with Java Rev3. With this new module (Rev 04.013) we notice that the ATCommand EventListener doesn't receive the SMS Notification anymore. I'm clue less on what the reason can be. I can see that Ring State changes when I send and SMS to the module.
Other than that, I'm also unable to mount the file disk on the PC. Despite the instruction, It looks like the ACS1 interface doesn't accept AT commands anymore. It work when I received the module but some how it stopped working when I set ar^scfg="Userware/Autostart","","0".
Any advise will be welcome.
Kind regards,
Andre E.
Hello,
I did a test, took AtComdDemo example MIDlet (provided with every installation package), added AT+CMTI=2,1 command to it, modified it so that it would not exit too soon and run. Whe I send messages to the module ATEvent is triggered each time. I used the same versions that you do.
Based on your recent post I think that you must have mixed up something in the project configuration.
For rev4 module cwmlib_1.0.jar is not added to WTK as it is not necessary any more to import it to the project and export with the MIDlet. It is provided in the firmware now.
Please verify the Application Descriptor and also make sure that you don't export any unnecessary library with the MIDlet. Clean the project.
You can also unzip the jar file and check what is inside.
Best regards,
Bartłomiej