Skip to main content

Read RFID data from Chafon UHF readers

Project description

Chafon RFID reader

Build Status codecov

Read and write RFID tags using the popular Chafon UHF-based readers and writers. Originally written to read race timing chips on a finish line, a range of hardware is now supported from small desktop USB devices to long-range fixed readers, including the following,

You can connect to the reader/writer via the following standard connections

  • USB (recommended)
  • Direct serial connection
  • Ethernet connection

The library supports a basic set of commands to perform tag inventories, write tag EPC values and get and set reader parameters. Helpers are provided to allow you to implement any other documented commands, which automatically take care of constructing commands, generating and verifying checksums and connecting to the reader/writer.

See the examples folder for details of how to connect, send commands and read responses.

Requirements

This module requires Python 3.4+ but should work under any OS.

For serial communication using the built-in transport class, pyserial is required. Other implementations are possible for MicroPython/CircuitPython environments.

Some examples may have additional requirements, see comments in the individual files.

Installation

To install the package into your own project, use pip

pip install --upgrade wabson.chafon-rfid

Usage

Examples of how to to use the provided module are provided in the examples directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wabson.chafon-rfid-0.1.0.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

wabson.chafon_rfid-0.1.0-py3-none-any.whl (12.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page