Richard
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menufirst be aware that the "f" format is for packing/unpacking 12bit floats so you code would have to be:Quote
the endian issue will be automatically resolved when you stay on the same platform. So a number packed/written on little-endian will come out fine when read back on little-endian, and the same is true for writing/reading on big-endian OS.Quote