Tsl.AsciiProtocol.Std
1.5.0-Beta2
See the version list below for details.
dotnet add package Tsl.AsciiProtocol.Std --version 1.5.0-Beta2
NuGet\Install-Package Tsl.AsciiProtocol.Std -Version 1.5.0-Beta2
<PackageReference Include="Tsl.AsciiProtocol.Std" Version="1.5.0-Beta2" />
paket add Tsl.AsciiProtocol.Std --version 1.5.0-Beta2
#r "nuget: Tsl.AsciiProtocol.Std, 1.5.0-Beta2"
// Install Tsl.AsciiProtocol.Std as a Cake Addin #addin nuget:?package=Tsl.AsciiProtocol.Std&version=1.5.0-Beta2&prerelease // Install Tsl.AsciiProtocol.Std as a Cake Tool #tool nuget:?package=Tsl.AsciiProtocol.Std&version=1.5.0-Beta2&prerelease
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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid60 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. uap10.0.15063 is compatible. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.7.0 | 2,464 | 8/14/2024 |
1.6.0 | 12,022 | 11/23/2022 |
1.5.0-Beta2 | 521 | 11/2/2021 |
1.4.4-Beta4 | 1,103 | 4/27/2021 |
1.4.4-Beta1 | 1,986 | 4/16/2020 |
1.4.3 | 21,886 | 2/5/2020 |
1.4.0 | 1,420 | 11/19/2019 |
1.4.0-beta-14 | 599 | 10/24/2019 |
1.4.0-beta-13 | 418 | 10/23/2019 |
1.4.0-beta-11 | 853 | 9/17/2019 |
1.3.7-beta-1 | 754 | 8/9/2019 |
1.3.0-alpha-7 | 580 | 5/30/2019 |
version 1.5.0
- Added Abandon() method on IAsciiTransport - use this with iOS when the Reader has been sent a SleepCommand to ensure that its transport cannot be connected to until the Reader is reconnected. On other platforms this is the same as Disconnect().
- Added support for Datalogic devices to the host barcode scanning.
- BugFix: iOS - Attempting to connect to a transport that is Lost or NotAvailable will now fail
version 1.4.4
- Fixed occasional, intermittent iOS connection issue
- Fixed issue with UWP USB connections after Reader has reset
- Removed (unused) dependency on Android support lib
- BugFix: Removed issue of extraneous ".vr" command when iOS device connects
- built for Android TargetFramework v10 (API level 29)
version 1.4.3
- Bug fix: iOS reconnection, after Reader has gone away, is now working - both after the connection is lost or if the Reader is put to sleep programmatically.
- The ConnectionState.Lost is no longer signalled for iOS transports - replaced with ConnectionState.NotAvailable
- Improved handling of lost connections on all platforms
- Bug fix: Multiple, active Reader connections are now supported on iOS - maximum simultaneous connections is limited by iOS
version 1.4.0
- First release of the new, high-level, Reader Operations API aimed at simplifying common RFID tasks.
Sample Code, demonstrating the use of the Reader Operations, is available in the TSL Xamarin.Std SDK
The Execute extensions for IAsciiCommander have been restored.
Fixes possible data loss issue with the Android USB support
version 1.3.7
- Fixes issue with reconnecting Readers (iOS, Android)
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
- first release of the .NET Standard version of this SDK. At version 1.3 to bring in line with the Tsl.AsciiProtocol PCL version of this library