GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Code This branch is273 commits ahead ofscream3r/java-simple-serial-connector:master. Folders and files Name Last commit message Last commit date Latest commit github-actions[bot] Precompiled natives @bfa8fef May 23, 2025 e20a177·May 23, 2025 ...
.github ant src assembly main cpp java/jssc module-info resources-precompiled test toolchain .gitignore CMakeLists.txt LICENSE.txt README.md pom.xml Breadcrumbs jssc /src / main/ Directory actions More options Latest commit github-actions[bot] Precompiled natives @23215ceDec 16, 2023 7ce22b...
Fixed error with garbage reading in Windows using jSSC after another application used serial port. To prevent this effect COMMTIMEOUTS structure zeroing added to setParams() method * Important! The port handle now stored in variable of type "long" instead of "int", to prevent potential problems...
Files master Sign in to see the full file tree. src/main/java/jssc SerialPortList.java Latest commit andrey-patin-1979 Add support for MOXA ports on Linux Dec 29, 2024 defbff6·Dec 29, 2024 History History
master .github ant src assembly main cpp java/jssc DefaultJniExtractorStub.java SerialNativeInterface.java SerialPort.java SerialPortEvent.java SerialPortEventListener.java SerialPortException.java SerialPortList.java SerialPortTimeoutException.java ...
github-actions[bot]committedDec 15, 2023 c6f8558 [maven-release-plugin] prepare release v2.9.6 github-actions[bot]committedDec 15, 2023 381085a Precompiled natives @23215ce github-actions[bot]committedDec 15, 2023 7ce22b5 Update version in source files before building native libraries...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees tresf woodrowbarlow Labels enhancement Projects None yet Milestone No milestone Development No branches or pull requests 2 participants Footer...
mvn # compile for current system mvn -P x86 # cross-compile for 32-bit x86 on current host OS(Linux/Unix, Windows) mvn -P x86_64 # cross-compile for 64-bit x86/amd64 on current host OS(Linux/Unix, MacOS, Windows) mvn -P ppc64 # cross-compile using multi-lib for PowerPC Linux...