Click here to Skip to main content
15,895,557 members
Articles / Programming Languages / Visual Basic

SMS application with auto reply

Rate me:
Please Sign up or sign in to vote.
1.00/5 (1 vote)
21 Sep 2012CPOL 10K  
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]

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
21 Sep 2012Aarti Meswania
use at-command to read sms from sim-cardand then process string of sms as per condition you want and send replyfor reference...vb.net AT commands to send SMS[^]Send and Read SMS through a GSM Modem using AT Commands[^]Happy Coding!:)
Please Sign up or sign in to vote.
21 Sep 2012Sandeep Mewara
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.

License

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


Written By
Software Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions