Sending APDU Commands in C++

Viewed 41

I want to send a APDU command to my smart card reader in C++ over USB. But I can't find a way to do that. I found a Library for Java called javax.smartcardiodoes it exists a similar but for C++? The only command that I am interested in is to get the firmware version. Which should, according do the manual, be a 8 bytes ASCII string as response from a certain CLA, INS, P1, P2, Le command.

1 Answers
Related