mik3y / usb-serial-for-android

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
MIT License
4.9k stars 1.59k forks source link

why read and write use same thread? #435

Closed ZhouShowfew closed 2 years ago

ZhouShowfew commented 2 years ago

We use your lib for big data transmission like OTA function, and speed seems slower than we test on the test-tool in windows, read and write in one thread might be the reason right?

kai-morich commented 2 years ago

using a single thread could be the reason, but also specific combination of android device + usb device