A clone of: https://github.com/nutechsoftware/alarmdecoder This is requires as they dropped support for older firmware releases w/o building in backward compatibility code, and they had previously hardcoded pyserial to a python2 only version.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Scott Petersen 22d7a9224b Moved get_config to the internal on_open event. 11 years ago
bin Updated for new module name. 11 years ago
docs Moved instance variables into the classes for ease of documentation. 11 years ago
examples Added support for context manager. 11 years ago
pyad2 Moved get_config to the internal on_open event. 11 years ago
.gitignore Updated ignore list. 11 years ago
LICENSE Added license details. 11 years ago
MANIFEST.in Renamed README.rst to README.md 11 years ago
README.md Added initial version of the README. 11 years ago
setup.py Updated pyftdi version. 11 years ago

README.md

pyAD2 - Python library for the AD2 device family

This Python module aims to provide a consistent interface for all of the AD2 product line, including the AD2USB, AD2SERIAL and AD2PI devices. This also includes devices that have been exposed via ser2sock and supports encryption via SSL/TLS.

Installation

pyAD2 can be installed through pip: pip install pyad2

or from source: python setup.py install

Requirements

Documentation

API documentation can be found here.

Examples

Basic usage:


Please see the examples directory for more.