FieldTalk™ Modbus Master .NET Library

MbusRtuMasterProtocol Class

Modbus RTU Master Protocol class

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

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

[Visual Basic]
Public Class MbusRtuMasterProtocol
    Inherits MbusSerialMasterProtocol
[C#]
public class MbusRtuMasterProtocol : MbusSerialMasterProtocol

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 class realizes the Modbus RTU master protocol. 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

MbusRtuMasterProtocol Members | FieldTalk Namespace | MbusAsciiMasterProtocol