A communications library in the C language for Modmata, a practical combination of the Firmata and Modbus communication protocols!
For use on the Arduino Leonardo board, running the Modmata library.
If you wish to install from source, clone this repo and it's submodule, libmodbus. Then compile using make.
Alternatively, you can install from our release. It is available as a tarball, and does not require updating submodules to install. However, you will need libtool for these installers to work.
If you want to quickly set up both the ModmataC library, and the default Arduino Modmata program, you can use our complete Modmata installer located here.
For documentation on this library, take a look at our doxygen page here.