Ajay wrote: > Folks: > > > > Is there any way in the PCSC framework to find out, which USB based > reader is connected to which bus:device ? When I call > SCardListReaders(), I get the list of readers, but no clue, which reader > is on which bus:device. Since I’ve several of the same kind of readers > connected to my system, I need to know which reader is which. The driver > for the reader is v3.0 based. > > > > Any way to accomplish this ?
Depends on the operating system. At the boot process in Linux the USB driver for the reader is loaded attached to a USB bus number. This information can be obtained with dmesg or is stored in /sys/ or /proc somewhere. Look around. Karsten > > > > Thanks > > > ------------------------------------------------------------------------ > > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
