Skip to main content

A modification of the existing EasyModbus-package version 1.2.6 by Stefan Rossmann of Rossmann Engineering

Project description

EasyModbusSilaaCooling

This package is modification of the easymodbus package by Stefan Rossmann from "Stefan Rossmann Engineering" and customized to control a Helios KWL EC 170 W by Modbus TCP/IP.

The modfied lines are:

line 741: length = len(values)*2+7 instead of length = 6

line 791: length_lsb = length&0xFF; instead of length_lsb = 0x06;

line 792: length_msb = (length&0xFF00) >> 8 instead of length_msb = 0x00

If you want to support the original release by Stefan Rossmann, check out his github under Github-flavored Markdown or his website http://easymodbustcp.net/en/

Project details


Download files

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

Source Distribution

EasyModbusSilaaCooling-1.0.4.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

EasyModbusSilaaCooling-1.0.4-py3-none-any.whl (22.5 kB view hashes)

Uploaded Python 3

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