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

This wiki is under heavy development, same as library, so information is incomplete 😢

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.

Data structures documentation

Check it out here!


Current version: The MIT LicenseTravis CICoveralls

Latest release: The MIT LicenseTravis CICoveralls

Clone this wiki locally