java串口异常

发布于 2024-07-25 21:08:38 字数 222 浏览 3 评论 0原文

我正在使用 javax.comm API 从串行端口读取数据,但是当我运行代码 2-3 次时,它显示当前所拥有的端口,但我已经关闭了该端口。 这里有什么问题? 我不明白,请帮助我。

这是期望:

javax.comm.PortInUseException:端口当前由 flashhandler.TwoWaySerialComm 拥有

I'm reading data from serial port using javax.comm API but when I run the code 2-3 times it is showing port currently own by this,but I have closed the port. What's the problem here? I'm not getting it, please help me.

This is expectation:

javax.comm.PortInUseException: Port currently owned by flashhandler.TwoWaySerialComm

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

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

发布评论

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

评论(1

花之痕靓丽 2024-08-01 21:08:38

尝试禁用该端口,然后再次尝试启用它。 还要尝试检查使用它的进程是否成功终止。 希望这可以帮助。

Try disabling the port, then try enabling it again. Also try to check if the process using it terminated successfully. Hope this helps.

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