anotherlab / UsbSerialForAndroid

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

Databit, stopbit and paraty implemented; Fix CH340 initialization; #38

Closed tiorac closed 1 year ago

tiorac commented 1 year ago

I was unable to access an Arduino. Finding out she needed to fix these items:

https://github.com/mik3y/usb-serial-for-android/commit/2a77ebf8b9d3c651632c3d2d18a2386c0fddb1d3

https://github.com/mik3y/usb-serial-for-android/blob/5bb8db02d5a6f2db32522ce602a6dd7d791de083/usbSerialForAndroid/src/main/java/com/hoho/android/usbserial/driver/Ch34xSerialDriver.java#L167

https://github.com/mik3y/usb-serial-for-android/blob/5bb8db02d5a6f2db32522ce602a6dd7d791de083/usbSerialForAndroid/src/main/java/com/hoho/android/usbserial/driver/Ch34xSerialDriver.java#L236

https://github.com/mik3y/usb-serial-for-android/blob/5bb8db02d5a6f2db32522ce602a6dd7d791de083/usbSerialForAndroid/src/main/java/com/hoho/android/usbserial/driver/Ch34xSerialDriver.java#L153

anotherlab commented 1 year ago

Thank you for the code changes