如何发送和接收来自USB调制解调器的SMS消息? [英] How can i send and receive SMS message from usb modem ?

查看:106
本文介绍了如何发送和接收来自USB调制解调器的SMS消息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想制作一个简单的C#程序,用于从USB调制解调器发送和接收SMS消息?

我该怎么做呢?

I want to make simple c# program that send and receive SMS message from usb modem ?

How can I do that ?

推荐答案

好吧,大多数想成为程序员的人都倾向于知道如何使用google并拥有一些书.调制解调器的类型无关紧要,您需要在您所在的地区找到一个可能会花费钱的SMS提供商,并致电其网络服务(通常是)以发送消息.
Well, most people who want to be programmers, tend to know how to use google, and also to own some books. The type of modem is irrelevant, you need to find an SMS provider in your area, which probably costs money, and call their webservice ( typically ) to send messages.


,无论是任何调制解调器,.NET都没有内置的API支持来发送SMS.
您需要使用第三方解决方案或使用Internet上的某些内容.

看看下面的文章,应该会有所帮助:
通过Web服务使用.NET发送SMS [
Well, as CG told, be it any Modem, .NET does NOT have any inbuilt API support to send out an SMS.
You need to go for a third party solution or use something that is found on the Internet.

Have a look at below article, it should help:
Sending SMS using .NET through Web service[^]


我正在寻找类似的东西,我发现了一些很棒的文章,例如:通过GSM调制解调器AT COMMAND服务器pinger和SMS报告程序 [
Hi, I am looking for something like that, i found some excellent articles like: Server pinger and SMS reporter via GSM Modem AT COMMAND[^]

Doesnt matter if is a USB or COM modem You need to send and receive AT Commands in order to send SMS.

I hope that this help you.

Bye...


这篇关于如何发送和接收来自USB调制解调器的SMS消息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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