COMMUNICATING WITH A GSM MODEM
-
I need to create an application that obtains my recieved sms from a gsm modem conected to my PC through any of my Ports. After obtaining this information I need to added this information to a MS Access or SQL database so that it can manipulated with other applications (asp). Also, if its possible, I would like to automatically respond to the number that sent the sms with an "out to lunch" message. HELP!! :-D thanks Jon X-ZD Designs
-
I need to create an application that obtains my recieved sms from a gsm modem conected to my PC through any of my Ports. After obtaining this information I need to added this information to a MS Access or SQL database so that it can manipulated with other applications (asp). Also, if its possible, I would like to automatically respond to the number that sent the sms with an "out to lunch" message. HELP!! :-D thanks Jon X-ZD Designs
To read some SMS messages from the mobile phone or to send some SMS messages you can use the AT commands. Just take a look at my article here at CodeProject: Infrared Communication with your Mobile Phone It will show you how to send / receive some AT commands to your mobile phone. The sample application works via IrDA, but with some little changes it will also work via a serial communication. PJ Naughter has also written a very nice program (MfcSMS v1.01) to send some SMS messages. You can find it on his homepage at http://www.naughter.com/mfcsms.html. I hope this will help you! Daniel ;) --------------------------- Never change a running system!
-
To read some SMS messages from the mobile phone or to send some SMS messages you can use the AT commands. Just take a look at my article here at CodeProject: Infrared Communication with your Mobile Phone It will show you how to send / receive some AT commands to your mobile phone. The sample application works via IrDA, but with some little changes it will also work via a serial communication. PJ Naughter has also written a very nice program (MfcSMS v1.01) to send some SMS messages. You can find it on his homepage at http://www.naughter.com/mfcsms.html. I hope this will help you! Daniel ;) --------------------------- Never change a running system!
wow. great job. That info was really useful. But considering that Im am kinda of new to the subject...I still have a couple of questions: What Im trying to do is create an application (or if you know where I can find one) that reads from a GSM modem or a phone conected to one of my serial ports. I need the application to have a routine where it reads the SMS from the phone, saves the information into a Database, and erases these SMS. I also need to be able to send messages depending on the information saved into my database. From what I understand, your application reads the information from the phone...but does it have a way of procesing it?? X-ZD Designs