You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 }
The text was updated successfully, but these errors were encountered: