hello all, this is my first query here, im trying to use a GPRS PCMCIA card to send and recieve sms msgs, im trying to do it with .net C# 2005, first i want the program to idle until sms is recieved (have it like a system tray program) i have no idea how to do this. then, i want the program to read the msg and save it in a string (will be easy if i could fetch the msg from the GPRS card) then send it to another computer depending on some calculation that i have in mind. i know guys there is more than one question, but please help me im really in need. thanks alot
That only allows you to use it as a geneic modem.
That interface has no idea that the device is GPRS or that it can received/send text messages.
To use the text messaging features yeo need to be able to address the radio and sim interfaces of the card.
For this you need a special driver.
A driver like this will have come with the card but it will be specific to the card.
The driver will be native code so you will have to work out how to import and load it in C#.
Even if you can do this, there is no guarantee that this driver has an open or documented interface.