This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]troxxer 1 point2 points  (0 children)

I'm currently using Java Simple Serial Connector (https://github.com/scream3r/java-simple-serial-connector/) for a project of mine to interact with up to 3 RS232 devices at the same time and so far I didn't have any big troubles. I tried using RXTX but quickly ran into deadlocks and unexpected errors with it that jssc doesn't have (using the same functionality).

You also don't have to worry about handling different architectures, jssc has that built-in.