v3.9.0
features:
read()with timeout now allows unlimited read size for Android 9+SerialInputOutputManagernow executes read and write in separate threads, sowriteAsyncis executed now immediately and not delayed any more until a read succeeded or timed out.
changes:
- before was possible to start
SerialInputOutputManagerwithExecutors.newSingleThreadExecutor().submit(ioManager). Now you have to useioManager.start()as already used in the example.