Stable alternative to RXTX

后端 未结 6 1902
我寻月下人不归
我寻月下人不归 2020-11-30 19:48

After using RXTX for a number of different projects, I\'ve come across many annoying discrepancies and issues that can only sensibly be put down to bugs in the library - dea

6条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 20:08

    One of the issues of RXTX I faced was the delay closing the port. When checking with setserial the port configuration I discovered a parameter closing_delay=3000. This means that the port closes 3 sec after the close() method was executed. Resetting the closing_delay toany value is ignored by RXTX. RXTX insists in 3sec delay.

    the JSSC library performed to our satisfaction

提交回复
热议问题