04-27-2008 02:29 AM
04-30-2008 03:08 PM
The difference could be because LabVIEW uses the Big Endian byte order whereas some other applications use the Small Endian byte order. You may want to convert your data to big endian style before writing the data to the file.
I hope this helps!