On 26/11/05, Peter Koch <[EMAIL PROTECTED]> wrote: > Hi all! Hi,
> Some month ago you discussed on this list what SCARD_CTL_COD-macros should > be defined in the pcsc_lite header files. > > I searching for the SCARD_CTL_CODE value that will allow me to use the > secure PIN entry of a Dell smart card keyboard. I already have that value > for the Dell SK-3106. > > Can I use 3400 to query the driver about the correct value? And if yes - how > does that work? Yes, 3400 is (should be) the correct value, defined by PC/SC v2 part 10 IIRC. You can have a look at my sample program [1]. It may not work directly under Windows since some structures will be missing (they are defined in pcsc-lite [2]). Good luck :-) [1] http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/examples/scardcontrol.c?op=file&rev=0&sc=0 [2] http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/PCSC/reader.h.in?op=file&rev=0&sc=0 -- Dr. Ludovic Rousseau For private mail use [EMAIL PROTECTED] and not "big brother" Google _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
