in reply to Re^2: why the unpack doesnt split the data to the array ?
in thread why the unpack doesnt split the data to the array ?

so I want @data to be like this: (f0, 76, 01, 08 AND SO ON

Hex strings?

just unpack the particular data as unsigned chars

There is enough data for 71 chars.

  • Comment on Re^3: why the unpack doesnt split the data to the array ?