in reply to Binary data
It sounds like you're thinking these are single bit binary fields when you say "1 through 12 are binary." Your sysread is reading 12 bytes, starting one byte into the data (index 1). You're then trying to unpack the 12 bytes read as an integer value.
|
|---|