More build results...
Library on launchpad...
liblightmodbus
is a very lightweight Modbus RTU library that can run on every little-endian machine. It is developed with thought about embedded targets and personal computers as well.
- Minimal resources usage
- Lightweight and easy to use
- Supports all basic Modbus functions
- Library can be installed as a
*.deb
package on computer - You can pick only modules, you want, when building library
Currently supported functions include: 01, 02, 03, 04, 05, 06, 15, 16 Check wiki and docs for more technical information.
If you need help - email me. If you want to help - contribute here, on Github. All contributions are welcome!
liblightmodbus
can be obtained from PPA (Personal Package Archive).
This is how to install liblightmodbus
(if you run Ubuntu):
- Add PPA to your system -
sudo add-apt-repository ppa:mrjjot/liblightmodbus
- Update software lists -
sudo apt-get update
- Install development package -
sudo apt-get install liblightmodbus-dev