I recently worked with Hyper Terminal on windows 7 in which i access SMS received through a GSM SIM card on my laptop port and using GSM Modem Device connected to my PC. Demo Application here : http://www.codeproject.com/Articles/38705/Send-and-Read-SMS-through-a-GSM-Modem-using-AT-Com
Now i have an account on windows azure and i do have a sql azure database named PersonInfo
in which i want to add some data from my SIM sms. The data is like '253 Mobulite NetTimeet'
and i want to send this SMS using my SIM and want it to store at Azure Databse table.
Please suggest what options do i have ? How can i achieve this ?
Thanks