Apollo3zehn / FluentModbus

Lightweight and fast client and server implementation of the Modbus protocol (TCP/RTU).
MIT License
189 stars 71 forks source link

Documentation is out of date #30

Closed BryanCrotaz closed 3 years ago

BryanCrotaz commented 3 years ago

From the docs in Endianness:

var client = new ModbusRtuClient(..., ModbusEndianness.BigEndian);

Should be

client.Connect(port, ModbusEndianness.BigEndian);

Apollo3zehn commented 3 years ago

Thank you, I corrected that (and other issues I found in the docs).