![]() |
rasProject_01 / weSweetHome
R. 102 2025-10-31
process control / RasPi software by weinert-automation
|
A very simple basic test program for Modbus development. More...
#include <basicTyCo.h>#include <time.h>#include <stdio.h>#include <string.h>#include <errno.h>#include <getopt.h>#include "arch/config.h"#include "sysBasic.h"#include "weUtil.h"#include "weGPIOd.h"Functions | |
| int | main (int argc, char **argv) |
| The program. More... | |
Variables | |
| char const | prgNamPure [] |
| The pure program name. More... | |
| char const | prgSVNdat [] |
| The complete SVN date string. More... | |
| char const | prgSVNrev [] |
| The complete SVN revision string. More... | |
A very simple basic test program for Modbus development.
Revision history
Just read a set of input registers of an eastron smart meter, SDM630 e.g.
NOT ready!!! playground to get rid of Stepane's overhead.
Library usage
Build the program
cross-compile by:
program by:
or due to some bugs in make use winscp and IP directly by:
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
The program.
run by: meterModBusRest [options
For options see longOptions and :: optHlpTxt.
| char const prgNamPure[] |
The pure program name.
To be provided in the application's / program's source.
| char const prgSVNrev[] |
The complete SVN revision string.
To be provided in the application's / program's source.
| char const prgSVNdat[] |
The complete SVN date string.
To be provided in the application's / program's source.