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
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 Distribution
rfk101py-0.0.1.tar.gz
(2.4 kB
view hashes)