Hi,
That is the same set of MS Api's that I used...
To be precice, I used CreateFile, SetCommMask, WaitCommEvent and ReadFile.
These are all in the same list, but a bit more specific for the serial
port...
Regards,
Wiebe.
"mpeltzer"
wrote in message
news:5065000000050000000DDF0000-1042324653000@exchange.ni.com...
> No, this is not what I mean at all.
>
> But the good news is that I was able to use the WIN32 API as I thought
> I might. I simply used 'Call Library Funciton' nodes to call out to
> 'CreateEvent', 'WaitForSingleObject', and 'CloseHandle'. My problems
> were actually not with the LabVIEW to WIN32 bridge, but in how I was
> using my internal API.