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
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
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