PinPad AKA SPR532 and OpenSC mini-howto
To get feedback as early as possible, here's a small tutorial how to get going with SPR532 and pinpad. There are other PinpadReaders and other interfaces but the given interface makes use of PC/SC version 2.0 spec Part 10.
Things you need to try it out:
- get yourself a SPR532 reader from www.scmmicro.com
- upgrade the firmware to the latest (at least 5.05) version using stuff from here:
http://www.scmmicro.com/support/pcs_downloads.html?PID=70&s1=6&s2
*
Notes:
- the whole topic is hairy - see discussions on muscle and opensc-devel mailinglist:
What you can do:
- test and provide feedback
- make the code of ccid library better. It seriously looks ugly when the SecurePIN functions come to play - though it works.
- help to argue how things should look like in different places and how we shall solve some issues - see DesignDiscussion
Known issues:
- It is known to work with SPR532 under Linux. In theory it should work without modifications on windows using the latest windows drivers available from the SCM specific download location above. In practice it doesn't because that given method is not supported by the windows driver.
- Support is only for T=0 cards (as of now Estonian and Belgian eID cards have been tested on Linux). It might as well work with T=1 cards, but to try it out you must disable the check for active protocol in reader-pcsc.c. Write a note here if it works.
- Support for pinpad operations in general might lag behind your needs. Patches most welcome :)
Open questions:
- SCM seems to also offer a CCID driver for LINUX: http://www.scmmicro.com/support/pcs_product_drivers.html Has anyone tested it? Does it work? martin: the usual 'binary only' whining applies. Also, there should be no difference from the pcsc v2 part 10 point of view.