Library for Impinj R2000 Reader
Project description
pyImpinj is a protocol library for R2000 reader.
Installation
Compile and install the library:
pip3 install pyImpinj
Usage
In Python 3
from pyImpinj import ImpinjR2KReader
Example
from pyImpinj import ImpinjR2KReader
TAG_QUEUE = queue.Queue( 1024 )
R2000 = ImpinjR2KReader( TAG_QUEUE, address=1 )
R2000.connect( ‘COM9’ )
R2000.worker_start()
R2000.rt_inventory( repeat=100 )
print( TAG_QUEUE.get( ) )
V1.2 (2020-02-27)
Release ver1.2
New add get(set)_frequency_region
New add set_frequency_region_user
New add test/auto_config.py
V1.1 (2020-02-20)
Release ver1.1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyImpinj-1.2-py2.py3-none-any.whl.
File metadata
- Download URL: pyImpinj-1.2-py2.py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55e81a1cb9a263d99f2a242cbab022558ccf6ffd98dff2e44a420abef272d44b
|
|
| MD5 |
c8dfd8cc625f87c8e0acac211c6f70a0
|
|
| BLAKE2b-256 |
ec436fdadc122ea5ee614d58cd760820c24b7da67a35a0a712c59c7d18b984da
|