问题描述
大家好,我正在尝试使用C#.Net将RFID与窗口软件集成,但我遇到了问题。在这种情况下,我想使用RFID读取,写入,删除数据到医院管理软件的卡,以便该卡保存患者的全部细节。在这里,我想清楚我不想将数据保存到数据库中。我只想在C#中使用RFID设备将数据写入卡中。因此,在C#.Net中使用RFID设备再读取数据以及从卡中删除数据等两项操作。
我需要你的帮助,谢谢。
我尝试了什么:
我尝试过以下链接的参考:
(1) - []
(2) - []
Hello guys, I am trying to integrate RFID with a window software using C#.Net but I am getting problems to do this. In this case, I want to read, write, delete data using RFID to a card for Hospital Management software so that card holds full details of Patients. Here I want to clear that I don't want to save data into database. I only want to Write Data into card using RFID device in C#. Hence for two more actions like Read Data as well as Delete Data from card using RFID device in C#.Net.
I need your help guys, thank you.
What I have tried:
I have tried a reference provided to the following links:
(1) - RFID Programming[^]
(2) - How to read RFID data from serial port in C# smart device?[^]
推荐答案
这篇关于如何使用C#将RFID与窗口软件集成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!