2010/5/19 Ludovic Rousseau <[email protected]>: > 2010/5/19 Andreas Jellinghaus <[email protected]>: >> maybe there is even a portable way that works on windows too? > > I don't think so. > And pcsc-lite on Mac OS X does not show the serial number. > > PCSC defines a SCARD_ATTR_VENDOR_IFD_SERIAL_NO but it is the serial > number of the IFD (driver) not the device.
I was wrong. IFD = Interface Device. It is the reader. The driver is IFD Handler in PC/SC terminologie. So SCARD_ATTR_VENDOR_IFD_SERIAL_NO is the serial number of the device and is a PC/SC documented attribute. http://msdn.microsoft.com/en-us/library/aa379559%28VS.85%29.aspx SCARD_ATTR_VENDOR_IFD_SERIAL_NO = Vendor-supplied interface device serial number. It should work under Windows if the reader has a serial number. I will try to implement it also on the Free Software side. Bye -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
