I'm new to Java, and have set myself a project to write so that I can do some "hands on" learning. I'm fluent with c++, but want to add another langauge to my skill-set.
Anyway, part of that project includes serial communications. I'm targetting a Windows XP platform, and cross-platform isn't really needed for this project.
I'm using NetBeans, and after quickly looking into things, I find that "in-built" support for serial communication doesn't exist any more.
Further searching led me to RXTX, however, after following the simple installation, their listed (on the wiki) example doesn't appear to work.
I have seen a couple of purchasable serial libraries, but I don't want to go down that path, at least not yet.
So, what is the best way forward? Persisting with RXTX and troubleshooting there? Or is there an alternate way that is simpler to use?