Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

Can any one guide me to develop an application that can be used with RFID Reader and maintain records in database as per Reader events. Normally readers comes with SDK (C++ or C#), and we need to develop a communication application first and then a front end application for system configuration and reporting.
Posted

1 solution

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.
 
Share this answer
 
Comments
Mohammad Shahid Ali Ashraf 23-Dec-14 2:31am    
Thanks Shanu, I am using a standalone RFID Reader with TCP/IP port and have the SDK (C++). I dont know C++ language much and need to develop communication app that inserts records in SQL and update settings in readers as per software instruction. Could you please elaborate the solution.
syed shanu 23-Dec-14 2:36am    
I have worked with C# and why you chose c++.I know the basic SDK will be in C++ and some company will give both C++ and C# SDK.So Check with the manufaturar of RFID reader for C# version of SDK.if they dont have one ask them to provide them one sample code for c#.Suerly they will support you.
Mohammad Shahid Ali Ashraf 23-Dec-14 3:05am    
Ok as per my inquiry, manufacturer agreed to provide C# SDK. Now plz guide me further.
syed shanu 23-Dec-14 3:08am    
its simple now.You can get sample of RFID tag read and write from the SDK.
first create one sample program for working with RFID tag read and write.
Then in your application as you do other fucntions to store data in DB you can use same but before insert data to rafit table get the tag name.
katkot_rewsh 26-Jun-20 8:01am    
The question now how to link the SDK with visual studio and make simple read and write function ?
any one can Help with the code

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900