Updated Protocol Constants

This commit is contained in:
2024-04-02 17:40:29 +02:00
parent a58af4d75f
commit 21b0540e81
6 changed files with 5 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ namespace AMWD.Protocols.Modbus.Common.Protocols
/// <remarks>
/// Reading the specification, the max allowed unit id would be <strong>247</strong>!
/// </remarks>
public const byte MAX_UNIT_ID = 0xFF;
public const byte MAX_UNIT_ID = 0xF7;
/// <summary>
/// The minimum allowed read count specified by the Modbus SerialLine protocol.