RTE:8012“设备未打开”
我有一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该程序尝试使用 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.