jSerialComm v2.10.2
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.
- 1603368 - Ensure that JVM variable is not null before unloading
- 39d54c4 - Try to load armv6 before armv7
- ed468f6 - Switch to "ByteArrayElements" JNI calls instead of "PrimitiveArrayCritical" since read/write can block
- 1cccfcd - First attempt to load native library from system path before auto-extracting
- de6ccf2 - Update GitHub Actions to update all expected version number strings
- d56dc8c - Validate native library version upon startup to match Java version
- f598423 - Workaround for MacOS-bug whereby poll doesn't return an error without POLLHUP specified
- 246dcc7 - Update "release" GitHub Action to auto-update download links in Wiki
- c37a9d1 - Use termios2 for custom baud rates on Linux
- 8d74a43 - Re-add armv6hf and armv7hf architectures
- 97c3c21 - Auto-update SNAPSHOT version in Wiki on commit
- b812c59 - Add POLLNVAL to "disconnected" polling set
- 1fd9022 - Add Posix native-polling test
- 9411d7b - Update README to remove no-longer-necessary options
- 0582b26 - Version bump
- babe8ac - Finish UpdateDocs GitHub Action
- 17b7dd0 - Add GitHub Action to update Javadoc documentation