From 0e3024effb9bb23a947b2864b39df439f5ede973 Mon Sep 17 00:00:00 2001 From: chschloetel Date: Sat, 2 Nov 2024 17:40:07 +0100 Subject: [PATCH] modified: include/ModbusSlaveConfigToEEPROM.h Max BaudRate to 38400 --- include/ModbusSlaveConfigToEEPROM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ModbusSlaveConfigToEEPROM.h b/include/ModbusSlaveConfigToEEPROM.h index b235e9e..9e57b7a 100644 --- a/include/ModbusSlaveConfigToEEPROM.h +++ b/include/ModbusSlaveConfigToEEPROM.h @@ -24,7 +24,7 @@ private: */ static const int MODBUS_ID_ADDRESS = 0; // Speicheradresse für Modbus-ID static const int BAUD_RATE_ADDRESS = 1; // Speicheradresse für Baudrate - static const int MAX_BAUD_RATE = 115200; // Maximal unterstützte Baudrate + static const int MAX_BAUD_RATE = 38400; // Maximal unterstützte Baudrate static const int MAX_MODBUS_ID_ADDRESS = 254; // Maximal unterstützte Baudrate unsigned long lastWriteTimeID = 0; // Last write time for Modbus ID