ann WROTE:hi, I had bought RFID Reader from one RFID company. I would like to do the RFID based door access control system. I has done a lot of researched and found mostly of the RFID based door access control system project using the microcontroller.My problem is the rfid reader that I had bought can be used only with a computer over USB. There is no UART pins available that is neccessary for Microcontroller communication. Is there any way to solve this problem?or use any electronic component or software that can make rfid reader to connect with the door?
ober WROTE:Yup, most of microcontroller does not have USB peripheral, even it has, most are USB device. You will need a USB host to connect USB device (in this case, the RFID reader is USB device). OK, let's say you get a microcontroller with USB host, you will still have much of work to do before you could use it.
But there is still hope, check what will the RFID become when you connect it to computer. Normally it is HID (Human Interface Device) or Virtual COM (COM Port). If it is Virtual COM, the RFID might be using a UART to USB converter internally. If so, it is hackable, but still, a lot trial and error, experimenting and study is needed.
If you want to avoid all this, get a UART interface of RFID reader, example: http://www.cytron.com.my/viewProduct.php?pcode=RFID-IDR-232N&name=RFID%20Reader%20RS232%20(New)
gadgetng WROTE:ann WROTE:hi, I had bought RFID Reader from one RFID company. I would like to do the RFID based door access control system. I has done a lot of researched and found mostly of the RFID based door access control system project using the microcontroller.My problem is the rfid reader that I had bought can be used only with a computer over USB. There is no UART pins available that is neccessary for Microcontroller communication. Is there any way to solve this problem?or use any electronic component or software that can make rfid reader to connect with the door?
Isn't this is what you want to do, http://www.cytron.com.my/viewProduct.ph ... oor%20Lock ?
ann WROTE:When the RFID connect to my computer, it is become a Virtual Com (Com Port).As you mention, the RFID might using a UART to USB converter internally. If it had been done on like this, how to solve and configure it in order to make the RFID can connect to the door?
ober WROTE:ann WROTE:When the RFID connect to my computer, it is become a Virtual Com (Com Port).As you mention, the RFID might using a UART to USB converter internally. If it had been done on like this, how to solve and configure it in order to make the RFID can connect to the door?
In that case, you will need to hack it. Hacking will always need to take risk of damaging the product and require your experiences and knowledge. Try to open and study whether there is a USB to UART chip in between the actual RFID reader, if so, tap the UART pins out using logic analyzer or oscilloscope to verify the waveform. That will require your skill and understanding.
Users browsing this forum: No registered users and 2 guests