Format Tag
Asked by
Rafael
Hello! How to format a tag? I use the Format() function to clear, but when using the dump(), shows an empty tag.
This is my program:
import nfc
def connected(tag):
clean = tag.format()
if clean:
print ("Clean correct")
else:
print ("clean incorrect")
clf = nfc.Contactless
clf.connect(
clf.close()
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- nfcpy Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Stephen Tiedemann
- Solved:
- Last query:
- Last reply:
To post a message you must log in.