3

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

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

0 回答 0