10-02-2013 08:33 PM
Help: Any one can advice, CVI is using Big or little endian?
or is depend on the processors my HW is using?
10-03-2013 12:08 AM
The correct answer it the third one: CVI adapts to the hardware architecture you are running on. In the Programmer's Toolbox you have functions to detect the hardware architecture: HostIsBigEndian and HostIsLittleEndian. In the group you have functions to convert data between architectures.