I am trying to communicate with my smart card reader under windows 10 64-bit using GlobalPlatform pro
.
Just every command I execute returns an error like:
> gp.exe -l
Warning: no keys given, using default test key 404142434445464748494A4B4C4D4E4F
Failed to communicate with card in JnaCardTerminal{scardHandle=SCardContext{cd00000100000001}, name=ACS CCID USB Reader 0}: SCardTransmit got response 0x57 (null: null)
> gp.exe --acr-list-aram
Failed to communicate with card in JnaCardTerminal{scardHandle=SCardContext{cd00000100000001}, name=ACS CCID USB Reader 0}: SCardTransmit got response 0x57 (null: null)
I think there is a windows driver problem. Other programs I work with are correctly using drivers installed. What standard CCID Smart Card Reader Windows driver should be installed to recover this error?