使用LabVIEW打开和关闭COM端口

发布于 2024-10-21 04:28:40 字数 96 浏览 2 评论 0原文

我正在使用 LabVIEW 打开一个 com 端口并获取一些数据。之后,我关闭界面。但是当我想再次开始该过程时,会生成错误。我觉得我必须完全关闭端口才能再次打开它,但该怎么做呢?

I am using LabVIEW to open a com port and get some data. afterwards, I close the interface. but when I want to begin the process again, there is an error being generated. I feel I have to close the port completely before i open it again, but how to do so?

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

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

发布评论

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

评论(1

π浅易 2024-10-28 04:28:40

答案就在问题中:您只需在最后关闭 VISA 会话即可。原因是,当您第二次打开它时,它仍然是第一次尝试打开的,这会导致错误(您看到的错误)。

The answer is in the question: you just have to close the VISA session at the end. The reason is that when you open it a second time, it is still openned by the first try which results in an error (the one you see).

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