diff --git a/binaries/jSerialComm-2.8.2-sources.jar b/binaries/jSerialComm-2.8.2-sources.jar deleted file mode 100644 index 4ccdb41..0000000 Binary files a/binaries/jSerialComm-2.8.2-sources.jar and /dev/null differ diff --git a/binaries/jSerialComm-2.8.2-test.jar b/binaries/jSerialComm-2.8.2-test.jar deleted file mode 100644 index 3592c40..0000000 Binary files a/binaries/jSerialComm-2.8.2-test.jar and /dev/null differ diff --git a/binaries/jSerialComm-2.8.2.jar b/binaries/jSerialComm-2.8.2.jar deleted file mode 100644 index 94d8d0b..0000000 Binary files a/binaries/jSerialComm-2.8.2.jar and /dev/null differ diff --git a/binaries/jSerialComm-2.8.2-javadoc.jar b/binaries/jSerialComm-2.8.3-javadoc.jar similarity index 87% rename from binaries/jSerialComm-2.8.2-javadoc.jar rename to binaries/jSerialComm-2.8.3-javadoc.jar index 2449382..9da30b7 100644 Binary files a/binaries/jSerialComm-2.8.2-javadoc.jar and b/binaries/jSerialComm-2.8.3-javadoc.jar differ diff --git a/binaries/jSerialComm-2.8.3-sources.jar b/binaries/jSerialComm-2.8.3-sources.jar new file mode 100644 index 0000000..aa710b2 Binary files /dev/null and b/binaries/jSerialComm-2.8.3-sources.jar differ diff --git a/binaries/jSerialComm-2.8.3-test.jar b/binaries/jSerialComm-2.8.3-test.jar new file mode 100644 index 0000000..f9a227f Binary files /dev/null and b/binaries/jSerialComm-2.8.3-test.jar differ diff --git a/binaries/jSerialComm-2.8.3.jar b/binaries/jSerialComm-2.8.3.jar new file mode 100644 index 0000000..9d9baac Binary files /dev/null and b/binaries/jSerialComm-2.8.3.jar differ diff --git a/index.html b/index.html index e28546b..e1a393b 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
@@ -74,12 +74,13 @@
  • All Linux distributions (32/64-bit x86, ARM, and PowerPC)
  • Solaris 10 and later (32/64-bit x86 and SPARC)
  • FreeBSD (32/64-bit x86 and ARM64)
  • +
  • OpenBSD (32/64-bit x86)
  • ARM/Intel/AMD Mobile Linux derivatives (e.g. RaspberryPi, Beaglebone, etc.)
  • 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 caeabe0..7ec6bfd 100644 --- a/javadoc/allclasses-frame.html +++ b/javadoc/allclasses-frame.html @@ -3,7 +3,7 @@ -All Classes (jSerialComm 2.8.2 API) +All Classes (jSerialComm 2.8.3 API) diff --git a/javadoc/allclasses-noframe.html b/javadoc/allclasses-noframe.html index d0ff488..b6aae3a 100644 --- a/javadoc/allclasses-noframe.html +++ b/javadoc/allclasses-noframe.html @@ -3,7 +3,7 @@ -All Classes (jSerialComm 2.8.2 API) +All Classes (jSerialComm 2.8.3 API) diff --git a/javadoc/com/fazecast/jSerialComm/SerialPort.html b/javadoc/com/fazecast/jSerialComm/SerialPort.html index e13400f..011a8ec 100644 --- a/javadoc/com/fazecast/jSerialComm/SerialPort.html +++ b/javadoc/com/fazecast/jSerialComm/SerialPort.html @@ -3,7 +3,7 @@ -SerialPort (jSerialComm 2.8.2 API) +SerialPort (jSerialComm 2.8.3 API) @@ -20,7 +20,7 @@