serial port io

2000-03-14 Thread brad gray
does anyone know how to open a serial port in java ? i realize that there is a javax.comm package, but no linux port... just wondering if anyone has done this before i start learing some JPython, etc... thanks brad

Re: serial port io

2000-03-14 Thread Peter Cordes
On Tue, Mar 14, 2000 at 04:38:57PM +, brad gray wrote: > does anyone know how to open a serial port in java ? > i realize that there is a javax.comm package, but no linux port... > just wondering if anyone has done this before i start learing some > JPython, etc... Well, using the beauty or

Re: serial port io

2000-03-14 Thread Ottavio Campana
On Tue, Mar 14, 2000 at 04:38:57PM +, brad gray wrote: > does anyone know how to open a serial port in java ? > i realize that there is a javax.comm package, but no linux port... > just wondering if anyone has done this before i start learing some > JPython, etc... I've done it once. You sho

Re: serial port io

2000-03-14 Thread Mark Wielaard
Hi, I have never tried it seems that RXTX would be usefull. >From the Intro page: RXTX is a native lib providing serial and parallel communication for the Java Development Toolkit (JDK). All deliverables are under the gnu LGPL license. Cheers, Mark