LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert an U8 array to a LabView data type

Solved!
Go to solution

@Scott-D wrote:

It works!!!  thank you guys so much! I use Unflatten from string with "native, jost order" to solve the byte swap problem.


I would recommend to use "little endian" instead. The byte order does not depend on the host system, but on the source that generated the data. If you use native host order, it will not work correctly e.g. under linux.

0 Kudos
Message 11 of 11
(1,143 Views)