Skip to content

jSerialComm v2.11.3

Choose a tag to compare

@hedgecrw hedgecrw released this 31 Oct 22:27
· 16 commits to master since this release
  • 54bd919 - Attempt to fix custom baud rate issues for some Linux users
  • 657e501 - Ensure config errors don't block port opening if user explicitly calls disablePortConfiguration()
  • 701ef99 - Only set flag to auto-flush IO buffers if port not already opened (and only once)
  • 41f1c04 - Use monotonic clock in native code instead of real-time clock
  • 40c30bb - Update documentation that "flushing" means "clearing"
  • 76cb0d0 - Add ability to make fat JAR for testing
  • 3510009 - Remove android requirement from module
  • b67362a - Fix some AndroidPort updates that aren't compatible with current android.jar
  • 870fbbf - Ensure no crashes if user force deletes expected System properties in their app
  • 5cacd51 - Make temp native libraries writable so that they can be deleted from file system
  • a0f040c - Merge pull request #613 from da-Kai/feature/disable-TIOCGRS485-ioctl
  • b5974f7 - Merge pull request #610 from ButterscotchV/fix-jni-refs
  • b111735 - Merge pull request #604 from kmbisset89/k-branch-1
  • 911a708 - Merge pull request #600 from galaxy-sea/Fix-the-error-message-for-invalid-port
  • 687a753 - Add setting, to disable TIOCGRS485 ioctl
  • 9681d18 - Initialize global jclass to NULL
  • c06e3a1 - Use global references for cached jclass
  • bdbdb87 - feat(android): support Android S+ pending intent flags and clean imports
  • 37980c3 - Fix the error message for invalid port
  • 6939113 - Add GitHub action permissions and add SECURITY.md document
  • 0f46099 - Update GitHub actions to use correct Maven credentials
  • 9c7548e - Make Maven wrappers executable
  • 827670f - Add Maven wrapper to ensure version stability
  • c8bf63b - Add android.jar back since builder Docker image requires it
  • 5ab15df - Switch from Gradle to Maven for building and publishing
  • 29578e7 - Clean up setDTRandRTS native functions (add error line numbers + use in initialization)
  • 3033c94 - Merge pull request #598 from dkaukov/dtr-and-rts
  • 4163f1e - Update Snapshot download repository
  • 67330a0 - Version bump
  • 68e961e - Update AndroidPort.java
  • b177f96 - Update SerialPort.java
  • 16e3914 - tabs
  • d321f8e - Implementation of the comPort.setDTRandRTS()