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"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install LusoVU.XamarinUsbSerialForAndroid as a Cake Addin
#addin nuget:?package=LusoVU.XamarinUsbSerialForAndroid&version=0.2.3
// Install LusoVU.XamarinUsbSerialForAndroid as a Cake Tool
#tool nuget:?package=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.
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.