Measuring time


Closed Thread
Results 1 to 4 of 4

Thread: Measuring time

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    967


    Did you find this post helpful? Yes | No

    Default

    <B>From the manual</b>
    PBP will not enter the BASIC interrupt handler until it has finished
    executing the current statement. If the statement is a PAUSE or SERIN,
    it could be quite a while before the interrupt is acknowledged. The
    program must be designed with this latency in mind. If it is
    unacceptable and the interrupts must be handled more quickly, an
    assembly language interrupt routine must be used.
    This is just one of the reasons why.

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    You may want to take a look at this http://www.picbasic.co.uk/forum/showthread.php?t=3251
    I hear it is pretty good
    Dave
    Always wear safety glasses while programming.

  3. #3


    Did you find this post helpful? Yes | No

    Default

    I found this site to be easier on the eyes...

    http://darreltaylor.com/DT_INTS-14/blinky.html

Similar Threads

  1. need help for measuring two freq at same time
    By vu2iia in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 3rd January 2009, 04:48
  2. I don't understand this code!
    By Russ Kincaid in forum mel PIC BASIC Pro
    Replies: 46
    Last Post: - 13th February 2008, 02:55
  3. Serout2/serin2 Pbp Problem
    By SOMRU in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 11th December 2006, 19:55
  4. Time Measuring
    By peterson in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 20th May 2006, 17:22
  5. Timer in real time
    By martarse in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 29th July 2005, 14:24

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts