Memory Card support under MUSCLE

2001-04-16 Thread Randy Chen (TP)
Hello, I am writing a SmartCard reader driver under Linux. Now I will handle a Memory Card. I found a problem After I return the ATR 92 23 10 91 After Pcsc-lite 0.8.4 LONG IFDStatusICC( PREADER_CONTEXT rContext, PDWORD pdwStatus, PDWORD pdwProtocol, PUCHAR pucAtr, PDWORD pdwAtrLen ) {

MUSCLE CT-API spec with Pcsc-lite testrpc problem

2001-01-09 Thread Randy Chen (TP)
Hello, I finish my Pcmcia SmartCardBus Reader driver. I try to test the driver with test program TESTRPC But it stop at loop SCardGetStatusChange() if I return the value 3 for represents a card inserted but not powerd (check with Linux CT-API HOW-TO) After I change the return value 4 for

MUSCLE Pcsc-lite v0.8.4, error message with testrpc

2001-01-08 Thread Randy Chen (TP)
Hello, I had finish a Pcmcia Smartcard Reader driver for Linux with MUSCLE I try to test it with Pcsc-lite test program TESTRPC. I got a error message during TRANSACTION test. Winscard PC/SC Lite Test Program Testing SCardEstablishContext Testing SCardGetStatusChange Waiting for

MUSCLE test application and card

2001-01-04 Thread Randy Chen (TP)
Dear all, I had finish a Linux driver for PCMCIA Smartcard Reader. I want to try does it work under Linux PC/SC, does any one have application for MUSCLE driver test. I have a full set of PC/SC test card. Or any one have application for other special card. Please also tell me where can

MUSCLE sample driver for Smartcard reader which use USB interface

2000-12-14 Thread Randy Chen (TP)
Title: ªÅ¥Õ Hello, I try touse a USB Smartcard readerunder Linux MUSCLE. Any one can tell me where can get some sample for test. Randy

MUSCLE Card protocol T=1 command transfer

2000-11-17 Thread Randy Chen (TP)
Hello, We are developing PCMCIA smartcard reader driver. I have question, does any one can tell me how to improvement the T=1 command transfer. Base on 7816-3 specification, when T=1 command transfer. There are many times of command transfer when one block data to send. Ex:Scenario 1, when our

MUSCLE The PCMCIA support by the version pcsc-lite-0.8.2

2000-11-17 Thread Randy Chen (TP)
Hello, I am developing a MUSCLE spec driver for PCMCIA smartcard reader. After I check the old version 0.7.8 that it not define how to access the H/W resource (like the PCMCIA card reader I/O base and Memory) I got the new version 0.8.2, it said Hot plug manager for pcmcia devices. Does it mean

MUSCLE : The PCMCIA support by the version pcsc-lite-0.8.2

2000-11-17 Thread Randy Chen (TP)
Hello, I am developing a MUSCLE spec driver for PCMCIA smartcard reader. After I check the old version 0.7.8 that it not define how to access the H/W resource (like the PCMCIA card reader I/O base and Memory) I got the new version 0.8.2, it said Hot plug manager for pcmcia devices. Does it

MUSCLE utility for driver function verify

2000-11-14 Thread Randy Chen (TP)
Title: ªÅ¥Õ Hello, We are developing the SmartCard reader driver from PCMCIA port. Follow MUSCLE current spec, CT-API. Now we want get some utility for function call verify. Can you tell me where can I get this utility. Thanks