Skip to content

Releases: gotthardp/python-mercuryapi

v0.5.3

03 Dec 11:21
Compare
Choose a tag to compare

Bug fixes and several enhancements:

  • Added support for advanced Gen2 target filtering
  • Added reader.enable_stats() to retrieve statistics while asynchronous reading (thanks to @HanYangZhao)
  • Added constructor antenna and protocol parameters for operations not using the read-plan
  • Added tag.timestamp property
  • Added reader.get_software_version() (thanks to @HanYangZhao)
  • Added support for new regions: JP2,JP3,HK,VN,BD,TH,AR (thanks @HanYangZhao)
  • Fixed MercuryAPI download location
  • Fixed build issues on Mac (thanks to @Moebe1)

v0.5.2

04 Jul 08:44
57617f5
Compare
Choose a tag to compare

Minor enhancements:

  • Ability to specify EPC filter for read operations
  • Added get_serial() to retrieve reader serial number

v0.5.1

20 Jun 13:59
Compare
Choose a tag to compare

Bugfixes and API consistency improvements. Also:

  • Added tag memory read/write functions
  • Modified arguments of the write() function to make filter (epc_target) optional

v0.5.0

14 Jun 15:50
Compare
Choose a tag to compare

Bug fixes and major enhancements. Added many new functions for:

  • Read/write power control (thanks to @josheb)
  • Antenna multiplexing (thanks to @mmigliavacca)
  • Hop table and hop time manupulation
  • GPIO handling
  • Gen2 extensions (thanks to @DanWehr)

Many thanks to all contributors and bug reporters!

v0.4.1

29 Nov 13:12
Compare
Choose a tag to compare

Bug fixes.

v0.4

12 Sep 08:10
Compare
Choose a tag to compare
  • Extended set_read_plan to read the "reserved", "epc", "tid" and/or "user" memory bank
  • Added get_temperature, get_power_range, get_antennas, get_read_powers and set_read_powers functions (thanks to @Carbaz)

v0.3

10 Feb 20:07
Compare
Choose a tag to compare

Bug fixes.

v0.2

15 Oct 18:35
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  • Introduced start_reading and stop_reading for asynchronous reading.
  • read now returns the TagReadData object instead of a tuple. This breaks compatibility with release v0.1, but enables support for much more tag attributes.
  • set_read_plan has an optional read_power parameter.
  • Compiles with both Python 2x and Python 3.x.
  • Fixes several memory leaks.

v0.1

24 Sep 09:40
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initial release capable of reading RFID tags.