felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.8k stars 585 forks source link

syncRead not working on FT231X USB UART device #268

Open tihomirleka opened 5 years ago

tihomirleka commented 5 years ago

When trying to read data with syncRead from FT231X device it returns always 0 bytes when using timeout or blocks when timeout is 0. Async read works fine but I can't use it because I can't change the buffer size.