LusoVU.XamarinUsbSerialForAndroid
0.2.3
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
<PackageReference Include="LusoVU.XamarinUsbSerialForAndroid" Version="0.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LusoVU.XamarinUsbSerialForAndroid --version 0.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LusoVU.XamarinUsbSerialForAndroid, 0.2.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Improved internal thread management using Task and CancellationToken.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.