According to ISO/IEC 7816, there are no 6DXX
code except for XX=00
, but 6D04
is what I'm getting. Does anyone know or is there a more up-to-date version available?
I don't think, it can be something like "Instruction code not supported or invalid" as the commands seems to be valid: When executing AB
, then A
returns 9000
and B
returns 6D04
. When executing BA
, then B
returns 9000
and A
returns 6D04
.
There may be anything wrong... :(