You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to python and particularly new to UHF Readers. I have UHF Reader 18 with me. (Works with provided software)
Please show me how to use this code. I wish to use scanned data in python for my project.
Any help would be highly appreciated.
The text was updated successfully, but these errors were encountered:
This is just a simple tool to send commands to the reader and query tag IDs from the reader. It's not a library which could be immediately used in some project. But feel free to reuse any code from the script.
To run the script all you have to do is to install required python3 modules (see top of the file) and then run:
./uhf_reader_18.py /dev/[YOUR_SERIAL_PORT_TTY]
This will give you a command prompt where you can type several commands. Type help for more information.
Also this script was only tested on Linux. With some modification it should also work on Windows I guess. But I don't have this reader anymore so I can give you only limited help.
First of all, Thank you so much for creating this code and for responding to my very noobie issue.
As far as I have understood, I can run the following commands:
freq LOW HIGH
help
info
mode
power 0-30
quit
scantime 3-225
I am getting a valid response for every command but I am unable to read any tag IDs off the bat. I guess we need to put the reader in ACTIVE mode. I don't directly see a command for that. Can you please help me here? I want to get tag IDs automatically as they come in range (This is how may other UHF Readers work, I believe).
I am new to python and particularly new to UHF Readers. I have UHF Reader 18 with me. (Works with provided software)
Please show me how to use this code. I wish to use scanned data in python for my project.
Any help would be highly appreciated.
The text was updated successfully, but these errors were encountered: