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 floating point array of the
> size of the string ?
> 
> Alternatively, I could write a routine to do it, but wanted to find out if
> there was a simpler solution.

http://docs.python.org/lib/module-array.html
http://numeric.scipy.org

-- 
Robert Kern
[EMAIL PROTECTED]

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to