smart card reader/writer for Arduino!

Hi all,

I'm looking for a smart card (normally credit card size) reader/writer for Arduino... an Arduino smart card shield for read/write data from chip card with APDU commands.

I found only a sim card shield.
It is not suitable for my application.

Anyone have any experience with this type of application?
Thx!

While not direct arduino documentation this pretty much covers everything

edit: wait is APDU externally clocked? If so you should be able to write a bit-bang protocol implementation

hi zed,
how goes it with your smart card ? just asking as i am also interested in being able to read and write to one myself .