ModbusRTUSlave

ModbusSlave with RTU backend

Constructors

this
this(ulong dev, string port, uint baudrate, string mode)
this
this(ulong dev, string port, string mode)
this
this(ulong dev, string port, uint baudrate, void delegate(Duration) sf, SpecRules sr)
this
this(ulong dev, string port, SerialPort.Config cfg, void delegate(Duration) sf, SpecRules sr)
this
this(ulong dev, SerialPort sp, void delegate(Duration) sf, SpecRules sr)

Members

Functions

com
inout(SerialPort) com()
manageSerialPort
bool manageSerialPort()
Undocumented in source. Be warned that the author may not have intended to support it.
writeStepPause
Duration writeStepPause()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

spcom
SerialPortConnection spcom;

Meta