leojomoabate

Results 1 issues of leojomoabate

Hi, I have a problems with reading TID memory bank. This is my code: ```python import mercury reader = mercury.Reader("tmr:///dev/ttyUSB0") reader.set_region("EU3") reader.set_read_plan([1], "GEN2",bank=["tid"],read_power=2700) while True: epc_list=reader.read(2000) for tag in epc_list:...