Hi, I have a simple problem that has been messing with me, and I can find a solution for it. I got an array that contains signed int data, I need to convert each value into an array of 2 bytes. I am using C # and I tried using BitConverter.GetBytes (int), but it returns a 4 byte array.
Any help?
thanks tristan
c #
Tristan demanuele
source share