Replies: 2 comments 1 reply
-
Thank you for your request. I will take a look in the next days. |
Beta Was this translation helpful? Give feedback.
-
After some investigating I've seen that (for Android) in the Nfc.java file, the transceive method:
If you try to send multiple transceive message wich needs same session (like password + read message) the "tagTechnologi.close()" command closes the session, so can't work correctly. I tryed to send password Authentication and read command between tagTechnology.connect() and tagTechnology.close() and it works correctly. So in the Nfc.java for reading the #x10 page NfcA NTAG213 card which is password protected (assuming password is 'A1 A2 A3 A4') you should use:
Maybe this can be useful for someone |
Beta Was this translation helpful? Give feedback.
-
Hello all,
I'm trying to send multiple transceive commands to a NTAG213. (Android)
I need to send the PWD_AUTH command and then the read command (in the same session).
I'm using the demo app as test ( method startWriterSession in tranceive.page.ts )
Do you have a snippet of code that can help me ?
I tryed something like this:
I got an error when I send the second data (data2):
Anyone has sent two commands in the same session?
Beta Was this translation helpful? Give feedback.
All reactions