Table of Contents

Class ModbusSerialRtuMasterModule

Namespace
Loehnert.Lisrt.Communication.Modbus
Assembly
Loehnert.Lisrt.Communication.Modbus.dll

Represents a RTU Modbus master module that can communicate with slaves (server) via a serial communication interface.

public class ModbusSerialRtuMasterModule : ModbusSerialMasterModuleBase, ICompositeModule, ILisrtModule, IModbusMaster, IInitializable, INotifyPropertyChangedEx, INotifyPropertyChanged, IHasServiceView
Inheritance
PropertyChangedBase
ModbusSerialRtuMasterModule
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

ModbusSerialRtuMasterModule(string)

Initializes a new instance of the ModbusSerialRtuMasterModule class.

public ModbusSerialRtuMasterModule(string name)

Parameters

name string

The name of the module instance.

Properties

DataBits

Gets or sets the standard length of data bits per byte.

[Configuration(8)]
public override int DataBits { get; set; }

Property Value

int