xseignard / cordovarduino

Cordova/Phonegap plugin for USB host serial communication from an Android device.
MIT License
166 stars 110 forks source link

ControlTransfer with value 0x8 failed:-1 #135

Open DONGNEZHA opened 1 year ago

DONGNEZHA commented 1 year ago

Hi Xseingnard, thank you for providing such a nice plugin. But I have encountered an error when using Prolific PL2303GT: "ControlTransfer with value 0x8 failed:-1". After that I browsed to some issues of usb-serial-for-android and found that it seems this problem is solved in the new version (released with v3.4.6). I would suggest using the new version of usb-serial-for-android in the current plugin as well.

issues: https://github.com/mik3y/usb-serial-for-android/issues/427 https://github.com/mik3y/usb-serial-for-android/issues/439