Re: Implementing a basic card first time


[ Follow Ups ] [ BasicCard User Forum ]

Posted by christian (84.131.3.113) on August 19, 2005 at 12:33:16:

In Reply to: Implementing a basic card first time posted by massimilianof on August 15, 2005 at 12:19:57:

Downloading any image to an Enhanced BasicCard enables it's file system. (As long as its source doesn't contain "#Files 0")
But if you want to copy data to your card's filesystem, you'll have to define access rights for the root directory. The following source enables both read and write access to the card's subdirectory.

Dir "\"
Read Unlock
Write Unlock
End Dir


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]