Skip to content

jSerialComm v2.10.1

Compare
Choose a tag to compare
@hedgecrw hedgecrw released this 29 Jun 21:55
· 62 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.

  • ea643a0 - Make snapshot building workflow file more robust
  • 37da31a - Fix problem with building Javadoc on GitHub Actions
  • 2cdc8ce - Bump version number