anotherlab / UsbSerialForAndroid

A Xamarin C# port of the Java usb-serial-for-android library
MIT License
158 stars 70 forks source link

timeout exeptions #15

Closed StefanKDS closed 5 years ago

StefanKDS commented 5 years ago

Hi, if I Plugin the USB device directly everything works fine. But if I put an USB Hub between, I get timeout expetions during Connection, Open,.... If I start Debugging, no Problem appears because of the short delay of each step. Any idea ?

anotherlab commented 5 years ago

Hi @StefanKDS ,

This isn't really a problem with the library since it is working without the USB hub. While low-speed hubs can introduce latency issues, it shouldn't be enough to cause a problem. We use this library on devices with external hubs and have not had any connection issues. I would try a different hub.