MUSCLE Card In/Out

1998-09-18 Thread David Corcoran
I just figured out how to do Posix threads so I will add card in/out functionality to the base resource manager. What I'm planning is to have the high level API finished soon that looks and feels like PC/SC. I will just write it on the code that I have now so you can talk to 1 reader (whichever

MUSCLE Towitoko: Select File command

1998-09-18 Thread Carlos Prados
Hello everybody, I can't make Select File command work with Towitoko + Criptoflex. I use C0 A4 00 00 02 3F 00 an I get a 6E 00 response. On 7816-4 this is described as "Checking error: class not suported". I get this result even if I use the API for Windows they supply with the reader. The Win3

Re: MUSCLE Towitoko: Select File command

1998-09-18 Thread David Corcoran
Have you tried other commands such as Get_Challenge ? C0 84 00 00 08 This might be a Towitoko tech support question. I was having a similar problem with an SCM reader about 2 weeks ago which resulted in new firmware on the reader. Dave On Fri, 18 Sep 1998, you wrote: >Hello everybody, > >I can

MUSCLE CT_Init

1998-09-18 Thread SNuyken
Can anybody tell me, what´s beyond "CT_Init"? The initialization of the serial port is no problem (baudrate,parity etc.). But what comes next? Which bytes do I send over the serial port to get a response? Do I have to initialize the card terminal? How does it work? Is a Resynch-request enou

Re: MUSCLE CT_Init

1998-09-18 Thread David Timothy Corcoran
You would send a CT_data() function after the CT_init(). It would consist of terminal = 1; dad = 1; // reader sad = 2; // host cmdlength cmd rsplength rsp The cmd (command) would be whatever the reader expects to do a reset. Refer to the Towitoko documentation. Remember though that a towitok