string msg = $"Checksums failed to match {string.Join(", ", request.MessageFrame)} != {string.Join(", ", frame)}.";58 changes: 55 additions & 3 deletions 58 NModbus4/Device/ModbusSlave.cs Original file line numberDiff line numberDiff line change @@ -34,6 +34,16 @@ internal ...