Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 421 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 421 Bytes

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