PySimplex is a module based atop Pymodbus, to allow for direct control to SimplexMotion motors using the Modbus RTU protocol.
To get started, first install pymodbus using the pip installer with command pip install pymodbus
Simply clone this repository after installing pymodbus into your project, and import the required modules.
Coming soon