Tsl.AsciiProtocol 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Tsl.AsciiProtocol --version 1.0.0
NuGet\Install-Package Tsl.AsciiProtocol -Version 1.0.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" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tsl.AsciiProtocol --version 1.0.0
#r "nuget: Tsl.AsciiProtocol, 1.0.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 as a Cake Addin
#addin nuget:?package=Tsl.AsciiProtocol&version=1.0.0

// Install Tsl.AsciiProtocol as a Cake Tool
#tool nuget:?package=Tsl.AsciiProtocol&version=1.0.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 Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid60 is compatible. 
Universal Windows Platform netcore50 is compatible.  uap was computed.  uap10.0 was computed. 
Windows Phone wp81 is compatible.  wpa81 is compatible. 
Windows Store win81 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
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:

Package Downloads
Tsl.Barcode

Implementation of the Technology Solutions barcode reader configuration API for use with Universal Apps, Universal Windows Platform, Xamarin and Xamarin Forms

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0 9,370 11/19/2019
1.3.6 4,902 7/17/2019
1.3.4 628 7/12/2019
1.3.0-beta-2 461 5/29/2019
1.2.0-beta-3 483 5/1/2019
1.2.0-beta-2 887 4/17/2019
1.2.0-beta-1 483 4/1/2019
1.0.1 14,320 6/28/2018
1.0.0 2,552 2/23/2018
0.9.5 2,091 10/19/2017
0.9.5-beta 891 4/12/2017
0.9.4 2,790 10/4/2016
0.9.3 2,416 6/2/2016
0.8.5977.30104 1,290 5/13/2016

version 1.0.0
     - Added initial support (Android only) for Usb connected Readers through both ePop-Loq connector and OTG USB.

     version 0.9.6
     - Added support for the 2128/IH21 Bluetooth UHF RFID Readers
     - The FactoryDefaultsCommand now has a PopLoqMode parameter to switch ePop-Loq connector between 'Charge only' and 'Charge and data' modes
     - Executing commands on a disconnected reader now raises exceptions on the callers thread
     - VersionInformationCommand now has a BluetoothVersion Property

     version 0.9.5
     - Android performance improvements
     - Fixes issue where synchronous commands could end prematurely if a large number of responses are received
     - Fixed bug with the TransponderResponder not recognising responses where the EP: header exists but is empty i.e. zero-length EPC

     version 0.9.4
     - Fixes reader connection issue with UWP anniversary update (Issue #5)
     - Library now correctly recognises the wider power range for 1128 with firmware v4.2 or greater (Issue #3)
     - Per-transponder responses with no-EPC value are now handled correctly (Issue #2)
     - Reserved memory bank is no longer valid for selectBank parameter (Issue #4)

     version 0.9.3
     - various bug fixes to get the platform dll to deploy correctly to each platform specific project. Added missing commands to the core dll (.hc, .hd, .hs, .lk, .mt)

     version 0.8.5981
     Three dlls TechnologySolutions.Rfid.AsciiProtocol.Core.dll (portable), TechnologySolutions.Rfid.AsciiProtocol.Extensions.dll (portable), TechnologySolutions.Rfid.AsciiProtocol.Platform.dll
     - No longer a need to register platform specific ReaderConnectionManager
     - LibraryConfiguration.ConfigureForReader will now return null for an unknown reader use
     LibraryConfiguration.Current = LibraryConfiguration.ConfigureForReader(serial, version) ?? LibraryConfiguration.Default to ensure not null

     version 0.8.5977
     Beta release of Technology Solutions ASCII Protocol