Getting PCSC reader serial number with WinSCard

后端 未结 2 1336
醉酒成梦
醉酒成梦 2021-01-12 18:01

I have a problem with getting PCSC reader serial number if card is not present in the reader. I am using winscard.dll and c++.

The following code will work only for

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-12 18:54

    Maybe i'm a bit late - but anyway...

    You can connect directly to the card reader using the SCARD_SHARE_DIRECT flag with SCardConnect. At least with us this works fine.. (we use a protocol flag of "0x00")

提交回复
热议问题