Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
Can you send sample code of read sms from GSM Modem with AT command under click event using asp.net c#

Thanks
Posted
Updated 1-Dec-13 0:26am
v2

Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

A very quick search gave over 200,000 hits: Google[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.
 
Share this answer
 
Hi
You need to socket programming with serial port so please follow of these links and review samples about it just pay attention to for do this purpose you need have familiarity with Telnet, Hyper Terminal and serial socket programming ;-)

Simple Sample:
http://stackoverflow.com/questions/19992614/sending-an-sms-through-a-gsm-modem-using-asp-net-c-sharp[^]

Really Good Sample:
Send and Read SMS through a GSM Modem using AT Commands[^]
http://www.sourcecodester.com/visual-basic-net/net-version-sending-sms-using-commands-gsm-modemgsm-phone.html[^]

AT Commands Reference:
http://www.logicbus.com.mx/pdf/31/Comandos_AT_generales.pdf

Best Regards
 
Share this answer
 
v3

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