usb-serial-for-android v3.1.0 Release Notes

Release Date: 2020-09-12 // over 3 years ago
  • 🔋 features:

    • read with timeout now throws error on connection lost, e.g. device disconnected
    • Prolific input control line methods now throw error on connection lost
    • 🔧 SerialInputOutputManager with configurable buffer size
    • 🔧 SerialInputOutputManager with configurable threadpriority and higher default to prevent data loss

    🛠 fixes:

    • 0️⃣ FTDI read now waits until timeout. previously returned after periodic FTDI status response (default 16 msec)
      If you relied on this early return, you should adapt your timeout values