How to connect to RFID RC522

Hi all,
I am trying to connect the imp 001 to an RFID reader (RC522), but have been unable to locate any sample code. Can anyone point the direction to any RFID reader code for the imp; or any one interested in porting the MFRC522.h and MFRC522.cpp here: https://github.com/miguelbalboa/rfid

Pete

http://forums.electricimp.com/discussion/2571/rfid-project#Item_12

The project linked above uses a different reader circuit — the RC522, although based on the same MFRC522 chip, appears to be hardware set to SPI mode and to prevent a connection using the UART.

So, best bet for this board is to indeed to port the SPI library.