>Hi guys,
>
>I'm using a Schlumberget Reflex 60 reader with 16k java cards.
>
>I'm trying to select a cardlet with AID "niamh" and when I do the
>transmit I get 0x90 0x00 back in the return string. According to the
>documentation I should be getting more information back or am I reading
>the docs incorrectly.
>
>The byte sequence I'm sending is.
>
> s[0] = 0x00; s[1] = 0xa4;
> s[2] = 0x04; s[3] = 0x00;
> s[4] = 0x05;
> s[5] = 0x6e; s[6] = 0x69;
> s[7] = 0x61; s[8] = 0x6d;
> s[9] = 0x68; dwSendLength = 10;
>
>Can anyone see anything obviously wrong here.
>
>Cheers,
>Michael.
I don't have my documentation folder handy so I can't be sure, but
I think that means that you should now send another APDU to request the
returned data - have a look in iso7816.
or - if I recall correctly - 00 a4 is just SELECT FILE - so you have to use
READ BINARY or similar to read your data.
Regards,
Phil
***************************************************************
Linux Smart Card Developers - M.U.S.C.L.E.
(Movement for the Use of Smart Cards in a Linux Environment)
http://www.linuxnet.com/smartcard/index.html
***************************************************************