Re: Re: writing a binary file on basic card


[ Follow Ups ] [ BasicCard User Forum ]

Posted by massimilianof (87.17.219.140) on April 28, 2006 at 15:47:40:

In Reply to: Re: writing a binary file on basic card posted by christian on April 28, 2006 at 05:33:25:

thanks christian for your response. If I have understood with a custom command I can't read or write binary data or data strings with more of 255 characters lenght. Only with the defined basic card file systems command I can put/get binary file to/from a basic card. Ex to put binary data-->APDU-->CLA 06 INS 93 P1 00 P2 00 LC 0400 IDATA BitesArray(2048)...It is correct?
And last to activate file system on a card:
Dir "\"
Write UNLOCK
Read UNLOCK
End Dir
DIR "\PRIVATE"
Write LOCK
Read LOCK
End Dir
I'm I wrong?
Thanks for all support you will give me and to the other forum's users.


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]