Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Smartcard Driver Issues

Reply
Thread Tools Display Modes

Smartcard Driver Issues

 
 
Oren
Guest
Posts: n/a

 
      11-10-2009
Hi I'm developing Smart Card Driver that my hardware is Reader and Card
incorporate together and I send the T=1 commands using our own Protocol and
Hardware. So I develop a Software Smart card Driver according to the WDK
Smart card sample

When I call this function in my test application:
SCardConnect( scardContext, (LPCTSTR)TEXT(MYREADER),
SCARD_SHARE_SHARED,SCARD_PROTOCOL_T1, &hCardHandle, &dwAP);

I'm getting returnvalue: 0x6f9
and I get an error, this is log in the Windows Event Log:

Smart Card Reader 'MyComp MyReader 1' rejected IOCTL SET_PROTOCOL: The disk
media is not recognized. It may not be formatted.

Any idea what could be wrong? maybe my ReaderCapabilities are wrong. what
could trigger this error?
I don't have any idea how to debug this issue.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
cannot install Vista ACPI error Salsakidd Windows Vista Installation 6 10-10-2007 11:12 AM
crcdisk.sys start up problem (with boot log) Jimmy Windows Vista Hardware 2 08-13-2007 08:22 PM
Going Golfing but not with Vista markbyrn Windows Vista Games 15 03-08-2007 11:59 AM
Vista auto-reboot after install OrangeGuy Windows Vista Installation 4 02-07-2007 03:05 AM
Re: No Matter What Installations Won't Boot On My Laptop Richard Urban Windows Vista Installation 1 01-06-2007 06:08 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59