Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.25 KB

README.rst

File metadata and controls

45 lines (29 loc) · 1.25 KB

ModbusLibrary for Robot Framework

Introduction

ModbusLibrary is a Robot Framework test library for testing Modbus.

The library has the following main usages:

  • Reading and writing registers over serial line
  • Reading and writing registers over socket

This is a very basic library which only handles a single connection. Multiple connections will be implemented later.

ModbusLibrary is open source software licensed under Apache License 2.0.

Installation

When installing ModbusLibrary on UNIX-like machines with Python, the easiest approach is using pip:

pip install robotframework-modbuslibrary

Alternatively you can download the source distribution from PyPI, extract it, and install it:

python setup.py install

Documentation

Keyword documentation can be built running:

make doc

For general information about using test libraries with Robot Framework, see Robot Framework User Guide.