jar

com.github.purejavacomm : purejavacomm

Maven & Gradle

Feb 25, 2017
9 usages
346 stars

PureJavaComm · PureJavaComm is an Application Programmin Interface (API) for accessing serial ports from Java. PureJavaComm aims to be a drop-in replacement for Sun's (now Oracle) abandoned JavaComm and an easier to deploy alternative to RXTX.

Table Of Contents

Latest Version

Download com.github.purejavacomm : purejavacomm JAR file - Latest Versions:

All Versions

Download com.github.purejavacomm : purejavacomm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window purejavacomm-1.0.2.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

jtermios.macosx

├─ jtermios.macosx.JTermiosImpl.class - [JAR]

jtermios.windows.testsuite

├─ jtermios.windows.testsuite.TestSuite.class - [JAR]

purejavacomm.example

├─ purejavacomm.example.Example1.class - [JAR]

jtermios

├─ jtermios.JTermios.class - [JAR]

├─ jtermios.Pollfd.class - [JAR]

├─ jtermios.Termios.class - [JAR]

├─ jtermios.TimeVal.class - [JAR]

jtermios.linux

├─ jtermios.linux.JTermiosImpl.class - [JAR]

jtermios.freebsd

├─ jtermios.freebsd.JTermiosImpl.class - [JAR]

jtermios.solaris

├─ jtermios.solaris.JTermiosImpl.class - [JAR]

purejavacomm

├─ purejavacomm.CommDriver.class - [JAR]

├─ purejavacomm.CommPort.class - [JAR]

├─ purejavacomm.CommPortIdentifier.class - [JAR]

├─ purejavacomm.CommPortOwnershipListener.class - [JAR]

├─ purejavacomm.NoSuchPortException.class - [JAR]

├─ purejavacomm.ParallelPort.class - [JAR]

├─ purejavacomm.ParallelPortEvent.class - [JAR]

├─ purejavacomm.ParallelPortEventListener.class - [JAR]

├─ purejavacomm.PortInUseException.class - [JAR]

├─ purejavacomm.PureJavaComm.class - [JAR]

├─ purejavacomm.PureJavaCommDriver.class - [JAR]

├─ purejavacomm.PureJavaIllegalStateException.class - [JAR]

├─ purejavacomm.PureJavaSerialPort.class - [JAR]

├─ purejavacomm.SerialPort.class - [JAR]

├─ purejavacomm.SerialPortEvent.class - [JAR]

├─ purejavacomm.SerialPortEventListener.class - [JAR]

├─ purejavacomm.UnsupportedCommOperationException.class - [JAR]

jtermios.windows

├─ jtermios.windows.JTermiosImpl.class - [JAR]

├─ jtermios.windows.WinAPI.class - [JAR]

Advertisement