10-03-2008 08:22 AM
10-05-2008 12:19 AM
Hi Alec,
Configure the Call Library Function to expect a pointer to an array of bytes. The only caveat is that you must pre-allocate the max "buffer" size in LabVIEW.
Here, smercurio shows a string-buffer being pre-allocated.
If you do this C, then when you go and look at that buffer to get your payload, how will you know where the end of the buffer is?
Cheers!