Tsl.AsciiProtocol 0.9.3

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

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

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 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 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 ReaderConnectionMnaager
     - 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