Integration of RFID reader with microcontroller through serial port

ankit19

ankit19

@ankit19-obs8Ek Oct 25, 2024

hi everyone... i need to send the RFID reader(Promag GP30) data to a microcontroller (similar to 8051 but with two serial ports) and process the information (about RFID tag that is read) in the microcontroller and accordingly send data to a wireless device(zigbee based) using the other serial port .
I need help in the microcontroller code related to RFID frame received.
Please help...if someone have worked on a similar project.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • amolhshah

    amolhshah

    @amolhshah-66jpvB Aug 1, 2008

    the o/p of the RFID reader is RS 232 right@ 9600bps? so you will require MAX232 IC to interface the reader to the controller, you can also connect the reader to the PC's com port to read the data sent by the reader, use windows utility HYPER Terminal to see the what data is sent by the reader
    check this link for hyper terminal setting
    #-Link-Snipped-#

  • zatin_gupta2000

    zatin_gupta2000

    @zatin-gupta2000-PoubI9 Sep 22, 2011

    how to do two way serial communication between two computers......??

  • magnatron

    magnatron

    @magnatron-1eDwoP Sep 23, 2011

    why use the uC ? directly interface the RFID tag to the zigbee module. 'cse zigbee support RS232 communication.