Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type Modbus struct + BaudRate int + ConfigurationType string + Controller string + DataBits int + DebugConnection bool + ExcludeRegisterTypeTag bool + Log telegraf.Logger + Name string + Parity string + RS485 *rs485Config + Retries int + RetriesWaitTime config.Duration + StopBits int + Timeout config.Duration + TransmissionMode string + Workarounds workarounds + func (m *Modbus) Gather(acc telegraf.Accumulator) error + func (m *Modbus) Init() error + func (m *Modbus) Printf(format string, v ...interface{}) + func (m *Modbus) SampleConfig() string