clf.connect() doesn't return tag in v 0.10.2
Hello,
Maybe I am missing something simple, I am using branch version 0.10.2 of nfcpy, via UART (tty:AMA0:pn532). I am trying to read the value of my tag, and from what I understand clf.connect(
Any ideas? Thanks for the help.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- nfcpy Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2016-01-06
- Last reply:
- 2016-01-09
If the callback is hit then "tag" is an instance of the corresponding Tag Type class. Printing "print(tag)" tells about that instance type and some basic things like the tag identifier. The "tag.ndef" attribute may be None if the Tag is not NDEF compatible, or the formatting is wrong.
Can you help with this problem?
Provide an answer of your own, or ask Anthony for more information if necessary.