Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

minimalmodbus

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minimalmodbus

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

pipPyPI
Version
2.1.1
Maintainers
1

=============================== MinimalModbus

.. image:: https://github.com/pyhys/minimalmodbus/actions/workflows/build.yml/badge.svg :target: https://github.com/pyhys/minimalmodbus/actions :alt: Build Status

.. image:: https://codecov.io/gh/pyhys/minimalmodbus/branch/master/graph/badge.svg?token=6TcwYCQJHF :target: https://codecov.io/gh/pyhys/minimalmodbus :alt: Test coverage report

.. image:: https://readthedocs.org/projects/minimalmodbus/badge/?version=master :target: https://readthedocs.org/projects/minimalmodbus/?badge=master :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/minimalmodbus.svg :target: https://pypi.org/project/minimalmodbus/ :alt: PyPI page link

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.

For Python 3.8 and later. Tested with Python 3.8, 3.9, 3.10, 3.11 and 3.12.

This package uses semantic versioning.

Keywords

minimalmodbus

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts