ChristopheD31 / minimalmodbus

Easy-to-use Modbus RTU and Modbus ASCII implementation for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinimalModbus

Build Status Documentation Status PyPI page link Test coverage report

Easy-to-use Modbus RTU and Modbus ASCII implementation for Python.

Web resources

Other web pages:

Obsolete web pages:

Features

MinimalModbus is an easy-to-use Python module for talking to instruments (slaves) from a computer (master) using the Modbus protocol, and is intended to be running on the master. The only dependence is the pySerial module (also pure Python).

There are convenience functions to handle floats, strings and long integers (in different byte orders).

This software supports the 'Modbus RTU' and 'Modbus ASCII' serial communication versions of the protocol, and is intended for use on Linux, OS X and Windows platforms. It is open source, and has the Apache License, Version 2.0.

Tested with Python 2.7, 3.5, 3.6 and 3.7.

Support for Python2 will be dropped in 2020.

This package uses semantic versioning.

About

Easy-to-use Modbus RTU and Modbus ASCII implementation for Python.

License:Apache License 2.0


Languages

Language:Python 99.0%Language:Makefile 1.0%