On Mon, Aug 11, 2008 at 4:54 PM, Wesley Nugent <[EMAIL PROTECTED]> wrote:
> Well, through trial and error, I found out that my program was looking for
> the letter e to select the proper smart card.  I have no idea why, but I
> updated my scripts and it is now reading and writing.  Thank you for all of
> your help.

Start pcscd as "pcscd --apdu --forground" to list the APDU used by
your closed source programs.
Once you have the list of APDU used and you anderstand the format of
the parameters you can start writing an equivalent in the language of
your choice.

> I'm still interested in references to scriptor as I don't want to rely
> solely on the program that I don't have any source for from a previous
> developer.

scriptor does not provide a programming language. It can just send a
static list of APDU and can't even use the answers from the card.

The winscard (or PC/SC API) can be used from a large variety of
languages on Unix. Just choose one.

Bye

-- 
 Dr. Ludovic Rousseau
_______________________________________________
Muscle mailing list
Muscle@lists.musclecard.com
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to