On 26/11/05, Peter Koch <[EMAIL PROTECTED]> wrote: > Dear PC/SC-experts!
Hello, > I'm using PC/SC under WIndows so this question is a little off-topic. But my > impression is that the real PC/SC-experts are on this list, so maybe you can > help me. :-) > I built a smartcard-application under WIndows that uses secure PIN-entry > with the following readers: > > - all sorts of Kobil serial readers > - Cardman 3620 serial and USB > - Cherry keyboard serial > - Dell keyboard SK-3106 > > For each of these readers I'm using > > SCardControl(card, SCARD_CTL_CODE(scode), ibuf, il, ..... > > with some reader-specific values for scode and ibuf. It wasn't easy to find > these numbers but now I'm stuck. > > I just orederd 50 Dell smart card keyboards wich are supposed to contain the > same reader than the old Dell SK-3106. But the values for scaode and ibuf > don't work any more and nobody knows what values are needed. > > Do you have any idea where I can find that information??? Your CCID-driver > seem to support both Dell keyboards. You should have a look at PC/SC v2 part 10 [1]. This part deals with readers with PIN pads. Maybe the new Dell keyboard driver is using this (new) specification. FYI I am using this specification to add support of PIN pad readers in my CCID driver [2] and pcsc-lite. Maybe you will want to use your reader and your application under Unix? Bye, [1] http://www.pcscworkgroup.com/specifications/specdownload.php [2] http://pcsclite.alioth.debian.org/ccid.html -- 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
