Table of Contents

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
PropertyChangedBase
ModbusSerialAsciiMasterModule
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

ModbusSerialAsciiMasterModule(string)

Initializes a new instance of the ModbusSerialAsciiMasterModule class.

public ModbusSerialAsciiMasterModule(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(7)]
public override int DataBits { get; set; }

Property Value

int