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

Using Python 3.10.4 within python-mercuryapi and when you make a call to write() you get the error in the subject. I am using an M6e micro ThingMagic USB Pro reader....

I'm testing the program by repeating reader.start_reading() and reader.stop_reading(). At some point (few minutes or few hours), reader.stop_reading() will not return resulting in the program getting stuck. I was unable...

Hello, I'm wondering if this library has some lock/unlock gen2 tag capabilities with a password. Same for write protection I don't see any implementation for that Thanks

As of mercuryapi-1.31.4.35, when tm_reader_async.c's TMR_stopReading() is called by Reader_stop_reading(), it ultimately ends up waiting for reader->readState to become TMR_READ_STATE_DONE while holding the GIL. This happens in tm_reader_async.c's do_background_reads(), but...

To start off, I do believe the issue is with the hardware, and not the software (as seen in other posts regarding the 'Timeout'). I have also confirmed that the...

I’m trying to install the API on Windows 10. The instruction says. « On Windows, use the pre-compiled binary installer. » Where can I find this binary installer and could...

I try to use the function "reader.get_connected_ports()", howver, I never get anyvalue even if I have antennas connected to my dekit. Do you know why it happens or for which...

Thanks for this great wrapper. There is a question from my side about how to install this on Windows 10 (x64). As the guideline, there is a step 'Download the...

Looking to use this in a smaller microcontroller running micropython. Has anyone had luck doing that?