Re: Reading IEEE 754 format strings directly into a floating point array

2005-10-14 Thread Ben Caradoc-Davies
Madhusudan Singh wrote: > The values are returned as IEEE format binary floating point numbers. There > are 4 bytes per point. Multiple points are not separated by any delimiter. > Is it possible to read these directly into a floating point array of the > size of the string ? Consider using the st

Re: Reading IEEE 754 format strings directly into a floating point array

2005-10-14 Thread Robert Kern
Madhusudan Singh wrote: > I am querying an instrument in a measurement application. > > The values are returned as IEEE format binary floating point numbers. There > are 4 bytes per point. Multiple points are not separated by any delimiter. > > Is it possible to read these directly into a floatin

Reading IEEE 754 format strings directly into a floating point array

2005-10-14 Thread Madhusudan Singh
I am querying an instrument in a measurement application. The values are returned as IEEE format binary floating point numbers. There are 4 bytes per point. Multiple points are not separated by any delimiter. Is it possible to read these directly into a floating point array of the size of the str