Skip to content

jSerialComm v2.8.3

Compare
Choose a tag to compare
@hedgecrw hedgecrw released this 18 Jan 19:01
· 189 commits to master since this release
  • RS485-mode ioctl errors are no longer treated as fatal errors
  • Small updates to getLastErrorLine() and getLastError() when a port has failed to open
  • All JNI functions are now checked for and cleared of exceptions at runtime
  • The portHandle pointer returned from native code to Java is guaranteed to be 0 if there is an error, else a valid number
  • All "open port" checks now verify that the portHandle is not equal to exactly 0
  • Implemented full functionality for OpenBSD x86 and amd64