How to read the UID of a MIFARE card with the 6131 NFC
Hi all,
I need to read out the UID of a MIFARE Card (1K or 4K). But it seems that this part of the NFC software on the 6131 is older as the current SDK (see at [URL="http://discussion.forum.nokia.com/forum/showthread.php?t=106863"]http://discussion.forum.nokia.com/forum/showthread.php?t=106863[/URL]).
My questions are:
1. Is there a other way to get the UID of a MIFARE card (not by using the MifareStdConnection or MFStandardConnection class)?
2. If not: Knows anybody the interface description of the (old) "com.philips.rf.MifareStdConnection" class? Or is there anywhere a jar library in which this class is implemented?
Many thanks and regards,
Steffen
Re: How to read the UID of a MIFARE card with the 6131 NFC
You can use the TargetProperties getUID() method if you only want to get the tag's UID- so you actually don't even need to get a connection to the tag.
If you also need to get a connection to the tag, you can use the NDEFTagConnection for now.
More information about the MiFare Standard Connection will be published on the list of FAQs on the Wiki NFC page as soon as it will be available.
Re: How to read the UID of a MIFARE card with the 6131 NFC
Thanks a lot!
Why i haven't seen it? It's so simple! :)