Python Bindings
From OpenPCD
Python Bindings for librfid
- For Python 2.5
- Module name: pyrfid
- Methods available:
- open_reader(): This will open the reader for you.
- select_card(): To select any card.
- get_card_id(): To get the ID of the card. You can print the value by "%08X".
- deselect_card(): To deselect card when done.
- close_reader(): To close the reader.