xseignard / cordovarduino

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

Reset Failed result = -1 #102

Open AmarKaygude opened 6 years ago

AmarKaygude commented 6 years ago

Hi, I am trying to connect my ionic app to microchip through USB but getting Reset Failed result = -1 error when trying to serial open. requestPermission execute successfully but gives error for serial open function. Please check this issue.

requestPermission object { vid: '04D8', pid: '003F', driver: 'FtdiSerialDriver' }

object for serial open function { baudRate: 115200, dataBits: 8, stopBits: 1, parity: 1, dtr: true, rts: true, sleepOnPause: false }

AOlefirenko commented 5 years ago

I got the same issue