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 available reader
Testing SCardListReaders
Allocated 33 space for readers
Reader 01: O2Micro SmartCardBus Reader 0 0
Enter the desired reader number :
Status before 16
winscard.c 603: SCardGetStatusChange: Event Loop Start
winscard.c 693: SCardGetStatusChange: Event Loop End
Status after 34
Testing SCardConnect
SCardConnect Returns 0
Testing SCardControl
SCardControl Returns -2146435050
PCSC ERROR: Transaction failed.
Testing SCardStatus
SCardStatus Returns 0
Current Reader Name      O2Micro SmartCardBus Reader 0 0
Current Reader State     34
Current Reader Protocol  0
Current Reader Size ATR  4
3b 2 14 50
Testing SCardBeginTransaction
Testing SCardTransmit
Testing SCardEndTransaction
SCardTransmit Returns 0
Bytes Received 10
61 29 dd 31 df cd d3 54 90 0
Testing SCardDisconnect
Testing SCardReleaseContext
Does any one know what for this item test.
I also try to find what service call by this test item, I can't found any service call by this item
 
Thanks
 
Randy

Reply via email to