Tech Support > Microsoft Windows > Drivers > USB SCard Reader Driver
USB SCard Reader Driver
Posted by on December 11th, 2003


Hello !
I need to write a USB SCard Reader driver.
DDK provides an example of USB generic device and an
example of PCMCIA SCard Reader.
Is it possible to somehow merge them ?
Or may be there is another way to build a USB SCard Reader
driver without developing it from the scratch ? (or bying
from MS programmers who sell such products independently
from MS)

Thank you !

Posted by Walter Oney on December 11th, 2003


anonymous@discussions.microsoft.com wrote:
Probably not. Microsoft provides a free one that covers the 90% of the
USB CCID spec that most people want. I sell a driver that covers 100% of
the spec. So your first step would be to engineer the firmware to make
it a CCID-class device.

--
Walter Oney, Consulting and Training
Basic and Advanced Driver Programming Seminars
Check out our schedule at http://www.oneysoft.com


Similar Posts