Topic: ReaderIso14443a function - Interpreting SAK from Tag
I am looking at the 20090409_prox package obtained from the files section, and under the iso14443a.c file, ReaderIso14443a function, there is a line of code:
if (receivedAnswer[0] == 0x88) { //code to obtain UID of higher cascade levels }
From my understanding of the ISO_14443_A specs, 0x88 should be understood as "UID complete, PICC not compliant with ISO/IEC 14443-4" (see specs in "FINAL_ISO_IEC_14443-3_2001.pdf" page 19). Is my understanding correct? Hence it should not be asking the tag for more UID bytes.
I have a Mifare Classic 1K card that responded with "88 be 59" for the SAK, that's why I am asking. Thank you.