0

I use an NFC reader / writer ACR122U

Creating program in c # with ACR122u and WINSCARD.DLL and this library https://github.com/h4kbas/nfc-reader I would need to know if it is possible for the reader to find out whether the block with the UID of the card is rewritable or not. How to find out? I need the value to return true or false.

1 Answers1

0

The only way is to try and write to the block with the UID, if there is no error on write and it has taken your new value it is (was) rewritable.

Andrew
  • 8,198
  • 2
  • 15
  • 35