frankmorgner / vsmartcard

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

Support max reader num? #263

Closed visualhbqq closed 5 months ago

visualhbqq commented 5 months ago

Expected behaviour

What should happen? I want config 128 readers. On windows 10.

Actual behaviour

What happens instead? but only has 10.

Steps to reproduce

  1. config C:\Windows\BixVReader.ini
  2. NumReaders=128
  3. Reader0-Reader127
frankmorgner commented 5 months ago

I don't think that there's a limitation regarding the maximum number of readers in my code, it seems you hit Windows' limitation. PCSC-Lite has a compile time default of max 16 readers. In this thread, you also find a confirmation of the Windows limitation of 10 readers.