Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,143 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've a modbus request hex data that is fetched from a usb sniffer generated file.
This is how the data is
2 41 1 4 99 1 b4 0 1 40 0 1 b4 0 0 0 19 fe bc
the last values are the CRC LSB and MSB. How can I validate the CRC for this ?
Thanks,
Vidya
Find a C# implementation (or do it yourself) of the Modbus CRC algorithm.