- This topic has 2 replies, 3 voices, and was last updated 7 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › how to interface an rfid to send data simultaneously to an 8051 and a pc
i need help on how to interface an rfid to send data simultaneously to an 8051 and a pc……
Hi,
Do you want to know how to interface 8051 and pc?
Hi there
It is really easy. Most of the RFID's just transmit data serially which involves only their Tx pin to be connected to the Rx pin of the receiving device, whether it be a microcontroller or a PC. For PC, you will also need an USB to TTL converter. To simultaniously receive data, you can just simply connect RFID's TX to both RX pins (microcontroller's and PC's) at the same time. This is possible because there is only one-way communication happening here i.e RFID transmits and other devices receive.