Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
can some one help me with a sample application that can respond and autoreply sms based on the contene of the message using gsm modem
Posted
Updated 24-Sep-12 15:41pm
v2
Comments
xErvender 24-Sep-12 22:27pm    
we can help,but we cant create the code for you

Dear Friend,

Recently i developed an sms based application through Gsmmodem But i cant provide entire project and entire code for you i can give guidance and steps to involve.So first i want to know overview of your application is that sms information your storing in the database.


regards,

AnilKumar.D
 
Share this answer
 
Comments
wizy@2020 25-Sep-12 4:33am    
AnilKumar.D in the project i want to build, i already have a school results system and students should be able to request their results via sms.thus by sending their stud. id to the system number(gsm modem number) and the system automatically
reading the message,
extracting the stud. id and year from the message
search the results table for the results
and send it back to the student who requested for the results(senders number)
i will also store requests to the database
Anil Honey 206 25-Sep-12 5:22am    
First i want to know this is the first time your working on sms based application.And one more for this type of application you should create windows service for sms that service should run back end process continuously.In that service we should write code for student id and year in sms format that format should reach to database and throgh data set we can fetch the recors and send back to Mobile Num.Its so easy we can make first you try to implement windows service for sms.And its a webbased or windows application.
wizy@2020 25-Sep-12 19:58pm    
archanakumari yes this is my first time of working on such sms application and i would be glad if you show me a sample project on how this whole problem can be solved
Anil Honey 206 26-Sep-12 3:09am    
http://www.codeproject.com/Articles/20420/How-To-Send-and-Receive-SMS-using-GSM-Modem

first you analyze the code of this sample project then we will go further ok
wizy@2020 26-Sep-12 6:23am    
archanakumari i have analysed the project and have seen how the dll(s) are used to send and recieve messages.Thanks for that.
So please what next

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900