标签: 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);