writing a binary file on basic card


[ Follow Ups ] [ BasicCard User Forum ]

Posted by massimilianof (82.61.146.59) on April 27, 2006 at 02:48:24:

I want to put a binary file on a zc3.9 basic card. This file can be from 1K to 4K. I 'm not sure on how to declare a binary variable(or bytes array?) for input in my APDU command writebinfile. This is correct? Command &Hxx &Hxx WriteBinFile(pByte@);If I would define a fixed length in bytes for the input variable (ex. 2K), this is correct? Command &Hxx &Hxx WriteBinFile(pByte@*2048).
Thanks for help.


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]