Can the PN532 NFC Shield for Arduino (http://www.adafruit.com/products/789) read NDEF messages?
I used my Nexus S to record a plain text message on a Mifare Classic 1K tag. If I use my Nexus S to read the tag again, I see the recorded message.
Now, if I mount the PN532 NFC Shield on my Arduino board, and use the libnfc library, is it possible to read the recorded message fromthe tag?
This seems to be the utmost basic functionality of this NFC ecosystem. Is it possible? Google could not provide any information about that. I also could not find any occurrence of the keyword NDEF in the libnfc library documentation.

