Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

setting up a REAL TIME Proccess in a windows plataform

Status
Not open for further replies.

wlamir

Newbie level 1
Newbie level 1
Joined
Apr 19, 2005
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
How to setup an accurate time interrupt in a PC windows so that I can run some other routines or procedure while I am waiting for an amount of time ( delay) needed by some other procedures inside my code ?!
Lets say that I have to set some command for an external hardware connected, for example, through the parallel port of the PC and after, lets say 10ms, I want to set another command and the 10ms should be as accurate as possible.
But, meanwhile, instead of being there waiting for 10ms I would like to be doing another stuffs, as for example, data logging data that I have received previously.
I am programming in C++.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top