如何在verifone vx520中读取智能卡读卡器?

时间:2016-02-06 13:45:37

标签: point-of-sale verifone

我想从智能卡读取数据并使用APDU读取和写入智能卡。我的sdk中没有LIBVOY.A.我在哪里可以下载这个库?这是我的代码,但它没有从智能卡中读取任何数据。

handle = open("/dev/icc1",0);
wait_evt(EVT_ICC1_INS);
read(handle, buf, 20);
printf("reading:%s",buf);

0 个答案:

没有答案