BusBricks: /Users/felixschulke/Developement/Arduino/Modbus_RTU/Modbus_RTU/Modbus-RTU/lib/ModbusRTU/CommInterface_modbusRTU.h File Reference
BusBricks  0.1
Customize bus-communication
Loading...
Searching...
No Matches
CommInterface_modbusRTU.h File Reference
#include <mockSoftwareSerial.h>
#include <mockArduino.h>
#include <CommInterface.h>
Include dependency graph for CommInterface_modbusRTU.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CommInterface_modbusRTU
 The Modbus-RTU CommInterface-class specifies a communication interface with SoftwareSerial as interface-type and Monitors modbus-specific timeouts. Ensures correct data-transfer between standardized Frame-Objects in the Interface-Stack and SoftwareSerial. More...
 

Macros

#define MAXFRAMESIZE   256
 debugging flag to print debugging-information on Serial
 

Typedefs

typedef arduinoMocking::SoftwareSerial SoftwareSerial
 

Detailed Description

Author
Felix Schuelke (flxsc.nosp@m.ode@.nosp@m.gmail.nosp@m..com)
Version
0.1
Date
2024-08-18

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Macro Definition Documentation

◆ MAXFRAMESIZE

#define MAXFRAMESIZE   256

debugging flag to print debugging-information on Serial

maximum number of Bytes a frame can contain