How to read text from a tag with RFID-RC522

Hello

I am using RFID-RC522 with arduino uno. I can read the tags or cards, but only the serial number. is it possible to read the text on it ? I can write a text on it with a android phone but then I can only read the serial number on arduino sketch. in android phone i can read the text i wrote. is it possible to read with RC522 or only with PN532 ?

thanks

nsmc, were you able to figure this out? I am struggling with my RC522 and would be glad to hear how others are finding success.

To read the data from say a mifare tag you have to supply an address.
So you need a reader writer ic such as the 532

You can read and write to Mifare's tags with rc522 module.

http://playground.arduino.cc/Learning/MFRC522