Java Serial verison 0.6 has now been released. Updates in this version:
- Updated POM for use with Maven properly.
- Added some java.util.logging statements for debugging purposes.
- Release has been uploaded to Maven Central.
To use the library, the easiest way is to create a Maven project and add it to your pom.xml:
<dependency> <groupId>com.rm5248</groupId> <artifactId>JavaSerial</artifactId> <version>0.6.1</version> </dependency>
Note that the version that is in Maven Central is 0.6.1, while this post talks about 0.6. The only change between 0.6 and 0.6.1 is a fix in the pom.xml in order to upload the dependencies to Maven Central.
As always, you can also download the dependencies manually from the Java Serial homepage.