How I read the info of a protocol ISO14443A using kit ST25R3911B-disco and lib the RFAL?
I'm trying to read the information from another RFID card, the idea is to send a request for it and receive the answer 00010203040506070809, the card that is sending this info is SIC4310-full using the ISO14443 protocol.
I tried to use the function "mifareUlReadNBytes (uint8_t startAddr, uint8_t * readbuf, uint8_t length, uint8_t * actLength)" but the "readbuf" only returns me 0.
I am sure that the other card (SIC4310-full) is working because through a mobile app I can verify its operation.
I would like to know if I am using the correct RFAL lib function and how I can send this request to receive the information I want.
Gabriel.
