通过 gsm 调制解调器通过 Asp.net 发送短信

发布于 2024-09-05 04:50:54 字数 139 浏览 7 评论 0原文

是否可以检测已连接的 GSM 手机(任何类型) 通过串口连接到电脑,然后可以通过串口发送短信 这部手机从asp.net网站到其他手机在iis下运行(仅1个系统),有人可以帮助我并指导吗 我,我写了一个程序,可以打开COM端口,但仍然不能 检测手机并通过它发送短信。

Is it possible to detect GSM mobile (any kind) which connected
through serial port to computer and then be able to send SMS through
this mobile phone to other mobile phones from asp.net website running under iis(only 1 system), could anyone help me and guide
me, I wrote a program which could open COM port but still couldn't
detect mobile phone and send SMS through it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一口甜 2024-09-12 04:50:54

调制解调器或电话需要连接到运行 ASP.NET 应用程序的同一台服务器计算机的串行端口。 codeplex 有一些 gud 库可以为你做到这一点。但我强烈建议不要这样做。更喜欢第 3 方 http 网关,它可以为您提供更高的吞吐量和可靠性。

modem or phone will need to be connected serial port of the same server machine on which ur asp.net app is running. codeplex has some gud libs tht can do this for you. but I strongly recommend not to do it this way. rather prefer a 3rd party http gateway which can give u much higher throughput with reliability.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文