Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to develop SMS application with auto reply based on the content of the message using gsm modem. eg.Student results checking using cell phone via sms.
How do i do this?

[edit]SHOUTING removed - OriginalGriff[/edit]
Posted
Updated 21-Sep-12 1:58am
v2
Comments
OriginalGriff 21-Sep-12 7:58am    
DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalisation if you want to be taken seriously.

Have a look at the following links (they are in VB.NET):
Using VB.NET to Encode SMS and EMS[^]
VB.NET AT commands to send SMS[^]
sending sms with GSM Modem in vb.net[^]

Try out. Post specific issue if you face.
 
Share this answer
 
Comments
wizy@2020 21-Sep-12 14:57pm    
how do i read and search from the received message for particular id,search the database with that id and send the retrieved info to the senders number automatically?
use at-command to read sms from sim-card
and then process string of sms as per condition you want and send reply

for reference...
vb.net AT commands to send SMS[^]
Send and Read SMS through a GSM Modem using AT Commands[^]
Happy Coding!
:)
 
Share this answer
 
Comments
wizy@2020 21-Sep-12 11:32am    
Please can you help me with examples in vb.net?

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