This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Serial port communications
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 9 Sep 2003 09:21:27 -0400 (EDT)
- Subject: Re: Serial port communications
On Tue, 9 Sep 2003, [iso-8859-1] Øyvind Harboe wrote:
> Does anyone know of open-source serial port communications
> alternatives for Java?
Perhaps http://www.rxtx.org/ ?
> Today I'm relying on javax.comm, which is fraught with little
> nagging issues.
You mean Sun's implementation of javax.comm, I'm guessing.
Jeff