/pysimplex

A Python based API, built atop Pymodbus to control SimplexMotion Servo motors

Primary LanguagePythonMIT LicenseMIT

PySimplex

PySimplex is a module based atop Pymodbus, to allow for direct control to SimplexMotion motors using the Modbus RTU protocol.

Installation of pymodbus

To get started, first install pymodbus using the pip installer with command pip install pymodbus

Using PySimplex

Simply clone this repository after installing pymodbus into your project, and import the required modules.

Examples

Coming soon