Re: Accessing the serial port with Java for Linux

1998-06-14 Thread Jauvane Cavalcante de Oliveira
Hi Ian, > Is it possible (with Java 1.1.x under Linux) to write a Java program > which can access a device attached to the serial port? I need to be > able to get and set the bps rate, flags, etc. as well as send and receive > unbuffered bytes. Yes, it is possible. Have a look at the communicat

Re: Accessing the serial port with Java for Linux

1998-06-14 Thread Karl Asha
Check the javacom and rxtx packages within the 3rd part products area at http://www.blackdown.org/java-linux.html. Cheers, Karl [EMAIL PROTECTED] (Ian Goldberg) writes: > Is it possible (with Java 1.1.x under Linux) to write a Java program > which can access a device attached to the serial po

Accessing the serial port with Java for Linux

1998-06-14 Thread Ian Goldberg
Is it possible (with Java 1.1.x under Linux) to write a Java program which can access a device attached to the serial port? I need to be able to get and set the bps rate, flags, etc. as well as send and receive unbuffered bytes. Thanks, - Ian