Added README for cli tool
This commit is contained in:
@@ -675,6 +675,10 @@ namespace AMWD.Protocols.Modbus.Common.Protocols
|
||||
/// <summary>
|
||||
/// Calculate LRC for Modbus ASCII.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The LRC calculation algorithm is defined in the Modbus serial line specification.
|
||||
/// See <see href="https://modbus.org/docs/Modbus_over_serial_line_V1_02.pdf">Modbus over Serial Line v1.02</see>, Appendix B, page 38.
|
||||
/// </remarks>
|
||||
/// <param name="message">The message chars.</param>
|
||||
/// <param name="start">The start index.</param>
|
||||
/// <param name="length">The number of bytes to calculate.</param>
|
||||
|
||||
Reference in New Issue
Block a user