rasProject_01 / weSweetHome  R. 116 2026-05-14
process control       /     RasPi software         by   weinert-automation
Loading...
Searching...
No Matches
minTerm.c File Reference

A console program for a RS232 UART on the Pi. More...

#include "weSerial.h"
#include <errno.h>
#include <getopt.h>
#include <pthread.h>
#include <modbus-private.h>
#include <modbus.h>
#include "weUtil.h"
#include "weModbus.h"
#include <dirent.h>

Functions

void progPrepare ()

Variables

char const prgNamPure []
 The pure program name.
char const prgSVNdat []
 The complete SVN date string.
char const prgSVNrev []
 The complete SVN revision string.

Detailed Description

A console program for a RS232 UART on the Pi.

Revision history

Program functions

This program offers very basic communication and Modbus usage with Raspberry's serial interface for testing and developing.

Library usage

This program uses libmodbus.

Build

Function Documentation

◆ progPrepare()

void progPrepare ( )

20.0220.25

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()