Is there any library in .NET Core for RFID read and write

Naseer Naseer 6 Reputation points
2021-02-12T15:34:19.39+00:00

Hello,

I am working on a project which uses RFID smart card to access room, so when user access room his/her details should be read and stored in database, and also can put restriction on card like time and number of access per day.

So is there any solution for this to write cards and read them in asp.net core.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,233 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
294 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
28 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. 徐凤辉 1 Reputation point
    2022-03-09T03:16:11.863+00:00

    This requires the SDK provided by the RFID module manufacturer to work.
    It can usually be connected through Bluetooth, serial port, USB, etc.


    If your RIFD module access interface supports LLRP protocol, it can be very general.

    LLRP is a hierarchical access control protocol after all.

    You can visit http://llrp.org/ for more.