based upon your reply and some digging, I now see that values over 127 were folding over. I needed to create a new integer array (with larger than integer*1). Values below -5 I added 255 and got the f ...
Hi I recently received a binary file and am having trouble reading it. I tried both BIG_ENDIAN and LITTLE_ENDIAN. The file consists of a 300 byte character header that I can read, and 136192 bytes th ...