github mik3y/usb-serial-for-android v3.9.0

one day ago

features:

  • read() with timeout now allows unlimited read size for Android 9+
  • SerialInputOutputManager now executes read and write in separate threads, so writeAsync is executed now immediately and not delayed any more until a read succeeded or timed out.

changes:

  • before was possible to start SerialInputOutputManager with Executors.newSingleThreadExecutor().submit(ioManager). Now you have to use ioManager.start() as already used in the example.

Don't miss a new usb-serial-for-android release

NewReleases is sending notifications on new releases.