InternalPlainTagConnection

View: New views
3 Messages — Rating Filter:   Alert me  

InternalPlainTagConnection

by Nekdo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have a problem with internal plain tag connection.

I do not know what are MIFARE_AUTHENT_A_CMD, MIFARE_WRITE16_CMD and MIFARE_READ_CMD?
Also I am having a problem when a run pconn.transceive(input);. The phone just waits and never continue. What might be wrong?


Re: InternalPlainTagConnection

by josergc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Sorry late reply.

For know what are these values, you should check any Mifare specification manual.

You can check this post speaking about the same questions
http://www.nabble.com/Reading-Mifare-1K-td18001835.html

Be sure you are using the correct commands when you execute the "transceive" method.

Cheers!

Re: InternalPlainTagConnection

by josergc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

MIFARE_AUTHENT_A_CMD = 2;
MIFARE_READ_CMD = 4;
MIFARE_WRITE16_CMD = 5;
MIFARE_WRITE4_CMD = 6;