Issue Details
I wrote a file with the Measurement Studio TDMS .NET API which does not support advanced asynchronous functions. When reading the file with the
TDMS Advanced Asynchronous Read Function, it produced error -2544: "With operating system buffering disabled, array sizes and file positions for the Advanced TDMS Vls and functions must be integer multiples of the hard disk sector size. Use the TDMS Advanced Open function to retrieve the sector size.”
How can I fix this error, is there a way of reading TDMS files created with the synchronous file operations?