diff --git a/binaries/jSerialComm-2.4.2-test.jar b/binaries/jSerialComm-2.5.0-test.jar similarity index 92% rename from binaries/jSerialComm-2.4.2-test.jar rename to binaries/jSerialComm-2.5.0-test.jar index 780264c..9dd007c 100644 Binary files a/binaries/jSerialComm-2.4.2-test.jar and b/binaries/jSerialComm-2.5.0-test.jar differ diff --git a/binaries/jSerialComm-2.4.2.jar b/binaries/jSerialComm-2.5.0.jar similarity index 93% rename from binaries/jSerialComm-2.4.2.jar rename to binaries/jSerialComm-2.5.0.jar index 133755b..26af599 100644 Binary files a/binaries/jSerialComm-2.4.2.jar and b/binaries/jSerialComm-2.5.0.jar differ diff --git a/index.html b/index.html index bf441b6..9b6caf9 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@
Download this project as a .zip file Download this project as a tar.gz file - Download this library as a .jar file + Download this library as a .jar file
@@ -60,6 +60,7 @@
  • New data is available for reading
  • All data has been successfully written
  • A complete fixed-length data packet has arrived
  • +
  • A delimited string-based message has been received
  • @@ -74,7 +75,7 @@

    How can use this library in my own project?

    -

    One of the most convenient features of this library is that it allows you to simply include the JAR file in your custom project, and it will automatically select and load the correct native library for your platform and architecture. As such, you can make use of this library by simply copying the jSerialComm.jar file into your project directory and linking to it as you would any other JAR file.

    +

    One of the most convenient features of this library is that it allows you to simply include the JAR file in your custom project, and it will automatically select and load the correct native library for your platform and architecture. As such, you can make use of this library by simply copying the jSerialComm.jar file into your project directory and linking to it as you would any other JAR file.

    To access the contents of the library in your project, make sure to import com.fazecast.jSerialComm.* into your java files. You can then generate a list of all available serial ports on your system (real or virtual), by calling the following static method:

    diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html index 0060103..022aaaa 100644 --- a/javadoc/allclasses-frame.html +++ b/javadoc/allclasses-frame.html @@ -2,10 +2,10 @@ - -All Classes (jSerialComm 2.4.2 API) + +All Classes (jSerialComm 2.5.0 API) - + @@ -25,6 +25,7 @@
  • SerialPortDataListener
  • SerialPortEvent
  • SerialPortIOException
  • +
  • SerialPortMessageListener
  • SerialPortPacketListener
  • SerialPortTimeoutException
  • diff --git a/javadoc/allclasses-noframe.html b/javadoc/allclasses-noframe.html index c0f85fb..28e4280 100644 --- a/javadoc/allclasses-noframe.html +++ b/javadoc/allclasses-noframe.html @@ -2,10 +2,10 @@ - -All Classes (jSerialComm 2.4.2 API) + +All Classes (jSerialComm 2.5.0 API) - + @@ -25,6 +25,7 @@
  • SerialPortDataListener
  • SerialPortEvent
  • SerialPortIOException
  • +
  • SerialPortMessageListener
  • SerialPortPacketListener
  • SerialPortTimeoutException
  • diff --git a/javadoc/com/fazecast/jSerialComm/SerialPort.html b/javadoc/com/fazecast/jSerialComm/SerialPort.html index 60247bf..fa80220 100644 --- a/javadoc/com/fazecast/jSerialComm/SerialPort.html +++ b/javadoc/com/fazecast/jSerialComm/SerialPort.html @@ -2,10 +2,10 @@ - -SerialPort (jSerialComm 2.4.2 API) + +SerialPort (jSerialComm 2.5.0 API) - + @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@