public ModbusMaster(IModbusStream stream, IModbusProtocol protocol) { this.stream = stream; this.protocol = protocol; }