Interrupt problems!


Results 1 to 5 of 5

Threaded View

  1. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Pause 1 is still fair but i would use a loop of PAUSEUS 10 OR use an internal Timer and a loop... but it's just me

    LCDOUT could slow down a little bit, it will depend how much data you send. But it certainely don't need seconds to finish. Personnally i use internal, external eeprom to store the texts string, so i send i character at the time. Still faster and may avoid some interrupt latency.

    OR you may decide to use a variant of 'Embedded string in your codespace'

    There's some days like that where asm interrupt or instants interrupts are handy.

    Without your whole code it's hard to spot the problem(s)
    Last edited by mister_e; - 3rd November 2006 at 14:58.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Won't go back to SLEEP after 1st Interrupt
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 32
    Last Post: - 29th June 2009, 09:00
  2. Can't ID interrupt source with this IntHandler??
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 3rd June 2009, 02:35
  3. Help with Analog Interrupt
    By brid0030 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 13th February 2008, 18:14
  4. RB0 interrupt problems
    By amindzo in forum General
    Replies: 1
    Last Post: - 26th August 2006, 11:52
  5. USART interrupt not interrupting right
    By Morpheus in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 6th March 2005, 01:07

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