Readme Fix

This commit is contained in:
luosheng
2023-02-12 08:44:27 +08:00
parent bb4f5c82df
commit eb794b85c1

View File

@@ -228,6 +228,7 @@ machine.SetDatas has four types. It is referenced as the first parameter.
4. MachineDataType.Name: the key of the dictionary of the second paramenter is name.
## <a name="implement"></a> Implementing Your Own Protocol
The main target of Modbus.Net is building a high extensable hardware communication protocol, so we allow everyone to extend the protocol.
To extend Modbus.Net, first of all ValueHelper.cs in Modbus.Net is a really powerful tool that you can use to modify values in byte array.There are two ValueHelpers: ValueHelper(Little Endian) and BigEndianValueHelper(Big Endian). Remember using the correct one.