Re: first step...


[ Follow Ups ] [ BasicCard User Forum ]

Posted by zeitcontrol (145.254.158.85) on August 20, 2003 at 05:28:00:

In Reply to: first step... posted by stephane on August 08, 2003 at 08:36:17:

Hello,

1. In "RUN" mode only access through custom methods are possible. From the terminal /API-OCX you you can only call commands in the card. So it is up to you to define the access right (with the program code in the card). In Chapter 7.7.2 (Pre-Defined Commands - a Summary) is a list how commands works different according to the selected state.

2. This depends mostly on your own prefences. If you just have a few data to store with a fixed sized length it is better to use EEprom variables.
If you want to integrate the pocket reader in
your application it is also better to use only
EEprom variables in the pocket reader commands.
If you have different amount of data to store it might be more simple to use file structure. But you have to check your security since it is possible to access the contents of the file from the host without calling a command first (Chapter 4.9 File Locking and Unlocking)

hope it helps

Juergen Mengeling
ZeitControl


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]