Package Javax — Comm
Oracle/Sun dropped support for the original JavaComm API years ago, making it hard to find official downloads.
(like jSerialComm) if you are starting a new project. What is your current goal with javax.comm ? Opening up new ports to Java with javax.comm - InfoWorld Package Javax Comm
The de facto standard replacement for many years was RXTX (e.g., org.rxtx:rxtxcomm ), but it is also considered old. Modern Java serial communication is typically handled via modern, maintained libraries like jSerialComm or jSSC (Java Simple Serial Connector). Oracle/Sun dropped support for the original JavaComm API
