2007/9/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I found that testpcsc.c has a limit of 50 for readername. Maybe that can be > modified > to a higher value and tried. Any specific reason for restricting it to 50?
The limit is MAX_READERNAME defined as 52. This is a limitation of the protocol between pcscd and libpcsclite. Using a bigger value is on the TODO list of a communication protocol upgrade. Contact me if you want to speed up the development. Regards, -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
