diff --git a/pom.xml b/pom.xml index eb05694455..bbc3876d11 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,25 @@ bundle jssc + + + jSSC (Java Simple Serial Connector) - library for working with serial ports from Java. jSSC support Win32(Win98-Win8), Win64, Linux(x86, x86-64, ARM), Solaris(x86, x86-64), Mac OS X 10.5 and higher(x86, x86-64, PPC, PPC64). + + https://code.google.com/p/java-simple-serial-connector/ + + + https://github.com/scream3r/java-simple-serial-connector.git + https://github.com/scream3r/java-simple-serial-connector + + + + + GNU Lesser General Public License + http://www.gnu.org/licenses/lgpl.html + + + UTF-8 diff --git a/src/main/resources/libs/windows/jSSC-2.8_x86.dll b/src/main/resources/libs/windows/jSSC-2.8_x86.dll new file mode 100644 index 0000000000..8ff7541a02 Binary files /dev/null and b/src/main/resources/libs/windows/jSSC-2.8_x86.dll differ diff --git a/src/main/resources/libs/windows/jSSC-2.8_x86_64.dll b/src/main/resources/libs/windows/jSSC-2.8_x86_64.dll new file mode 100644 index 0000000000..d4e19e069f Binary files /dev/null and b/src/main/resources/libs/windows/jSSC-2.8_x86_64.dll differ