I am developing a tool to test how long it takes operators to deliver messages through their networks. I can automatically generate test messages from an application using AT commands. However I also need a way to listen for an incoming message. Timing is important so it must be 'event driven' from the phone rather than having the application periodically check the inbox.
Any ideas?
Thanks
Gavin Taylor
Posted by Gavin Taylor, gavin_taylor@bmc.com
on March 14, 2002 at 18:18
RE: End-to-end delivery time of text message
2002-05-22, 18:18#2
Posted by Milan Hajicek, hmilan@centrum.cz
on March 15, 2002 at 14:30
Yes, it is easy. Look at the SDK reference manual for the ShortMsgReceived event on the page 117 and around this page. In addition, there are several useful examples attached to the SDK kit.