PortInUseException - Java串行通信
我正在开发一个使用 RXTX 的 Java 串行通信应用程序。
现在我收到一个错误:
端口已在使用中:gnu.io.PortInUseException:未知应用程序
,但该端口似乎未被任何其他应用程序使用。
I’m developing an application for serial communication in Java with RXTX.
Now I’m getting an error:
Port already in use: gnu.io.PortInUseException: Unknown Application
while opening a port, but it seems the port is not used by any other application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 MS Windows 中,禁用 COM 端口后必须重新启动系统,然后再次启用它们(无需第二次重新启动)。
In MS Windows you must reboot system after disabling COM-port and then enable them again (no second reboot needed).
您使用什么操作系统?您如何确认端口未被其他应用程序使用?
如果在 Windows 上,请转到设备管理器查看驱动程序是否已安装以及端口是否已启用以供应用程序使用。我想说,如果一切看起来都不错,请禁用该端口并重新启用它。
What OS are you using? How did you confirmed that Port is not used by other application?
If on windows, go to Device Manager to see if the driver is installed and Port is enabled to be used by applications. I would say if everything looks good, disable the port and re-enable it.