anotherlab / UsbSerialForAndroid

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

Set Driver in FtdiSerialDriver.cs #23

Closed ygoe closed 2 years ago

ygoe commented 2 years ago

Set the driver of the port correctly so that the permission request works. Otherwise, Driver would remain null. Verified in the debugger.