Class ModbusSerialAsciiMasterModule
- Namespace
- Loehnert.Lisrt.Communication.Modbus
- Assembly
- Loehnert.Lisrt.Communication.Modbus.dll
Represents an ASCII Modbus master module that can communicate with slaves (server) via a serial communication interface.
public class ModbusSerialAsciiMasterModule : ModbusSerialMasterModuleBase, ICompositeModule, ILisrtModule, IModbusMaster, IInitializable, INotifyPropertyChangedEx, INotifyPropertyChanged, IHasServiceView
- Inheritance
-
PropertyChangedBaseModbusSerialAsciiMasterModule
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
ModbusSerialAsciiMasterModule(string)
Initializes a new instance of the ModbusSerialAsciiMasterModule class.
public ModbusSerialAsciiMasterModule(string name)
Parameters
name
stringThe name of the module instance.
Properties
DataBits
Gets or sets the standard length of data bits per byte.
[Configuration(7)]
public override int DataBits { get; set; }