Tsl.AsciiProtocol.Std 1.6.0

dotnet add package Tsl.AsciiProtocol.Std --version 1.6.0
NuGet\Install-Package Tsl.AsciiProtocol.Std -Version 1.6.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="Tsl.AsciiProtocol.Std" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tsl.AsciiProtocol.Std --version 1.6.0
#r "nuget: Tsl.AsciiProtocol.Std, 1.6.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.
// Install Tsl.AsciiProtocol.Std as a Cake Addin
#addin nuget:?package=Tsl.AsciiProtocol.Std&version=1.6.0

// Install Tsl.AsciiProtocol.Std as a Cake Tool
#tool nuget:?package=Tsl.AsciiProtocol.Std&version=1.6.0

Implementation of the Technology Solutions ASCII Protocol for use with Universal Apps, Universal Windows Platform, Xamarin and Xamarin Forms

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid60 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed.  uap10.0.15063 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Tsl.AsciiProtocol.Std:

Package Downloads
Tsl.SimpleProtocol

Adds HF LF support to the TSL ASCII Protocol nuget packages for the 2173

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.0 7,495 11/23/2022
1.5.0-Beta2 493 11/2/2021
1.4.4-Beta4 1,074 4/27/2021
1.4.4-Beta1 1,938 4/16/2020
1.4.3 20,569 2/5/2020
1.4.0 1,381 11/19/2019
1.4.0-beta-14 567 10/24/2019
1.4.0-beta-13 399 10/23/2019
1.4.0-beta-11 829 9/17/2019
1.3.7-beta-1 726 8/9/2019
1.3.0-alpha-7 550 5/30/2019

version 1.6.0
     - built for Android TargetFramework v12 (API level 31).
       When targeting Android 12+ (API31+), the following permissions must be obtained at runtime:
         Manifest.Permission.BluetoothConnect
         Manifest.Permission.BluetoothScan
       Until these permissions are obtained, the bluetooth enumerator will return an empty list.

     version 1.5.1
     - Added Abandon() method on IAsciiTransport - use this with iOS when the Reader has been sent a SleepCommand to ensure that its transport cannot be connected to until the Reader is reconnected. On other platforms this is the same as Disconnect().
     - Added support for Datalogic devices to the host barcode scanning.
     - BugFix: iOS - Attempting to connect to a transport that is Lost or NotAvailable will now fail
     - BugFix: 2128L/IH21L only - setting the maximum power indicated by the .iv default value no longer causes invalid argument errors
     - BugFix: Commands that return transponders now clear the Transponders property at the start of each new response, as intended - fixes memory leak.

     version 1.4.4
     - Fixed occasional, intermittent iOS connection issue
     - Fixed issue with UWP USB connections after Reader has reset
     - Removed (unused) dependency on Android support lib
     - BugFix: Removed issue of extraneous ".vr" command when iOS device connects
     - built for Android TargetFramework v10 (API level 29)

     version 1.4.3
     - Bug fix: iOS reconnection, after Reader has gone away, is now working - both after the connection is lost or if the Reader is put to sleep programmatically.
     - The ConnectionState.Lost is no longer signalled for iOS transports - replaced with ConnectionState.NotAvailable
     - Improved handling of lost connections on all platforms
     - Bug fix: Multiple, active Reader connections are now supported on iOS - maximum simultaneous connections is limited by iOS

     version 1.4.0
     - First release of the new, high-level, Reader Operations API aimed at simplifying common RFID tasks.
     Sample Code, demonstrating the use of the Reader Operations, is available in the TSL Xamarin.Std SDK
     The Execute extensions for IAsciiCommander have been restored.
     Fixes possible data loss issue with the Android USB support

     version 1.3.7
     - Fixes issue with reconnecting Readers (iOS, Android)

     version 1.3.6
     - Fixes minor issue with DLL versioning

     version 1.3.5
     - Fixes issue with missing licence file

     version 1.3.3
     - Fixes issue with reconnecting Readers (UWP)

     version 1.3.2
     - Fixes issue with UWP USB devices

     version 1.3.1
     - Bug fix: restored .NET45 support omitted from v1.3.0 package

     version 1.3.0
     - first release of the .NET Standard version of this SDK. At version 1.3 to bring in line with the Tsl.AsciiProtocol PCL version of this library