Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to read data returned from transceive ? #705

Open
nickticket2u opened this issue Mar 12, 2024 · 1 comment
Open

how to read data returned from transceive ? #705

nickticket2u opened this issue Mar 12, 2024 · 1 comment

Comments

@nickticket2u
Copy link

This is not really an issue, so I wish to apologise in advance. I've been trying to seek answer in reddit/stackoverflow/fb without anyone answering.

(ntag213) I use the read command 0x30 and followed by page address (eg 0x60)

on IOS (sendMifareCommandIOS), it returns 16 byte array when I display the response

but on android (transceive) , it displays "[Function Anonymous]"

does anyone know how do I actually read the data on android ?

any help is greatly appreciated

@pke
Copy link

pke commented May 24, 2024

sendMifareCommandIOS is, as the name suggests, not available on Android and it should actually crash, when you try to invoke it.
You have to use transceive on Android I am afraid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants