Re: windows...linux...

I used the following on WinXP:

1.) NI-DAQ C API
    http://volt.ni.com/niwc/common.jsp?page=ni_daq&node=10119

    See also:
        http://sine.ni.com/apps/we/nioc.vp?cid=10119&lang=US
        http://sine.ni.com/apps/we/nioc.vp?cid=10181&lang=US

2.) with Cygwin
    www.cygwin.com

3a.) and did multi-threading with the threading and syncronizatioon 
features of the Win32 API (include windows.h when using Cygwin)
    
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/windows_api_start_page.asp
    
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/process_and_thread_functions.asp

3b.)You could probably use pthreads instead of the Win32API, since 
Cygwin has support for it:
    http://cygwin.com/cygwin-api/cygwin-api.html
    http://cygwin.com/cygwin-api/std-posix.html#AEN85

Hope this helps,

~ Philip D.S. Thoren

Piero Codas wrote:

> hello, this may be very strange for some of you...i'm making my tesis 
> for electronical enginer. i'm from paraguay, sorry because my english. 
> my tesis consist in real time data adquisition. i've made a linux 
> driver in other work before for my ni-pci6111e series. real time in 
> linux have no problem, and it worked perfectly (pid motor control).
>  
> my problem is, that i must demostrate that linux is more than windows, 
> no mather cost. but in windows 2000, i don't know how to make it real 
> time. i've tried intime and venturcom but i don't know how to make my 
> adquisition run in real time, like linux.
>  
> in windows 2000 there is an option for realtime, but mi computer stuks 
> when i select this option.
>  
> anyway, does someone know about real time in windows???
>  
> thanks
>  
> piero codas
> asunción-paraguay
>  
> ------------------------------------------------------------------------
> E3-I: This message has been scanned for viruses and dangerous content 
> by UML's antivirus scanning services.

Received on 2004-03-13Z00:26:11