profOnno / pylibCR95HF

linux python wrapper for CR95HF nfc lib
2 stars 0 forks source link

not sure what causes it. #9

Open 12019 opened 7 years ago

12019 commented 7 years ago

thanks for the great module first.

I got this problem. as I am not sure what caused it.

root@us1404:~/tmp/rfid/pylibCR95HF# python Python 2.7.6 (default, Mar 22 2014, 22:59:38) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.

import pylibCR95HF.CR95HF as nfc nfc.USBConnect() 0 nfc.Seclect() Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'Seclect' nfc.Select() (0, '0000') nfc.SendReceive() (4, '8700 : Frame wait time out OR no tag') nfc.SendReceive() (0, '800D000049D3450000A007E0B14500') nfc.Read_Block(0x12) (0, '\x80\x0c')

I read block 0x12 and it gives me x80\x0c, what is it means? error code on *.pdf does not help.

thank you so much. BL.