RCSTA1 issue?


Results 1 to 10 of 10

Thread: RCSTA1 issue?

Threaded View

  1. #3
    Join Date
    Oct 2005
    Location
    New Jersey
    Posts
    425


    Did you find this post helpful? Yes | No

    Default Re: RCSTA1 issue?

    Yup, I did that. Like I said, I'm pretty sure the remote processor is the issue, just trying to identify why it's happening and how to limit the failures.

    I receive with this:
    Code:
     IF RCSTA1.1 = 1 THEN    
           RCSTA1.4 = 0          
           RCSTA1.4 = 1
           DAT_IN1 = RCREG1         
           IF PIR1.5 = 1 THEN DAT_IN1 = RCREG1  
        ENDIF              
    
    FOR X=1 TO 500
            HSERIN1 1, DONE, [STR DAT1\1]
            IF DAT1="@" THEN GOTO DONE
            DAT[X]=DAT1 
    NEXT
    Last edited by Christopher4187; - 8th April 2015 at 23:19.

Similar Threads

  1. IF-THEN issue
    By jmgelba in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 12th February 2014, 22:09
  2. TMR1 issue
    By Lestat in forum General
    Replies: 6
    Last Post: - 29th August 2012, 15:41
  3. Timing issue
    By gadelhas in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 29th November 2011, 14:13
  4. Code Issue - select case or 'if' issue - not sure why
    By jamie_s in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 7th October 2007, 08:52
  5. 16F877A issue
    By DynamoBen in forum Off Topic
    Replies: 9
    Last Post: - 31st August 2007, 04:15

Members who have read this thread : 1

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