Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programming language to access RFID

I would like to create a project that uses RFID technology. I don't know which languages can be used to retrieve RFID data. Is there a list of languages that provide good support for retrieving RFID data, and if so, is there sample code available? I have found some resources which seemed to indicate that Python can be used, however I'm not very experienced with Python. Any help or guidance will be appreciated.

like image 532
amerr Avatar asked Mar 09 '11 16:03

amerr


People also ask

Which language is used for RFID?

php - Programming language to access RFID - Stack Overflow.

Is RFID like bar coding?

Differences Between RFID and Barcodes Barcodes require the scanner to have a direct line-of-sight with the code where are RFID is a near-field technology, which allows the scanner to read the tags within a range and without a direct line-of-sight.

Which microcontroller is used in RFID?

Radio Frequency Identification (RFID) uses radio frequency to read information stored in a RFID card or tag. In this project we are going to Interface EM-18 RFID reader with 8051 microcontroller and display RFID card number on 16*2 LCD display.


1 Answers

Check out Arduino together with Parallax RFID reader. You can program it in C.

like image 86
powtac Avatar answered Oct 06 '22 10:10

powtac