Long start time


Results 1 to 11 of 11

Thread: Long start time

Threaded View

  1. #3
    Join Date
    Mar 2007
    Posts
    17


    Did you find this post helpful? Yes | No

    Default more results

    Okay, I added:

    DEFINE OSC 8 and added a PAUSE 10 (see below) in the loop: and another message so I toggle between the two.

    The message still takes ~ 2 sec to toggle. Another thing I've noticed is that the old program runs for some time before the new one 'kicks in'. I think I'm missing some basic principles here. Any help?

    Using the PicKit2 with the auto import and write feature to load the hex. I have used the <ctl>I -<ctl>w with the same results.

    As always, thanks.

    i = 0

    loop:
    if i = 1 then
    Lcdout $fe, $1, "Hello"
    Lcdout $fe, $c0, "World"
    i = 0
    else
    Lcdout $fe, $1, "Wiggles"
    Lcdout $fe, $c0, "is here!"
    i = 1
    endif
    pause 10
    Goto loop ' Do it forever
    Last edited by ttease; - 7th April 2007 at 14:43. Reason: add missing details and code

Similar Threads

  1. High Resolution Timer & Speed Calculator
    By WOZZY-2010 in forum Code Examples
    Replies: 4
    Last Post: - 7th February 2010, 16:45
  2. Hello, long time no post (ADC sample rate)
    By Jhong2 in forum General
    Replies: 0
    Last Post: - 14th April 2009, 04:13
  3. Pic16f84 and RC5 kode
    By terminator in forum Bluetooth
    Replies: 5
    Last Post: - 18th June 2007, 21:40
  4. Replies: 2
    Last Post: - 27th March 2007, 12:48
  5. Using RTC to generate long time delays
    By schlaray in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 3rd January 2007, 00:31

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