Com.Tsl.Rfid.AsciiProtocol 3.5.0

dotnet add package Com.Tsl.Rfid.AsciiProtocol --version 3.5.0
                    
NuGet\Install-Package Com.Tsl.Rfid.AsciiProtocol -Version 3.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Com.Tsl.Rfid.AsciiProtocol" Version="3.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Com.Tsl.Rfid.AsciiProtocol" Version="3.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Com.Tsl.Rfid.AsciiProtocol" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Com.Tsl.Rfid.AsciiProtocol --version 3.5.0
                    
#r "nuget: Com.Tsl.Rfid.AsciiProtocol, 3.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Com.Tsl.Rfid.AsciiProtocol@3.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Com.Tsl.Rfid.AsciiProtocol&version=3.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Com.Tsl.Rfid.AsciiProtocol&version=3.5.0
                    
Install as a Cake Tool

com.tsl - rfid.asciiprotocol

This is the .NET Android binding library for com.stripe:hcaptcha created by Tuyen Vu. The binding source code can be found here.

HomePage

2128P Bluetooth® UHF RFID Reader Downloads

How to use

1/ Download the AAR package from TSL - Login required

2/ Place the AAR at your desired location

3/ Create {YOUR_PROJECT_NAME}.props file with below content

<Project>
  <PropertyGroup>
    <ComTslRfidAsciiprotocolLibPath>YOUR_ABSOLUTE_PATH_TO_THE_AAR_FILE</ComTslRfidAsciiprotocolLibPath>  
  </PropertyGroup>
</Project>

4/ Change YOUR_ABSOLUTE_PATH_TO_THE_AAR_FILE to your downloaded/extracted AAR file location 5/ Open {YOUR_PROJECT_NAME}.csproj file and add these lines at the very beginning

<Import Condition=" EXISTS('{YOUR_PROJECT_NAME}.props') " Project="{YOUR_PROJECT_NAME}.props" />

6/ Close and reopen your CSPROJ/SLN file

Reference: Com.Tsl.Rfid.AsciiProtocolQs.csproj

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net9.0-android was computed.  net10.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-android34.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.5.0 267 8/8/2024