如何将SMS从ASP.NET Web应用程序(使用ASP.NET 2.0)发送到Blackberry设备? [英] How to send SMS from ASP.NET Web application( using ASP.NET 2.0 ) to Blackberry device?

查看:77
本文介绍了如何将SMS从ASP.NET Web应用程序(使用ASP.NET 2.0)发送到Blackberry设备?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要使用ASP.NET 2.0 Framework将SMS从ASP.NET Web应用程序发送到Blackberry设备.您能告诉我我需要安装什么软件,并向我发送用于将短信发送到Blackberry设备的代码吗?

I need to send SMS from ASP.NET Web Application to Blackberry device using ASP.NET 2.0 Framework . Can you tell me what are all the softwares i need to install for it and send me the code for sending SMS to Blackberry device?

推荐答案

您需要GSM调制解调器(连接电缆和适配器(随附)和移动运营商提供的有效SIM卡.
然后,您需要了解AT命令,因为调制解调器可以理解AT命令.
然后,您需要了解使用任何.net语言(最好使用C#)的串行端口通信.

而已!你完成了!您可以开始编写应用程序. :)
我建议您使用第3方库,这样您就不必对AT命令和串行通信有太多了解. GSMComm库就是这样一种广泛使用的库.
使用Google搜索有关它的更多信息.
您可以参阅本文如何使用GSM调制解调器发送和接收SMS [
You need a GSM modem (a connectivity cable and adapter - that comes with it) and a working SIM Card from a mobile operator.
Then you need to learn about AT commands because modems understand AT commands.
Then you need to know about Serial Port communication using any .net language (C# is preferable).

That''s it! you are done!! You can start writing your application. :)
I would suggest you to use 3rd party libraries so that you don''t need to know much about AT commands and Serial communication. One such widely used library is GSMComm Library.
Use google to search more about it.
You may refer this article How To Send and Receive SMS using GSM Modem[^]
This is a Windows application. But if you could understand it, writing Web Application would not be very difficult.

If you would have searched CodeProject (if not Google), you could have found similar question answered so many times. And there are lots of article available for the same. You may consider searching it now ;)
Hope this helps!


这篇关于如何将SMS从ASP.NET Web应用程序(使用ASP.NET 2.0)发送到Blackberry设备?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆