Readme Fix
This commit is contained in:
@@ -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.
|
4. MachineDataType.Name: the key of the dictionary of the second paramenter is name.
|
||||||
|
|
||||||
## <a name="implement"></a> Implementing Your Own Protocol
|
## <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.
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user