简体   繁体   English

APDU命令读取SLE4432 / 42卡

[英]APDU command read SLE4432/42 card

I need migrate a application that read a SLE4432/42 card. 我需要迁移读取SLE4432 / 42卡的应用程序。

Now I use a ACR reader , with this APDU commands 现在,我使用带有此APDU命令的ACR阅读器

FF A4 00 00 01 06 <- 4.1.1 SELECT_CARD_TYPE
FF B0 00 20 BE    <- 4.6.2 READ_MEMORY_CARD

But, now I need use a HID reader, but this don't work. 但是,现在我需要使用HID阅读器,但这不起作用。

In HID documentation said that READ_MEMORY_CARD is standard, but I don't find a standard SELECT_CARD_TYPE HID文档中说READ_MEMORY_CARD是标准的,但是我找不到标准的SELECT_CARD_TYPE

Exist any standard APDU command for HID reader? 是否存在用于HID读取器的任何标准APDU命令?

You may want to take a look at this manual , where chapter 8 covers synchronous cards as the SLE44 family. 您可能需要看一下本手册 ,其中第8章介绍了SLE44系列的同步卡。

Encoding seems to use class byte 0xFF too, but I have no idea, what you FF A4 (with the instruction code of SELECT) is supposed to do. 编码似乎也使用类字节0xFF,但是我不知道, FF A4 (使用SELECT的指令代码)应该做什么。

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

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