ModbusRTUMaster

ModbusMaster with RTU backend

Constructors

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

Members

Functions

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

Properties

readStepPause
Duration readStepPause [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
writeStepPause
Duration writeStepPause [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

spcom
SerialPortConnection spcom;

Meta