Skip to content
Jacajack edited this page Mar 26, 2016 · 13 revisions

This wiki is under heavy development, as well as library, so information is incomplete, and some links don't work 😢

MODLIB

Modlib is very simple and lightweight C library for MODBUS protocol communication. It is ought to run on AVR mcus, as well as on PCs.

What can it do?

Currently, Modlib is under heavy development and isn't fully functional yet. Full support for Modbus protocol's main functions is planned.

Library is targetted to run on small devices, such as microcontrollers. Code uses dynamic memory alocation and Modbus frames parsing using unions, for minimized resources use.

How to use it?

It depends on what you want your device to be... Here is guide for master devices, and there is for slave devices. You can implement both, that's easy, just read through both guides carefully.

More detailed documentation

Data structures list

Check it out data structures list here!

Functions list

Functions list is avialable here.


Current version: The MIT License Travis CI Coveralls

Latest release: The MIT License Travis CI Coveralls

Clone this wiki locally