Prev: Aladdin Etoken Pro, C#
Next: Moufiltr, ServiceCallback
From: Cris on 9 Nov 2006 02:04 Hi All! I write a driver. This driver generate impuls on LPT port. Now, I use the KeSetTimerEx. This is a periodic timer and 1ms timing. I need 10us periodic timer, in kernel mode. Best regards Cris
From: Philipp Ineichen on 9 Nov 2006 02:51 You can install real time windows add on software or try to use the KeQueryPerformanceCounter routine provides the finest grained running count available in the system. See the DDK Help for more information on this topic. - PI -------------------- Philipp Ineichen www.skagitsystems.ch
From: Cris on 9 Nov 2006 08:48 Thanks! I'll try it! Cris "Philipp Ineichen" wrote: > > You can install real time windows add on software or try to use the > KeQueryPerformanceCounter routine provides the finest grained running count > available in the system. See the DDK Help for more information on this > topic. > > - PI > -------------------- > Philipp Ineichen > www.skagitsystems.ch >
From: Doron Holan [MS] on 9 Nov 2006 21:32 this won't give you a timer though. 10 microseconds is probably well beyond the capability of an PC on the market today (in terms of timers) sunless you are running in a tight busy loop. d -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes only. This posting is provided "AS IS" with no warranties, and confers no rights. "Cris" <Cris(a)discussions.microsoft.com> wrote in message news:D429523D-C2A9-4E0F-AAE0-2F676A154CB3(a)microsoft.com... > Thanks! I'll try it! > > Cris > > "Philipp Ineichen" wrote: > >> >> You can install real time windows add on software or try to use the >> KeQueryPerformanceCounter routine provides the finest grained running >> count >> available in the system. See the DDK Help for more information on this >> topic. >> >> - PI >> -------------------- >> Philipp Ineichen >> www.skagitsystems.ch >>
|
Pages: 1 Prev: Aladdin Etoken Pro, C# Next: Moufiltr, ServiceCallback |