# pyprofibus - PROFIBUS-DP stack pyprofibus is a [PROFIBUS-DP](https://en.wikipedia.org/wiki/Profibus) stack written in Python. ## Hardware What hardware can pyprofibus be run on? Please read the hardware documentation for more information: [pyprofibus hardware documentation](doc/hardware.html) ## Examples pyprofibus comes with a couple of examples that can teach you how to use pyprofibus in your project.
example_dummy.py example_dummy.conf |
Example that runs pyprofibus without any hardware. This example can be used to play around with pyprofibus. |
example_et200s.py example_et200s.conf |
Example that runs pyprofibus as master connected to an ET 200S as slave. |
example_s7-315-2dp.py example_s7-315-2dp.conf |
Example that runs pyprofibus as master connected to an S7-315-2DP as slave. |