python-mercuryapi icon indicating copy to clipboard operation
python-mercuryapi copied to clipboard

Python wrapper for the ThingMagic Mercury API

Results 33 python-mercuryapi issues
Sort by recently updated
recently updated
newest added

I am running a script that polls the reader. ``` reader = mercury.Reader("llrp://10.39.54.202") reader.set_read_plan([antenna], "GEN2", read_power=POWER[antenna - 1]) tag = reader.read(timeout=250) ``` When the reader becomes unavailable, running the `reader.read`...

mercury.c: In function ‘parse_gen2filter’: mercury.c:442:86: warning: comparison of integer expressions of different signedness: ‘TMR_GEN2_Select_action’ and ‘int’ [-Wsign-compare] 442 | else if ((tag_filter->u.gen2Select.action = str2action(object2str(obj))) == -1) mercury.c: In function ‘Reader_write_tag_mem’:...

get_software_version was misspelled in the readme. great code!