Tsl.AsciiProtocol.Std
1.7.0
dotnet add package Tsl.AsciiProtocol.Std --version 1.7.0
NuGet\Install-Package Tsl.AsciiProtocol.Std -Version 1.7.0
<PackageReference Include="Tsl.AsciiProtocol.Std" Version="1.7.0" />
paket add Tsl.AsciiProtocol.Std --version 1.7.0
#r "nuget: Tsl.AsciiProtocol.Std, 1.7.0"
// Install Tsl.AsciiProtocol.Std as a Cake Addin #addin nuget:?package=Tsl.AsciiProtocol.Std&version=1.7.0 // Install Tsl.AsciiProtocol.Std as a Cake Tool #tool nuget:?package=Tsl.AsciiProtocol.Std&version=1.7.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 | 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,396 | 8/14/2024 |
1.6.0 | 11,987 | 11/23/2022 |
1.5.0-Beta2 | 518 | 11/2/2021 |
1.4.4-Beta4 | 1,100 | 4/27/2021 |
1.4.4-Beta1 | 1,983 | 4/16/2020 |
1.4.3 | 21,865 | 2/5/2020 |
1.4.0 | 1,417 | 11/19/2019 |
1.4.0-beta-14 | 596 | 10/24/2019 |
1.4.0-beta-13 | 415 | 10/23/2019 |
1.4.0-beta-11 | 850 | 9/17/2019 |
1.3.7-beta-1 | 751 | 8/9/2019 |
1.3.0-alpha-7 | 577 | 5/30/2019 |
version 1.7.0
- Fixed case for method IAsciiConfigurableSerialTransport SetBaudRate()
- IAsciiConfigurableSerialTransport now has read-only BaudRate property
- built for Android TargetFramework v13 (with support for API level 34)
version 1.6.4
- ASCII Protocol v3 support
* new SystemCommand
* new LinkProfileCommand for accessing additional RF Profiles
* ReadTransponderCommand now has a SelectPause parameter - for use with Magnus S3 temperature sensor tags
* Added MaximumTags, MaximumRounds and MaximumDuration options to Transponder commands e.g. InventoryCommand - Series 3 Readers only
* SwitchActionCommand now supports TriggerMode for Series 3 Readers
- Additional support for the 3166 Reader
- built for Android TargetFramework v13 (API level 33)
version 1.6.3
- Support for the 3166 Reader
version 1.6.2
- Preliminary support for the 3066 Reader
version 1.6.1
- additional FTDI support added to device_filter.xml
version 1.6.0
- built for Android TargetFramework v12 (API level 31).
When targeting Android 12+ (API31+), the following permissions must be both declared in the AndroidManifest.xml and obtained at runtime:
Manifest.Permission.BluetoothConnect
Manifest.Permission.BluetoothScan
Until these permissions are obtained, the bluetooth enumerator will return an empty list.
version 1.5.1
- 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
- BugFix: 2128L/IH21L only - setting the maximum power indicated by the .iv default value no longer causes invalid argument errors
- BugFix: Commands that return transponders now clear the Transponders property at the start of each new response, as intended - fixes memory leak.
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