I am currently developing a little showcase, where the UID/serial number of LEGIC Advant cards (CTC) shall be read by a NFC reader. In the current setup I have an ESP32 using an MFRC522 chip. Unfortunately this reader doesn't recognize LEGIC cards at all, only MIFARE cards.
Based on the product specification "Supports ISO/IEC 14443 A/MIFARE and NTAG", I assumed it would be possible, as the LEGIC card is also a Supports ISO/IEC 14443 A card.
Does anyone know the reason why it's not possible to read the UID/serial number of these cards? And if it's the chip, which chip would be able to read it?
Thank you very much!