Skip to main content

Simple Modbus RTU implementation for Python

Project description

There are several types of modbus protocols:

  • Modbus RTU

  • Modbus ??

Typical usage:

#!/usr/bin/env python

import minimalmodbus

instrument = minimalmodbus.Instrument('/dev/ttyUSB1', 1) # port name, slave address

temperature = instrument.read_register( 23541, 1 ) # Registernumber, number of decimals

Installation

Home page

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

MinimalModbus-0.1.zip (7.5 kB view hashes)

Uploaded Source

MinimalModbus-0.1.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

MinimalModbus-0.1.win32.exe (203.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page