by Tommyjunge » February 17th, 2006, 6:56 pm
Hello,
@ Kambiz:
As far as I have found out QueryPerformanceCounter can't fire events. It's just a very accurate clock.
@ Jonny_Bit
If you mean real time clock with RTC that would work quite nicely under DOS, where I can tweak the hardware timers and reroute hardware interrups as I have done in the past.
Only problem: I don't know how to achieve that under Windows.
I suspect it won't work. When I did that under DOS, the network stuff failed to work.
The fastest Windows timer I found is the MultimediaTimer which can fire at 1kHz max.
Can anybody think of anything faster? Maybe with external hardware? Could maybe the serial interface be used to fire events at higher rate?
Regards Tom