Frank Morgner

Results 602 comments of Frank Morgner

You need a reader with a PIN pad. This is currently not implemented in the virtual/remote reader. Implementation of that would be fairly simple, you only need to implement [PIN...

For constructing the APDU, PC/SC pt 10 actually references [USB CCID](https://www.usb.org/sites/default/files/DWG_Smart-Card_CCID_Rev110.pdf). In PC_to_RDR_Secure the formatting is described and the USB standard even has a number of *Examples of PIN Management*....

Thank you. Could it be that the maximum frame size is miscalculated? ISO 14443-3: ![grafik](https://user-images.githubusercontent.com/1266577/224986420-b475e28f-0682-4aca-afa8-b094733da1b0.png) It looks like a maximum frame size *code* of, e.g., `0` should be mapped to...

I don't have experience on which value to choose as best guess, so I'd leave this up to you.

There is no file or reference to a VirtualSCReaderDriver.h.cpp in some project file. We only have a module (`coclass`) with that name. Try pasting the the exact error message or...

did you use test signing (for local installation) or did you sign with some other certificate? In the latter case, the system needs to trust this certificate, see http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html#istalling-vpcd-on-windows

did you install the certificate as described here http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html#istalling-vpcd-on-windows

you can download the vicc binary to your pc and check whether it can connect to the local reader instead of using the android app to confirm

`vicc -vvv` should print some output if the connection is good