rasProject_01 / weSweetHome
R. 240
process control / RasPi software by weinert-automation
|
A console program for a RS232 UART on the Pi. More...
#include "weSerial.h"
#include <errno.h>
#include <getopt.h>
#include <pthread.h>
#include "weModbus.h"
#include <dirent.h>
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 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
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.