Library to interface with Marktrace MR6100 series UHF RFID reader


Keywords
rfid, uhf-rfid
License
MIT
Install
pip install uhf-reader==0.2.7

Documentation

MR6100 series UHF RFID reader Python library

This library allows to interact with Marktrace UHF RFID reader.

Might be used as a reference to work with other Chinese UHF readers from AliExpress.

Supported communication modes:

  • Synchronous TCP using socket (uhf_reader.UHFReader class)
  • Asyncronous TCP or serial using Twisted