Le mercredi 04 juin 2003 � 21:44:41, sh a �crit: > Is it possible to access memory cards on Mac OSX? If I try to connect with > protocol set to SCARD_PROTOCOL_RAW the returned value for protocol is always > -1 (0xffff).
Memory card (synchronous cards) are not supported by PCSC (even on Windows, it is not a limitation of the Muscle implementation). Some reader driver can manage memory cards using the CT-API. Some memory cards are asynchronous cards and can then be used by PCSC and any reader. If you get an ATR (try pscs_scan [1] for example) your card should be asynchronous and then usable with PCSC. Regards, [1] http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools.html -- Dr. Ludovic Rousseau [EMAIL PROTECTED] -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. -- _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
