RXTX

Serial port library for Java with embedded natives

License

License

GroupId

GroupId

name.prokop.bart.rxtx
ArtifactId

ArtifactId

rxtx
Last Version

Last Version

2.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

RXTX
Serial port library for Java with embedded natives
Project URL

Project URL

https://github.com/bartprokop/rxtx
Source Code Management

Source Code Management

https://github.com/bartprokop/rxtx

Download rxtx

How to add to project

<!-- https://jarcasting.com/artifacts/name.prokop.bart.rxtx/rxtx/ -->
<dependency>
    <groupId>name.prokop.bart.rxtx</groupId>
    <artifactId>rxtx</artifactId>
    <version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/name.prokop.bart.rxtx/rxtx/
implementation 'name.prokop.bart.rxtx:rxtx:2.2.2'
// https://jarcasting.com/artifacts/name.prokop.bart.rxtx/rxtx/
implementation ("name.prokop.bart.rxtx:rxtx:2.2.2")
'name.prokop.bart.rxtx:rxtx:jar:2.2.2'
<dependency org="name.prokop.bart.rxtx" name="rxtx" rev="2.2.2">
  <artifact name="rxtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.prokop.bart.rxtx', module='rxtx', version='2.2.2')
)
libraryDependencies += "name.prokop.bart.rxtx" % "rxtx" % "2.2.2"
[name.prokop.bart.rxtx/rxtx "2.2.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

rxtx

Maven coordinates:

<dependency>
    <groupId>dev.prokop.rxtx</groupId>
    <artifactId>rxtx</artifactId>
    <version>2.2.2</version>
</dependency>

Serial Port rxtx library

Version 2.1.8 is:

  • source code taken from rxtx-2.1-7r2.zip
  • added Maven POM
  • digitally signed with recognized certificate
  • compiled against Java 1.3 (as original rxtx)

Version 2.2.0.pre2 is:

  • source code taken from rxtx-2.2pre2-src.zip
  • digitally signed with recognized certificate and timestamped
  • compiled against Java 1.3

Version 2.2.0.20110203 is:

  • latest avaiable in CVS, snapshot from 2011.02.03
  • digitally signed with recognized certificate and timestamped
  • compiled against Java 1.3

Currently I'm working on version 2.3.0:

  • added Findbugs build checks (107 deficiencies reported on Low threshold, 21 on Default, all fixed !!!)
  • Java 1.7
  • some new features....

This is an attemp to revive the old but very good rxtx library that allows for using serial ports in Java. I was using rxtx 2.1.7 for many years. But as my projects have evolved from IDE build through ant to Maven and JDK from 1.1 to 1.8 this was aparent that rxtx is unmaintained. So i tried to get the sources (now not easilly avaiable) of latest stable version (stable in terms of used in many production system) and continue that great piece of software on github.

The intention is to release version 2.2.0 with very minimal changes to 2.1.7r2 codebase. Just make it clean Maven project and add digital signature for all classes (because of a need to use it in applets). Version 2.2.1 will undergo some refactoring to meet contemporary Java good practices.

Resources:

RXTX binary builds provided as a courtesy of Mfizz Inc. (http://mfizz.com/). Please see http://mfizz.com/oss/rxtx-for-java for more information.

Versions

Version
2.2.2
2.2.1