Skip to main content

Modbus RTU over Serial Only

Project description

tiny-modbus-rtu

Modbus RTU Client library for communicating with Modbus RTU Servers over Serial

Developed as an alternative to the existing modbus libraries that include support for all Modbus Protocols and do not allow custom messages. TinyModbusRTU supports only a single protocol and transmission layer.

Designed specifically to allow support for custom function codes and messages.

Features:

  • Standard MODBUS-RTU Read Requests

  • Standard MODBUS-RTU Write Requests

  • Custom Function Code MODBUS-RTU Requests

    • Requests containing only a custom function code can be used to trigger certain actions from a server
  • Fully Customizable MODBUS-RTU Requests

  • Optionally Disable the CRC16 Validity check for Hobbyist Development

    • Note: Disables CRC16 Check for both requests and responses

Requirements:

  • python >= 3.6.0

  • pySerial >= 3.0

Not-Supported:

  • MODBUS-ASCII

  • MODBUS OVER TCP

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

tinymodbusrtu-0.1.0.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

tinymodbusrtu-0.1.0-py3-none-any.whl (10.1 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