Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

RFID and MAX232 connection with microcontroller

Status
Not open for further replies.
i think no max 232 is available...then how to connect rfid, max232, controller. whether the D0,D1 pin should connect to max 232?
 

which RFID module are you using? send the picture of your module or schematic. if you dont have max232 on the rfid board then you may need one circuit for that and a max 232 at the controllerend too. what interface does your rfid module use? first connect rfid module to serial port of pc and in hyperterminal after setting the terminal setting properly swipe the rfid card and see if you see any output printed on the terminal.
 
  • Like
Reactions: bagya

    bagya

    Points: 2
    Helpful Answer Positive Rating
i will get the output in Wiegend Protocol then how i want to compare this with the tag ID which i stored in Program
 

If D0 and D1 are giving TTL o/ps then why do you have to connect it to MAX232? Can't you connect it directly to mcu? What are the pin specifications of D0 and D1?

For Example If The card Shown Above is Placed on the Reader ,
UART Data Will be 159 48659
Parity |---8BIT--|-------16BIT---------------|Parity
Wigend O/p Will be 1 1001 1111 1011 1110 0001 0011 0
 

check this link...my rfid diagram is available here.
**broken link removed**

- - - Updated - - -

yes it correct..i can connect directly to mcu. The pin D0,D1 will give the wiegend protocol output. where low signal send through D0 and high signal will send through D1.
 

Last edited:
  • Like
Reactions: bagya

    bagya

    Points: 2
    Helpful Answer Positive Rating
i am getting TTL o/p then what is the need of max 232.pls explain it in brief.the rfid which iam using is mentioned below
**broken link removed**
 

can any one expalin how to interface wiegand output to microcontroller unit
 

can u send program in keil C
 

See this link, there are links to schematic and sourc codes for PIC using weigand.**broken link removed**
Can you use PIC mcu?
 
Last edited by a moderator:

it is possible to connect TX PIN of MAX 232 directly to RX pin of 8051
 

Attachments

  • images.jpg
    images.jpg
    7.6 KB · Views: 74
Last edited by a moderator:

thank u...can i use this RX Pin of 8051 as interrupt which i connected to TX PIN of MAX 232
 

Last edited:

can u tell how to get 8bytes of data from RFID using SBUF in microcontroller...iam doing in keil c...but i cant able to collect the data in subf.

- - - Updated - - -
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top