Tsl.AsciiProtocol 1.4.0

dotnet add package Tsl.AsciiProtocol --version 1.4.0
NuGet\Install-Package Tsl.AsciiProtocol -Version 1.4.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.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tsl.AsciiProtocol --version 1.4.0
#r "nuget: Tsl.AsciiProtocol, 1.4.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.4.0

// Install Tsl.AsciiProtocol as a Cake Tool
#tool nuget:?package=Tsl.AsciiProtocol&version=1.4.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,362 11/19/2019
1.3.6 4,898 7/17/2019
1.3.4 627 7/12/2019
1.3.0-beta-2 459 5/29/2019
1.2.0-beta-3 481 5/1/2019
1.2.0-beta-2 885 4/17/2019
1.2.0-beta-1 481 4/1/2019
1.0.1 14,314 6/28/2018
1.0.0 2,550 2/23/2018
0.9.5 2,090 10/19/2017
0.9.5-beta 891 4/12/2017
0.9.4 2,785 10/4/2016
0.9.3 2,416 6/2/2016
0.8.5977.30104 1,290 5/13/2016

version 1.4.0
     - Fixes possible data loss issue with the Android USB support

     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
     - Android ePop-Loq/USB connection bug fixes

     version 1.3.0-beta-2
     - refactored ASCII command execution. ExecuteCommand should now sequence calls from multiple threads when performing commands synchronously.

     version 1.3.0-beta-1
     ** SEE ALSO the NUGET PACKAGE 'Tsl.AsciiProtocol.Std' for the .NET Standard 1.3 version !! **
     - alternative connection mechanism AsciiTransportsManager and related APIs to be seen in next SDK release
     - BluetoothSecurity (Pair to a Bluetooth device)
     - HostBarcodeHandler (initiate a barcode scan on the terminal from reader trigger for supported terminals)

     version 1.2.0-beta-4
     - added ErrorCode enum for ER: and OK: response lines
     - added USB connection support to UWP

     version 1.2.0-beta-3
     - updated licence
     - removed clutter around commands and responses
     - updated desktop 4.5 port enumeration

     version 1.2.0-beta-2
     - built with visual studio 2015 to restore support for win8, win phone, windows phone
     - NET45 now enumerates Bluetooth and FTDI COMM ports (no longer limited to just USB ports)

     version 1.2.0-beta-1
     - Updates to ASCII Protocol v2.5 (requires reader firmware to support ASCII Protocol 2.5)
     - AlertCommand (.al) added 'find me' and 'buzzer volume'
     - *NEW* AutoRunCommand
     - BatteryStatusCommand (.bl) added battery health
     - BlockPermalockCommand (.bp) corrected parameter list
     - BluetoothCommand (.bt) added Bluetooth Version
     - *NEW" FindTagCommand (more information in find tag sample in SDK)
     - HidConfigutaionCommand (.hc) added keyboard region selection
     - *NEW" HidSerialCommand (.sh) ability to send HID like responses over the Bluetooth or USB serial transport
     - InventoryCommand (.iv) added channel frequency, phase reporting. Added reader local duplicate removal switch
     - ReadTransponderCommand (.rd) added channel frequency, phase reporting.
     - ShowRegionCommand (.sr) where supported reports regulatory region and min and max output powers
     - SleepCommand (.sl) added reboot parameter
     - VersionCommand (.vr) reports power handle's firmware, bootloader, serial number when fitted

     version 1.1.0
     - AsciiCommander now provides the "ResponderChainError event" to notify Apps when an Exception is thrown in the ResponderChain.
     - Modifying the AsciiCommander's ResponderChain from within a Responder will no longer cause the Reader to disconnect.
     - Exceptions thrown in Responders will no longer cause the Reader to disconnect.
     - Added support for 2166 Reader

     version 1.0.1
     - Added support for 1119 UHF Reader snap-on for the MC67 Android.
     - Calls to ListAvailableReadersAsync() can now detect USB devices attached before the App launched (and ask for permission to use it) - Android only
     - Improved handling when AsciiCommander.Transport is changed - Commands and Responders will receive the Command aborted "ER: 015" terminator to ensure commands issued on the outgoing Transport are terminated cleanly.

     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