03-26-2007 08:03 AM
03-26-2007 11:36 PM
Hi rkpat,
There's probably another way, but I pass cluster-information as an array (see attached.)
Baud may need the byte-order switched - if your DLL wants it in Big-endian format.
The Device (char *) input can probably be re-defined as a C-string - then the explicit zero-termination won't be necessary (LabVIEW will take care of it).
As you know, CLF calls can be tricky, hopefully this is at least close to what you'll need. ![]()
Cheers!