12-03-2007 06:34 PM
12-05-2007 10:11 AM
You can communicate with the Win32.dll using a Call Library Function Node in LabVIEW. The functions that you will need to call to utilize overlapped I/O are listed in the linked document. As far as knowing how to call these functions, you will need to consult Microsoft or read through the MSDN files in the document below. You may be able to communicate to the Windows Sockets through LabVIEW's DataSockets, but that is something I will need to look further into. I am not too familar with the overlapped I/O capabilities, could you explain how this is used and why you need to use it for your application? Thanks.
http://en.wikipedia.org/wiki/Overlapped_I/O
12-05-2007 10:31 AM
12-05-2007 05:56 PM