有没有办法以编程方式告诉 USB 调制解调器重置?

发布于 2024-12-13 20:06:55 字数 204 浏览 0 评论 0原文

我的服务器上有一个 USB 调制解调器,有时需要再次关闭/打开才能接收 SIM 更新,但我无法重新启动服务器,因为我们依靠它来提供各种网页。

有没有办法以编程方式执行此操作? AT指令?关闭 USB 端口电源?

我并不总是能够访问服务器,因此不幸的是,拔掉并重新插入服务器并不是一种选择。

如果这有影响的话,我们将使用 C++/CLI 进行编码。

I have a USB modem on a server which occasionally needs to be turned off/on again to receive SIM updates and I can't reboot the server as we rely on it to serve various web pages.

Is there any way to do this programmatically? An AT command? Power down the USB port?

I don't always have access to the server so unplugging it and plugging it back in isn't an option unfortunately.

We're coding in C++/CLI if that makes a difference.

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

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

发布评论

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

评论(1

别想她 2024-12-20 20:06:55

如果有人知道这个问题的通用解决方案,那就太好了,但对于我正在使用的 Option Globetrotter 452,制造商报告说,发出 AT_ORESET 命令将指示设备重新启动...只是以防其他人想要这样做。

It would be great if someone knew of a generic solution to this, but for the Option Globetrotter 452 I'm using, the manufacturer reports that issuing an AT_ORESET command will instruct the device to reboot ...just in case anyone else wants to do this.

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