1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-09 17:06:21 +00:00

Updated FAQ (mediawiki)

kai-morich 2023-11-03 12:14:24 +01:00
parent d91f44df76
commit b5ebeceed9

@ -105,6 +105,8 @@ This effect is more likely for slower Android device and USB devices with smalle
Using a higher thread priority (default for <code>SerialInputOutputManager</code> since ''usb-serial-for-android v3.1.0'') and offloading work from <code>onNewData</code> to other threads can mitigates the issue.
It is recommended to use some sort of flow control like X-Modem protocol.
Data loss can also occur with inappropriate buffer size, as shown in next Question.