且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何为Rfid Reader开发应用程序?

更新时间:2023-02-08 07:44:54

什么您正在使用的RFID阅读器类型。

RFID阅读器类型:

1)RFID手持阅读器:您可以使用它来使用PDA读取数据。您可以获得SDK来自制造商的C ++和C#版本。

2)RFID阅读器:这种类型的阅读器可以通过USB端口连接到您的应用程序PC。您可以从制造商那里获得C ++和C#版本的SDK 。





您需要创建一个存储RFID标签的表。首次插入RFID标签ID和RFID标签ID列应该应该是唯一的,因此应该避免使用dupilcate记录。

从上面的两个应用程序中,您可以将RFID标签的结果存储到您的数据库中。
What type of RFID reader are you using.
RFID Reader Type:
1) RFID handheld reader : You can use this to read data using the PDA.You can get the SDK from the manufacturer for C++ and C# versions.
2)RFID Readers : This type of readers can be connected to your Application PC by USB port.You can get the SDK from the manufacturer for C++ and C# versions.


You need to create an table to store RFID Tag.First time insert the RFID Tag ID and the RFID TAG ID Column should be Unique so the dupilcate record insert should be avoided.
From Both Applications of above you can store the result of RFID tags to your database.