Hello everyone, 

I am new to this list and to the topic. My goal is to read the data of a simple memory card (german health card). I work with XCode 2.1 and the PCSC framework under Mac OS 10.4.3. My card reader is the Todos Argos Mini II USB (and the SCR355). It is recognized by the deamon and SCardConnect works.

My problem: I don't find a way to read the data, or even send any commands by SCardControl. I tried following commands:
  reset the ICC {0x20, 0x11, 0x0, 0x0, 0x0}
selectMF {0xa0,0xa4,0x00,0x00,0x02,0x3f,0x00}
readBinary {0x00, 0xb0, 0x00, 0x00, 0x00}

The response buffer is 256 bytes long. But it always contains {0x00, 0x00, 0x35, 0x7b, 0x00, 0x00, (...) 0x15 (<- at index 13), 0x00, 0x00, (...)}

How do I read data from a memory card?

Thank you for your attention,

Matthias 

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to