FieldTalk™ Modbus Master .NET Library

MbusSerialMasterProtocol Class

Base class for serial serial master protocols

For a list of all members of this type, see MbusSerialMasterProtocol Members.

System.Object
   FieldTalk.MbusMasterFunctions
      FieldTalk.MbusSerialMasterProtocol
         FieldTalk.MbusAsciiMasterProtocol
         FieldTalk.MbusRtuMasterProtocol

[Visual Basic]
MustInherit Public Class MbusSerialMasterProtocol
    Inherits MbusMasterFunctions
[C#]
public abstract class MbusSerialMasterProtocol : MbusMasterFunctions

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This base class realises the Modbus serial master protocols. It provides functions to open and to close serial port as well as data and control functions which can be used at any time after the protocol has been opened. The data and control functions are organized different conformance classes.

It is possible to instantiate multiple instances of this class for establishing multiple connections on different serial ports (They should be executed in separate threads).

Requirements

Namespace: FieldTalk

Assembly: mbusmaster.net (in mbusmaster.net.dll)

See Also

MbusSerialMasterProtocol Members | FieldTalk Namespace | MbusRtuMasterProtocol | MbusAsciiMasterProtocol