# CPyModbus

Python wrapper for libmodbus in development.
Only tested with Python2.7.

## Requirements

~~~~
# apt-get install libmodbus5 libmodbus-dev build-essential python-dev
~~~~

## Installation

~~~~
# python setup.py install
~~~~

## Slave example

See examples/general.py