Skip to content

jSerialComm v2.10.3

Compare
Choose a tag to compare
@hedgecrw hedgecrw released this 28 Jul 19:08
· 37 commits to master since this release

IMPORTANT NOTE: The bytesToRead and offset parameters in both readBytes() and writeBytes() have been changed from type long to int so that there is no mismatch between the parameters and the return type. Any code specifically passing a long to these functions will need to be updated.

  • cd3d52b - Separate class and configuration reentrant locks
  • ebcc8c6 - Use reflection to access private constructor from Android private internals
  • 9fc34cd - Allow Android to use its own termios2
  • b190f70 - Catch UnsatisfiedLinkError specifically because does not inherit from Exception
  • 1b571d9 - Add android.jar as a build dependency
  • 3e42684 - First step toward native Android support
  • efd0255 - Add tool to manually fix MacOS SDK build version for 32-bit x86
  • c02a302 - Version bump