Walter Franzini wrote:
> > SCR Reader API version 1.0
> >
> > SCR_GetAPIVersion - Allows the caller and the vendor to negotiate which
> > version of the Smart Card API to use
> Can you provide an example ?
>
> ...
>
> >
> > SCR_GetValidSlots - Called to enumerate and determine the capabilities
Walter Franzini wrote:
> char CT_Init (unsigned int ctn, unsigned int pn);
>
> pn "denotes the physical interface through wich the CardTerminal is
> accessed".
> In ctapi.pdf (page 25) you can see how port numbers map to physical
> address.
> In ctapi-0.96/scio.c we can find another way to map
>From what I understand the CT-API is mainly just useful for opening
communications with either the reader or the card. I have seen some
concern about how to do reset, find status etc. For example on the
Reflex 62 the following will perform a Reset:
unsigned char dad=1; /* Reader */
unsig