CHG: and now that I do actually check on bitlenght, I can get a better annotation yet again. Looking at it raises a question, acknowledge is 0x19 or 0x39, they just don't match up with tagtype identification of 0x0D, 0x1D, 0x39. I'll need to look at a 1024 tags response in a trace with a valid reader.
This commit is contained in:
@@ -326,8 +326,11 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
||||
#define MFDES_AUTHENTICATION_FRAME 0xAF
|
||||
|
||||
// LEGIC Commands
|
||||
#define LEGIC_HSK_22 0x19
|
||||
#define LEGIC_HSK_256 0x39
|
||||
#define LEGIC_MIM_22 0x0D
|
||||
#define LEGIC_MIM_256 0x1D
|
||||
#define LEGIC_MIM_1024 0x3D
|
||||
#define LEGIC_ACK_22 0x19
|
||||
#define LEGIC_ACK_256 0x39
|
||||
#define LEGIC_READ 0x01
|
||||
#define LEGIC_WRITE 0x00
|
||||
|
||||
|
||||
Reference in New Issue
Block a user