RTE:8012“设备未打开”

发布于 2024-12-10 19:51:18 字数 252 浏览 0 评论 0原文

我有一个VB6程序,它使用MSComm控件通过COM端口发送/接收数据。我偶尔会收到此运行时错误 8012“设备未打开”。

我发现 引用此错误,但我找不到任何引用来准确说明导致此错误的原因。我想知道导致这个错误发生的可能原因是什么?

[编辑]:我无权访问其源代码。

I have a VB6 program that uses MSComm control to send/receive data via COM port. I occasionally get this runtime error 8012 "The device is not open".

I have found reference to this error but I can not find any reference to exactly what would cause this error. I would like to know the possible reasons that cause this error to occur?

[EDIT]: I don't have access to its source code.

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

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

发布评论

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

评论(1

断爱 2024-12-17 19:51:18

该程序尝试使用 COM 端口,但未开放使用。
这是程序中的一个错误,它尝试使用该端口而不检查它是否成功打开。

The program tried to use the COM port and it wasn't open for use.
This is a bug in the program where it tries to use the port without checking if it opened it successfully.

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