Timeout function


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Default Synchronous

    PAUSE is synchronous - meaning nothing else can be processed during its execution. At least not PBP code. Asynchronous on the other hand - (which is what you want in this case) - typically something that runs in the background, usually hardware-based interrupts, timers and so forth.
    <br/>

  2. #2
    Join Date
    May 2007
    Posts
    17


    Did you find this post helpful? Yes | No

    Default

    can you please supply me with a example for my code using the timer.

  3. #3
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Post

    Take a look at this thread: http://www.picbasic.co.uk/forum/showthread.php?t=2129

    RTC has some primary TMR0 fundamentals that might help point you in the right direction.

  4. #4
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by T.Jackson View Post
    PAUSE is synchronous - meaning nothing else can be processed during its execution. At least not PBP code. Asynchronous on the other hand - (which is what you want in this case) - typically something that runs in the background, usually hardware-based interrupts, timers and so forth.
    <br/>
    This is what I said in a different way.
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

Similar Threads

  1. Serin2 Timeout
    By tazntex in forum Serial
    Replies: 15
    Last Post: - 15th August 2008, 15:40
  2. Need help with timeout
    By Christopher4187 in forum General
    Replies: 1
    Last Post: - 10th June 2006, 15:38
  3. 16F628A Serin timeout and Timer1
    By Rubicon in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 26th March 2006, 23:20
  4. Serialin timeout
    By Nick in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 18th April 2005, 15:21
  5. Random function - How to limit it ??
    By martarse in forum mel PIC BASIC Pro
    Replies: 18
    Last Post: - 30th November 2004, 14:05

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