开源短信网关 - .NET(C#或VB.Net) [英] OpenSource SMS Gateway - .Net (C# or VB.Net)

查看:173
本文介绍了开源短信网关 - .NET(C#或VB.Net)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

时的任何开源SMS(短消息服务)写在C#或VB.Net。网关

Is any opensource SMS (Short Message Service) gateway written in C# or VB.Net.

网关都必须支持AT命令模式。

Gateway must support AT command mode.

我不需要的短信服务,我需要的库,手机或GSM调制解调器(AT命令模式)

I don't need SMS service, I need library to communicate with mobile phone or GSM modem (AT command mode)

推荐答案

这是一个有趣的问题... AT命令集是用于控制连接到计算机通信设备(调制解调器,电话等)。 A'门户'是的一般的,提供等效的功能,这样你就不需要有一个实际的设备连接到您的电脑可以通过互联网的服务。

That's an interesting question... The AT command set is for controlling a communications device (modem, phone, etc) attached to your computer. A 'Gateway' is usually a service available through the internet that provides equivalent functionality so that you don't need to have an actual device attached to your computer.

如果您要使用AT命令集来控制手机,有几件事情需要注意:

If you want to use the AT command set to control a phone, there's a few things to note:

  1. 许多手机,特别是较新的,不支持AT命令集。我知道以前的诺基亚5120一样。

  1. Many phones, especially the newer ones, don't support an AT command set. I know that the old Nokia 5120 does.

有时候,你必须安装在手机的PC套件软件才能访问手机的AT命令集

Sometimes you have to install the phone's 'PC Suite' software before you can access the phone's AT command set

对于一些较新的手机,你只能访问AT命令,如果你通过蓝牙连接到手机设置。

For some newer phones you can only access the AT command set if you connect to the phone via Bluetooth.

如果你有一个手机,suppors它:

If you have a phone that suppors it:

  1. 将其插入(或建立串行蓝牙连接到手机)

  1. Plug it in (or establish a Serial Bluetooth connection to the phone)

使用超级终端连接到手机上。

Use Hyperterminal to connect to the phone.

开始打字,看看手机是否响应。

Start typing and see if the phone responds.

您可能需要安装PC套件软件。另外,在安装PC套件软件可以与获得该手机的AT命令集干涉......

You may have to install the PC Suite software. On the other hand, installing the PC Suite software may interfere with getting to the phone's AT command set...

最好的笏是给它一个去!

The best wat is to give it a go!

这篇关于开源短信网关 - .NET(C#或VB.Net)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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