Hi Giuseppe, My name is Amira and I've written Athena's ASE III drivers on Linux.
Regarding the ATR issue: since not all memory cards return an ATR we decided not to return it. However, if you need it you should do the following: 1) In the file InitCardParams.c, comment out the line: memset(atr, 0x00, sizeof(ATR)) (it should appear near the end of the file) 2) Repeat it for all drivers and re-compile them. Try working with the cards now. I tested it under pcsc-lite-1.1.2beta4. Should you need any further assistance please don't hesitate to contact our support at [EMAIL PROTECTED] Regards, Amira. -----Original Message----- From: kalbun [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 10:30 AM To: muscle Subject: [Muscle] problems with Athena ASE MP cards Recently I started working with Athena ASE III readers (both serial and USB models) and pcsc-lite. The daemon works correctly, but when a card is inserted, a null ATR is returned. We tested two card models (MP28 and MP42) with the same result. While you can still work with the cards using pcsc functions such as SCardControl(), any 3rd party application that relies on ATR identification will fail. Any hint or similar experience? Tks Giuseppe _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
