java串口异常
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试禁用该端口,然后再次尝试启用它。 还要尝试检查使用它的进程是否成功终止。 希望这可以帮助。
Try disabling the port, then try enabling it again. Also try to check if the process using it terminated successfully. Hope this helps.