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.

Developer technologies | ASP.NET | ASP.NET API
Developer technologies | .NET | .NET Internet of things
Developer technologies | C#
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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.