Trafficing GSM

hI,

I have huge data on my modem .When my application is running I am able to delete the sms from sim memory, but still when my modem is on and my application is off, my sim gets overloaded and fills completely .

Suppose I run an application to delete all sms from sim before starting my whole application but during that duration numerous messages are coming ... and they do will the modem

How can i solve this problem , may be (using two modem will work)

Regards,

Anil Dhiman

[518 byte] By [AnilDhiman] at [2007-12-23]
# 1
hey anil,

what's the purpose or reason why your application is turned off?

using two modems means you will be using two seperate sims with different numbers unless you can find a way to assign the same number on both sims... but that could pose more problems too... if you want to have two modems, hmmm i think you should have a seperate application running to forward the messages from modem1 whose smsapplication is off to modem2 whose smsapplication is on...

Dave Patricio

DavePatricio at 2007-8-30 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 2
When you start the application you can start the functionality to process(delete) all existing SMS messages. but when the app. is already started and the modem is connected you will receive a notification for every new arrived SMS and you can process it separately.
TihomirIgnatov at 2007-8-30 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 3
ya ! Thanks for ur reply ,,, it works
AnilDhiman at 2007-8-30 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...