firmware test

This commit is contained in:
nikzori
2025-02-28 18:00:17 +03:00
parent e9f3a8d350
commit 80bf64b7d5
6 changed files with 257 additions and 12 deletions

View File

@@ -210,7 +210,7 @@ namespace Gidrolock_Modbus_Scanner
#region CRC Computation
static void GetCRC(byte[] message, ref byte[] CRC)
public static void GetCRC(byte[] message, ref byte[] CRC)
{
//Function expects a modbus message of any length as well as a 2 byte CRC array in which to
//return the CRC values: