Tsl.AsciiProtocol
1.0.0
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
<PackageReference Include="Tsl.AsciiProtocol" Version="1.0.0" />
paket add Tsl.AsciiProtocol --version 1.0.0
#r "nuget: Tsl.AsciiProtocol, 1.0.0"
// 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 | Versions 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. |
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 |
---|---|---|
6.1.0-alpha.297 | 110 | 9/16/2024 |
6.1.0-alpha.296 | 58 | 9/9/2024 |
6.0.1-alpha0234 | 619 | 7/3/2024 |
6.0.1-alpha0222 | 141 | 6/13/2024 |
6.0.1-alpha0202 | 107 | 5/14/2024 |
6.0.1-alpha0198 | 91 | 5/10/2024 |
1.4.0 | 9,779 | 11/19/2019 |
1.3.6 | 5,004 | 7/17/2019 |
1.3.4 | 655 | 7/12/2019 |
1.3.0-beta-2 | 483 | 5/29/2019 |
1.2.0-beta-3 | 551 | 5/1/2019 |
1.2.0-beta-2 | 907 | 4/17/2019 |
1.2.0-beta-1 | 507 | 4/1/2019 |
1.0.1 | 14,364 | 6/28/2018 |
1.0.0 | 2,590 | 2/23/2018 |
0.9.5 | 2,130 | 10/19/2017 |
0.9.5-beta | 917 | 4/12/2017 |
0.9.4 | 2,851 | 10/4/2016 |
0.9.3 | 2,445 | 6/2/2016 |
0.8.5977.30104 | 1,316 | 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