felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.78k stars 582 forks source link

Null pointer dereference error in usbSerialDevice.open() #305

Closed MohabOsman closed 4 years ago

MohabOsman commented 4 years ago

Hi,

I am getting a null pointer dereference error when I am using usbSerialDevice.open() method to open a connection with a CDCSerialDevice Teensy LC. The error is thrown from libusbhost.so library in usb_request_wait method.

Thanks in advance for your help.