Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/20/05 08:58
Read: times


 
#88001 - Windows timing
Responding to: ???'s previous message

If you use the usual timer component in Delphi (which is really just the standard Windows timer) don't expect to get accurate timing - it is affected by screen redraws etc (try grabbing a window and moving it - the timing will go out the window) since it is based on the application message pump. There is a multimedia timer that involves a bit of work to get going that has much better resolution and repeatability. So best not to rely on Windows for accurate timing! The idea of sending stop/start commands and having the 8051 do the timing is a reasonable solution.

I too have used the apdpro stuff and find it good.

List of 12 messages in thread
TopicAuthorDate
Windows and serial communication            01/01/70 00:00      
   Delphi component            01/01/70 00:00      
      C++ Builder Component            01/01/70 00:00      
      thanks!            01/01/70 00:00      
   3/4 milliseconds            01/01/70 00:00      
      More precisely...            01/01/70 00:00      
         Poll Start - Poll Stop Commands            01/01/70 00:00      
            Windows timing            01/01/70 00:00      
               Win Timers            01/01/70 00:00      
         Unsolicited Responses            01/01/70 00:00      
         Some Practical Experience            01/01/70 00:00      
            Thanks for the suggestions            01/01/70 00:00      

Back to Subject List