There is data in hex D0 58 3E. You need to translate this ieee 754 half precision. There is such a converter , but it is of single precision (32 bits, and I need 16 bits).

    1 answer 1

    Byte[] data = new Byte[7]; Int32 bytes = sp.Read(data, 0, data.Length); string all = BitConverter.ToString(data);