Finally we have first UID read

This commit is contained in:
Ondrej Mikle 2014-07-19 02:50:05 +02:00
parent 4e1642ca1e
commit a4d676772e
2 changed files with 19 additions and 2 deletions

View file

@ -1,5 +1,6 @@
#!/usr/bin/env python
from brmdoor_nfc import NFCDevice
from binascii import hexlify
nfc = NFCDevice()
print nfc.scanUID()
print hexlify(nfc.scanUID())