Tsl.AsciiProtocol
0.9.3
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
<PackageReference Include="Tsl.AsciiProtocol" Version="0.9.3" />
paket add Tsl.AsciiProtocol --version 0.9.3
#r "nuget: Tsl.AsciiProtocol, 0.9.3"
// 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 | Versions 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. |
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 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