简体   繁体   English

如何在 pyscard 库中使用 S9 协议读取 SLE4428 智能卡

[英]How to read SLE4428 smart card using S9 protocol in pyscard library

I have a problem with reading SLE4428 card.我在读取 SLE4428 卡时遇到问题。 I tried to use simple program written in python, but I received a message that pyscard supports only T=0 and T=1 protocol.我尝试使用用 python 编写的简单程序,但收到一条消息,pyscard 仅支持 T=0 和 T=1 协议。 My card uses S9 protocol.我的卡使用 S9 协议。

Do you have any software which I can use to read/write data on SLE4428 card?你有什么软件可以用来读/写 SLE4428 卡上的数据吗? Or maybe someone know how to read S9 protocol in pyscard library.或者也许有人知道如何在 pyscard 库中阅读 S9 协议。

SLE44xx are memory cards using an ancient two-wire protocol. SLE44xx 是使用古老的两线协议的 memory 卡。 Some readers translate special APDUs to the respective hardware signals, but which commands you have to use may depend on the reader.一些阅读器将特殊的 APDU 转换为相应的硬件信号,但您必须使用哪些命令可能取决于阅读器。 (I never tried to use pyscard for that task and suggest, to consider using a newer technology than memory card). (我从未尝试使用 pyscard 来完成该任务,并建议考虑使用比 memory 卡更新的技术)。

Note that SLE44xx and SLE55xx are identical in this respect and you may find additional information in other questions here like this and that .请注意,SLE44xx 和 SLE55xx 在这方面是相同的,您可以在其他问题中找到更多信息,例如thisthat

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM