I'm trying to detect NTAG 424 DNA cards only before proceeding to the main part of my program. What would be the most efficient way to do it?
I'm thinking to call GetVersion Parts1-3 and compare everything is the same as the values mentioned in the NT4H2421Gx documentation, as much as possible.
What is the official way of doing it?