Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I am new to SmartCard. Currenty i am using winscard.dll (i.e. Win32 Api) to communicate with smart card and now able to connect it. But, i am having problem to send APDU commands to reader. I googled for it but havent got any details material on it.

So can you please help me.

Thanks.
Posted

You should describe what kind of problems you have. Don't you know how to write the code, is the card not receiving the command, is it not responding properly to it?

MSDN explains pretty well[^] how to use SCardTransmit to send commands. You have to pay attention to parameters.

Maybe if you can explain what kind of APDU command you want to send and what the problem is we could provide better help.
 
Share this answer
 
Check this link:- It provided me a lot of help.. it may probably be better than msdn help

http://pcsclite.alioth.debian.org/api/group__API.html#ga18f33eebb45d9e0d2a091ca7a0511d26[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900