Hi,
I have a VI attached here that uses the call dll function to run a third party software.
In the fourth part of the VI, I am trying to read a line from the third party software.
I have defined char*buffer which would point to the address where to store the line that will be sent by the third party and I have also defined the maximu length of the buffer.
Now I need to read the chars that are stored in this buffer, I am not sure how to read the buffer, can any oe help me in doing this,
Thanks
Ajit