Microsensys.iIDReaderLibrary
1.0.4
Prefix Reserved
dotnet add package Microsensys.iIDReaderLibrary --version 1.0.4
NuGet\Install-Package Microsensys.iIDReaderLibrary -Version 1.0.4
<PackageReference Include="Microsensys.iIDReaderLibrary" Version="1.0.4" />
paket add Microsensys.iIDReaderLibrary --version 1.0.4
#r "nuget: Microsensys.iIDReaderLibrary, 1.0.4"
// Install Microsensys.iIDReaderLibrary as a Cake Addin #addin nuget:?package=Microsensys.iIDReaderLibrary&version=1.0.4 // Install Microsensys.iIDReaderLibrary as a Cake Tool #tool nuget:?package=Microsensys.iIDReaderLibrary&version=1.0.4
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 | 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 | 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. |
-
.NETStandard 2.0
- System.IO.Ports (>= 6.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsensys.iIDReaderLibrary:
Package | Downloads |
---|---|
Microsensys.iIDReaderLibrary.DocInterfaceControl
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
This library provides functionality to read and configure TELID data loggers using a Micro-Sensys RFID reader. |
|
Microsensys.iIDReaderLibrary.SpcInterfaceControl
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.
Solved small bugs.
Added support for legacy HF readers (restricted support)
Implemented functions to scan, and read transponder memory contents right after found.