A rambling note of the effort to load Suica using Identiv Cloud 3701 F.
This is a continuation of this.
APDU
| CLA | INS | P1 | P2 | LC |
|---|---|---|---|---|
| FF | 4A | 00 | 00 | 00 |
| 1-8 | 9 | 10- |
|---|---|---|
| IDm(Manufacture ID) | Number of system codes | System code(2 bytes)List of |
With my Suica affiliated card, I received three system codes.
| System code | Use? |
|---|---|
| 00 03 | Transportation IC? |
| FE 00 | Common area? |
| 86 A7 | ? |
If you specify the wildcard 0xff 0xff as the system code, the first system is returned (?)
APDU
| CLA | INS | P1 | P2 | LC | Data | ||
|---|---|---|---|---|---|---|---|
| FF | 40 | 00 | 00 | 04 | System code(2 bytes) | 0x01 | Time slot number(1 byte)[^1] |
| 1-16 | 17-18 |
|---|---|
| NFCID2 | System code sent |
Isn't NFCID2 8 bytes?
[^ 1]: ~~ Anything is fine ~~ 01 03 04 07 Any of?
Recommended Posts