I installed the d211 with the nokia software which comes with the cardphone. Now when I send an sms message to the cardphone. I receive the message in the SMS application which comes with the cardphone software. When I check the memory of the card with AT commands like +CPMS. The message is not stored in the card its memory anymore.
My question is: what do I have to do so that the driver software which comes with the cardphone leaves the messages in the card memory. So I can read and delete them myself with AT commands.
Do I have to install other drivers and not use at all the software which comes with the cardphone. Or do I have to setup my cardphone with a specific AT command so it leaves the messages in memory.
Basically I use Java with the Communications package and talk directly to the COM3 port. I would like to avoid any c coding so any precompiled drivers would be handy.
thanks
RE: sms mesg deleted from card memory
2002-09-20, 05:47#2
Received SMS messages are not stored to the SIM card. They are always received by the D211 Windows software and stored on a hard disk. To receive SMS you can use D211 SDK services. It is also possible to access SIM SMS space using the SDK which allows you to enumerate/read/write/delete them.