Trying to do some serial programming in java. For windows will JavaComm only work for jdk's 1.2 and 1.1?
Printable View
Trying to do some serial programming in java. For windows will JavaComm only work for jdk's 1.2 and 1.1?
Yup, Sun/Oracle discontinued support for that (old) javacomm package for MS Windows (MS changed the specs for the serial ports); there is a nice alternative: rxtx (google is your friend); it has an identical API.
kind regards,
Jos
Thanks Jos!