Hallo, I have developed the smartcard driver. It works good , but i have detected the following problem. The smartcard has an ATR with TA1=B7 , the value 7 was RFU in the older ISO spec and was specifeid in the newer versions.
For the WinXP x86 the SmartcardUpdateCardCapabilities treats this value as RFU and returns an error code.
For the WinW7 x64 the SmartcardUpdateCardCapabilities treats this value as correct value and returns SUCCESS code.
On the WinXP x86 I can communicate with the same ICC using another card reader.
What have I to modify in my driver?
Thanks
|