Re: writing a binary file on basic card


[ Follow Ups ] [ BasicCard User Forum ]

Posted by christian (84.131.19.93) on April 28, 2006 at 05:33:25:

In Reply to: writing a binary file on basic card posted by massimilianof on April 27, 2006 at 02:48:24:

You cannot pass an array as a parameter to a command, you have to use a String or String*N data type to pass binary data. Also no more than 255 bytes can be passed as parameters to a command, so you need to split the transmission into several command calls.

Or you can use the file system commands from the terminal to write directly to the card. (Use locks for access rights if needed.)



Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]