frankmorgner / vsmartcard

umbrella project for emulation of smart card readers or smart cards
http://frankmorgner.github.io/vsmartcard/
684 stars 197 forks source link

Keypad Reader (SPE) Support #276

Open smichaku opened 1 month ago

smichaku commented 1 month ago

Hello,

I have been using the relay feature of vicc for a while now for relaying physical cards from a host to a guest VM on Windows. I use the Bix virtual reader driver in the guest. This works well for ordinary readers, however, when I try using a reader with a keypad (SPE) I get the windows UI prompt in the guest VM to enter the PIN instead of requesting to insert it on the reader device.

Is this supported? If not, what would it take to add support for it?

Thanks, Micha

frankmorgner commented 1 month ago

How this could be implemented, I explained in my comments in this issue https://github.com/frankmorgner/vsmartcard/issues/264

However, I don't currently have time to implement this.