SMS receiver using C#
-
Hi guys, i'am looking for a tutorial / reference to make application SMS receiver using .NET(C#) i never do that before, so i want to find a simple basic learning from site, did anyone have a clue / recommended site? thanks guys.
You have the chioce of using a GSM modem or a SMS gateway service. A GSM modem will use an AT command set similar to a traditional modem which would allow you to 'query' the modem perhaps using a serial COM port. A SMS gateway is likely to impliment thier own API or Web Service which you would consume in your application. In both cases, the implimentation is likely to differ based on the service or hardware your use. You will therefor need to refer to the documentation provided by the manufacturer or service provider. The following links may help: SMS Gateway GSM Modem Introduction to SMS Messaging Hope this helps
Regards Wayne Phipps ____________ Time is the greatest teacher... unfortunately, it kills all of its students View my Blog