HELP WITH RFID Card Reader Serial 28140 ??
dode
Posts: 1
how i connect RFID Card Reader Serial 28140 to microcontroller pic16f877a ??? please tell me in detail how i can read tags !!
one other thing i need if anyone have the code for the rfid in mikroc language plz give it to me
one other thing i need if anyone have the code for the rfid in mikroc language plz give it to me
Comments
The Serial RFID Reader has a serial output and an enable input line. You have to provide +5V and ground (0V) power to the Reader and the enable line has to be high (+5V) when the RFID Reader is inactive and low (0V) when you want the Reader to be active. When active and when an RFID card is present, the RFID Reader will continuously provide standard 8-bit serial data at 2400 Baud on its output pin. This output is idle at +5V (1 bits) and goes to 0V (0 bits) as needed. Any 5V compatible microcontroller can receive this using either built-in hardware or serial input software. We can't help you with this part. You'll have to go to the Microchip support website for sample code and suggestions.
I have programmed pic16f877a controller to work with 28140 RFID card reader. it is compatible with Microchip controllers. But, the code I created was in MikroBasic. If that would be useful for you, plz let me know.
Regards,
Luis Llerena A.