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
-
PropertyChangedBaseModbusSerialRtuMasterModule
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
ModbusSerialRtuMasterModule(string)
Initializes a new instance of the ModbusSerialRtuMasterModule class.
public ModbusSerialRtuMasterModule(string name)
Parameters
name
stringThe 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; }