RfID reader C code
LauraB
Posts: 2
HI Everybody
I have built a circuit using PIC16F887 and Micro RWD MF-IC. Microcontroller is on PICKit 3.
http://www.ibtechnology.co.uk/pdf/MF_ICprot.pdf
It's both write and read solution. The baund has to be 9600. Anybody has seen similar project? Especially write is too difficult for me. I just need to write something to the card and then read. Without lcd etc.
Maybe i can project for Arduino? http://www.arduino.cc/playground/Learning/PRFID
Would you please help me?
Laura
I have built a circuit using PIC16F887 and Micro RWD MF-IC. Microcontroller is on PICKit 3.
http://www.ibtechnology.co.uk/pdf/MF_ICprot.pdf
It's both write and read solution. The baund has to be 9600. Anybody has seen similar project? Especially write is too difficult for me. I just need to write something to the card and then read. Without lcd etc.
Maybe i can project for Arduino? http://www.arduino.cc/playground/Learning/PRFID
Would you please help me?
Laura
Comments
Microchip DOES have support forums for the PICKit stuff. You can go here
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en023805
and choose Forums from the dropdown list under "Support". The forums there look reasonably active, and you should probably find the help you're looking for without too much trouble.
If you do decide to go Arduino, there are very active support forums for that platform as well. In general, you're most likely to get the coding help that you need if you ask at the forums designed for the chip you're using.
Thank you for the answer
Regards