Guest User

Untitled

a guest
Jun 13th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import nfc
  2. clf=nfc.ContactlessFrontend()
  3. clf.open('usb:001:006')
  4. tag=clf.connect(rdwr={'on-connect': lambda tag: False})
  5. print(tag)
Add Comment
Please, Sign In to add comment