Skip to main content

RFK101 Proximity card reader over Ethernet

Project description

RFK101 Package

Package to receive proximity card and keypad data from an RFK101 reader from IDTECK. The RFK101 RS232 connection is done through an Ethernet adaptor (NPort).

Example:

from time import sleep
from rfk101py import rfk101py

def callback(data):
    print("Received:",data)

rfk = rfk101py( 'host.test.com', 4008, callback )

# Sleep for 10 seconds waiting for a callback
sleep(10.)

# Close the interface
rfk.close()

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

rfk101py-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

rfk101py-0.0.1-py3-none-any.whl (5.1 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