mik3y / usb-serial-for-android

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

Application not Response when serial device send data too fast #454

Closed jessemoe closed 1 year ago

jessemoe commented 1 year ago
@override
public void onNewData(){
    mainloop.post() -> {
}
}
kai-morich commented 1 year ago

see solution at https://github.com/kai-morich/SimpleUsbTerminal/commit/7b88a504ae47585e128e71f4c40ad95b9d351393 to reduce number of UI updates