rasProject_01 / weSweetHome  R. 77 2025-03-07
process control       /     RasPi software         by   weinert-automation
Loading...
Searching...
No Matches
meterModbusTest.c File Reference
#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...
 

Detailed Description

Copyright (c) 2024 Albrecht Weinert
weinert-automation.de a-weinert.de
/ / /\
/ /___ / \ |
\ /____\ /____\ | _|__
\ /\ / \ / \| |
\/ \/ \__/ \__/|_

Revision history

Rev. 73 18.12.2024
Rev. 270 05.11.2024 : develop reliable Modbus communication to smart meters

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:

make PROGRAM=meterModbusTest TARGET=meterPi clean all

program by:

make PROGRAM=meterModbusTest TARGET=meterPi FTPuser=sweet:0123 progapp

or due to some bugs in make use winscp and IP directly by:

winscp.com /script=progTransWin /parameter sweet:0123 meterPi bin meterModbusTest

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

The program.

run by: meterModBusRest [options

For options see longOptions and :: optHlpTxt.

Variable Documentation

◆ prgNamPure

char const prgNamPure[]

The pure program name.

To be provided in the application's / program's source.

See also
progNam() progNamB()

◆ prgSVNrev

char const prgSVNrev[]

The complete SVN revision string.

To be provided in the application's / program's source.

See also
progRev()

◆ prgSVNdat

char const prgSVNdat[]

The complete SVN date string.

To be provided in the application's / program's source.

See also
progDat()