A little DT_INT confusion.


Results 1 to 7 of 7

Threaded View

  1. #7
    Join Date
    Dec 2008
    Location
    Los Angeles, CA
    Posts
    156


    Did you find this post helpful? Yes | No

    Default

    Dave! You nailed it. I don't know how you remember/find all these links!!

    I changed the Uart interrupt to this, and it now works:

    Code:
    '======================
    RDRINT:                                      'TAG READER INTERRUPT! 
    '======================                     
    HSERIN [WAIT($02),STR TAG\8\$03]             'READ TAG FROM THIS PORT      (WORKS)         
    SEROUT2 DIAGOUT,MODE,[STR TAG,10,13]         'SEND TAG DATA TO THIS PORT   (WORKS)
    While PIR1.5 = 1     ; clear the buffer
        HSERIN [X]
    Wend                                                              
    @ INT_RETURN                                 ; <=== NOW WORKING :-)
    I want to really look up what that is doing now, and write a note or two. THANK YOU.

    Len
    Last edited by circuitpro; - 20th October 2010 at 00:49.

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