RasDial 之后发送短信

发布于 2025-01-08 09:43:04 字数 222 浏览 2 评论 0原文

我正在 Windows 下使用 C++ 开发一个小型 3G 连接管理器,我不明白如何在通过 RasDial 建立 3G 连接后发送短信。

我有访问串行端口的代码,并且我了解发送短信的 AT 命令。如果我可以打开串行端口,则效果很好。但是,在 RasDial 调用后,使用 CreateFile 打开串行端口失败,因为 RAS 似乎对其具有独占访问权限。

有谁知道其他连接管理器如何设法解决这个问题?

I'm developing a small 3G connection manager under Windows using C++ and I can't understand how to send an SMS once a 3G connection is established via RasDial.

I have code to access a serial port and I understand the AT commands to send an SMS. This works fine if I can open the serial port. However, after a RasDial call, opening the serial port with CreateFile fails, as RAS seems to have exclusive access to it.

Has anyone an idea how other connection managers manage to get around this?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文