Skip to content

Legrandgroup/robotframework-modbuslibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Robot Framework library for Modbus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published