Skip to content

jSerialComm v2.5.2

Compare
Choose a tag to compare
@hedgecrw hedgecrw released this 03 Sep 18:58
· 366 commits to master since this release
  • Ensure that a valid file descriptor exists before closing ports
  • Add RS-485 mode for drivers that support it
  • Reset interrupted state on threads in which interruptions may occur
  • Add DataListener class which can inform users when a read/null pointer exception has occurred asynchronously
  • Store native code libraries inside a tmp directory instead of the tmp root to cut down on library removal/cleanup time during startup
  • Check sun.arch.data.model Java system value to determine correct runtime architecture on ARM (armv8) devices
  • Allow waitForSerialEvent() to propagate any kind of exception