#INP/OUT
Hi Jerry,
<I need a 1 msec (+/- 20%) timed loop independent of platform>
I assume you've tried a Timer control because that would be so easy to
test. How much stuff needs to be done between timing loops, or how often
must it be called. I think the Timer control is only good down to 1ms and
adding a DoEvents to allow other processes to run might screw you up. I'll
see if anything comes up when I try it.
–Gregg
There is 1 Reply.