vote up 3 vote down star
2

I've been looking around for a Java API that can communicate with Serial on Windows/Win32 but many of the API's I've checked out are either for Linux, too outdated, or just had bad critics.

Can someone recommend one to me that they've tried or knows about that is easy to implement on Windows XP?

flag

28% accept rate

2 Answers

vote up 2 vote down

I started looking for the same thing couple weeks ago, and I've been very happy with the multi-platform RXTX library so far. Works with any Windows, Linux and OS X. Has a very clean, easy to understand API.

edit: RXTX is also open source.

link|flag
Thanks Murat, I'll take a look at it. – Steve Nov 5 '08 at 4:02
The quality of the RXTX code is quite bad. Be prepared to jump through various hoops if you go down this road. – Gili May 21 at 7:34
vote up 1 vote down

Without reservation, I recommend Java Serial Port from serialio.com; I had significant stability problems with the Sun, IBM and RxTx serial package. SerialPort has been rock solid in production for over 2 years 24/7.

They support the standard Java serial API, as well as their own alternative proprietary one. I would stick with the standard API though, unless you really need something theirs has that the standard one doesn't, just to keep your options open.

link|flag
Direct link to SerialPort: serialio.com/products/serialport/… – Mark Nov 6 at 18:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.