Python wrapper for the ThingMagic Mercury API
Project description
The ThingMagic Mercury API is used to discover, provision and control ThingMagic RFID readers.
Reading RFID tags is as simple as this:
import mercury reader = mercury.Reader("tmr:///dev/ttyUSB0") reader.set_region("EU3") reader.set_read_plan([1], "GEN2") print(reader.read())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-mercuryapi-0.5.3.tar.gz
(21.7 kB
view hashes)