From 2418856875ea2bce097bba8e628135dffdc70c4e Mon Sep 17 00:00:00 2001 From: BerndWernerGuenther Date: Mon, 2 Mar 2026 17:10:01 +0100 Subject: [PATCH] setting node address and baud rate by calling API functions --- src/main.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main.c b/src/main.c index ad56260..738c614 100644 --- a/src/main.c +++ b/src/main.c @@ -150,6 +150,13 @@ int main( void ) lThen = timeGetTime(); + /* + ** Set node address and baud rate for fieldbus modules; easy adaption by changing value inside the brackets + */ + ABCC_API_SetAddress (0x55); + ABCC_API_SetBaudrate (0x01); + + while( !fQuit ) { /*