Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 419 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 419 Bytes

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