我正在尝试开发一个非常基本的智能卡应用程序,以便在卡上写一个字符串(带ACR38CCID Writer的ACOS3卡)。
所以我创建了一个ID为AA 11的用户文件,它可以存储1个6字节的记录。
Select File
< 80 A4 00 00 02
< FF 04
> 9000
O.K.
Write Record
< 80 D2 00 00 06
< 06 01 00 00 AA 11
> 9000
O.K.
当我收到此错误时,我正在尝试写入6个字节的数据:
Select File
< 80 A4 00 00 02
< AA 11
> 9100
File selected (only for User Data Files)
0 is the number of the record in the User File Management File (file ID: FF 04)
which contains the File Definition Block of the selected file.
Write Record
< 80 D2 00 00 06
< 4D 61 79 61 6E 6B
> 6981
Unexpected Status Work
6981指的是命令与文件结构不兼容。任何人都可以指出我可能做错了吗?
干杯!!!