Microsensys.iIDReaderLibrary 1.0.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Microsensys.iIDReaderLibrary --version 1.0.3
NuGet\Install-Package Microsensys.iIDReaderLibrary -Version 1.0.3
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="Microsensys.iIDReaderLibrary" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsensys.iIDReaderLibrary --version 1.0.3
#r "nuget: Microsensys.iIDReaderLibrary, 1.0.3"
#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 Microsensys.iIDReaderLibrary as a Cake Addin
#addin nuget:?package=Microsensys.iIDReaderLibrary&version=1.0.3

// Install Microsensys.iIDReaderLibrary as a Cake Tool
#tool nuget:?package=Microsensys.iIDReaderLibrary&version=1.0.3

iIDReaderLibrary

This library implements basic communication features compatible with Micro-Sensys RFID readers.

For most applications it is recommended and easier to use one of the available wrapper libraries also available to use:

  • iIDReaderLibrary.DocInterfaceControl for DOC communication
  • iIDReaderLibrary.SpcInterfaceControl for SPC communication

Once one of the above mentioned libraries is included in a project, this library is also added as a dependency and all its functions available for developers.

Get started

To get started and for more details how to interact, multiple sample codes are available under our GitHub: https://github.com/Micro-Sensys/

License

See LICENSE.txt

Product 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Microsensys.iIDReaderLibrary:

Package Downloads
Microsensys.iIDReaderLibrary.DocInterfaceControl The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This library provides DOC (Direct Online Communication) mode communication with Micro-Sensys RFID readers. Using the functions implemented is possible to search for a transponder (Identify), read data from transponder memory (ReadBytes), write data to a transponder memory (WriteBytes) or get measurements from TELID® transponder sensors. It is possible to call blocking functions, async functions and run the functions in separate threads. Used Type: iIDReaderLibrary.DocInterfaceControl

Microsensys.TELIDLibrary The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This library provides functionality to read and configure TELID data loggers using a Micro-Sensys RFID reader.

Microsensys.iIDReaderLibrary.SpcInterfaceControl The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This library provides SPC (Script Packet Communication) mode communication with Micro-Sensys RFID readers. It will handle the communication using the standard format, and will automatically decode the Heartbeat information. Furthermore send (if supported by script) and receive of data commands is supported. It is possible to call blocking functions, async functions and run the functions in separate threads. Used Type: iIDReaderLibrary.SpcInterfaceControl

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 1,120 8/26/2022
1.0.3-vrc 119 8/10/2022
1.0.3-rc 172 8/5/2022
1.0.2 1,493 4/28/2021
1.0.1 318 4/9/2021
1.0.0 752 3/22/2021

Solved small bugs.
Added support for legacy HF readers (restricted support)
Implemented functions to scan, and read transponder memory contents right after found.