Anyone know what format code to use with unpack() for a uint8 packed by C++ ?
Would that be the same thing as an unsigned char?
The values it represents should be a small int. I have never tried to use the 'C' format code though. I will try it this evening though.