-
-
Notifications
You must be signed in to change notification settings - Fork 83
Home
Jacajack edited this page Mar 26, 2016
·
13 revisions
This wiki is under heavy development, same as library, so information is incomplete 😢
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.
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.
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.
Check it out here!