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).
Byte[] data = new Byte[7]; Int32 bytes = sp.Read(data, 0, data.Length); string all = BitConverter.ToString(data);
Source: https://ru.stackoverflow.com/questions/356487/More articles:How to connect Substance to a project in IntelleJ IDEA?Playing .NET Streaming AudioDoes not work: hoverRemove duplicatesID of the last inserted recordSolving problems with event handlers when copying a block.Which editor can open and edit .dat so the values are visually understandable?CNC setting via .htaccessSampling within a particular sample.How can I set the check of two elements?All Articles