Re: T=0 development


[ Follow Ups ] [ BasicCard User Forum ]

Posted by loud (88.11.241.25) on April 03, 2008 at 08:58:02:

In Reply to: T=0 development posted by loud on April 03, 2008 at 08:55:28:

Hello, I've try to implement existing T=0 command specification on ZC5.4H, and have a trouble with several commands. The most what I dont know how to create is command to receive data from card... Other words how to initiate command "outgoing data only" ?

1. I know that card contain XX bytes for me, and I need to retrieve it
2. The command form is:
D0 CA 00 00 [XX] where
D0 - Cla,
CA - Ins
P1 = P2 = 00
XX - required data length (may vary)
3. Card contain for example 6 bytes for me
4. Exchage should happens if XX correct
IFD -> ICC : D0 CA 00 00 06
IFD ICC : D0 CA 00 00 06
IFD ICC : D0 CA 00 00 05
IFD <- ICC : 90 11


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]