Bert, hrmm are you talking about the Speaker Timer? and making that work? But isn't the speaker timer only connected to the speaker and such..
One Idea on how to stop interrupts was brought up by Michael Abrash when I read about his Zen Timer for timing optimized code fragments. He stops all...
Thanks Keith, I'm going to try the Multimedia Timer built into windows..but I'm not sure even it can handle < 10 ms delays. I'll give it a try!
John,Yep, I know the function calls take up quite some time. The _outp function though, takes only 1/200,000 of a second(call and return), I timed it...
Hi, first off, to know why I need precise accuracy in this function, down to the exact millisecond is because I am trying to produce a frequency through my parallel port. I timed the call and return of the _outp()(function to write to the port in VSC++6.0) to be around 1/200,000th of a second. I...
Hi, I'm a C++ programmer and don't know much about assembly(though I'd like to learn in the near future). I'm writing on this forum since I need of a time delay optimized function..accurate to nearly the millisecond(Zen Timer is accurate to the microsecond I think).first off, to know why I need...
Hi, first off, to know why I need precise accuracy in this function, down to the exact millisecond is because I am trying to produce a frequency through my parallel port. Sending frequencies through the port would allow me to make multiple channels in which a robot can communicate with the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.