LusoVU.XamarinUsbSerialForAndroid
0.2.3
Xamarin USB Serial for Android
usb-serial-for-android is a driver library for communication with Arduinos and other USB serial hardware on Android, using the Android USB Host API available on Android 3.1+.
No root access, ADK, or special kernel drivers are required; all drivers are implemented in Java. You get a raw serial port with Read(), Write(), and other basic functions for use with your own protocols.
Install-Package LusoVU.XamarinUsbSerialForAndroid -Version 0.2.3
dotnet add package LusoVU.XamarinUsbSerialForAndroid --version 0.2.3
paket add LusoVU.XamarinUsbSerialForAndroid --version 0.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Improved internal thread management using Task and CancellationToken.
Dependencies
This package has no dependencies.