3

I want to read data from smart card and use APDU to read and write to the smart card. I don't have LIBVOY.A in my sdk. Where can I download the library?Here is my code but it doesn't read any data from smart card.

handle = open("/dev/icc1",0);
wait_evt(EVT_ICC1_INS);
read(handle, buf, 20);
printf("reading:%s",buf);
Farshid.M
  • 389
  • 2
  • 4
  • 17
  • 1
    Check out the "Verix V CardSlot" download on DevNet. Not sure if that will have what you need or not, but it's worth a shot... – David Feb 08 '16 at 23:40
  • Do you have a `voyn.lib` file? The cardslot library is definitely the way to go (although a little tricky to setup) – vlp Jul 30 '16 at 16:46

0 Answers0