How to fix Java rxtxSerial.dll or jSSC-2.7_x86_64.dll Serial Port Error in Windows 10?

…衆ロ難τιáo~ 提交于 2019-12-05 11:12:36
B.Letz

I had a similar problem with jRxTx which uses rxtx. My program would run fine for 2 minutes and then crash with the same error message.

The problem with my implementation was that I added the same serialEventListener twice to the serialPort.

serialPort.addEventListener(eventListener);
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!