pulsin followed by serin2 problem


Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Dec 2003
    Location
    plano, texas usa
    Posts
    8

    Default pulsin followed by serin2 problem

    I am measuring pulse length.This routine works fine as long as I comment out serin2 command. It appears that pulsin command is affected or timing when I add serin command. I no longer decode valid pulse that I am monoriting with a scope. Any Suggestions, I have tried numerous delays etc.

    Thanks in Advanced
    Stuck and sleepless












    wait_for_t0:

    if portb.0= 0 then wait_for_t0 ' loop until rssi goes high

    pulsin portd.4,1,PLENGTH1 ' MEASURE TIME C2 IS HIGH AND STORE
    IF PLENGTH1 > 255 AND PLENGTH1 < 270 THEN COUNTPULSes ' 42 usec error allowed


    serin2 b2,16780,1000,wait_for_t0,[WAIT ("$$"),cmnd] ' get command wait $$ timeout 1 secs added
    GOTO wait_for_t0
    Last edited by RSSHARPE; - 16th September 2005 at 17:08.

Similar Threads

  1. Pulsin problem?
    By Skylar in forum mel PIC BASIC
    Replies: 3
    Last Post: - 27th May 2009, 15:40
  2. Serout2 and Serin2 problem
    By MrSafe in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 26th July 2007, 04:33
  3. Pulsin 16F819 problem
    By rekcahlaer in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 11th April 2007, 13:52
  4. a problem RF Signal with PULSIN
    By muskut in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 22nd July 2005, 16:42
  5. Serin2 problem on 16F876
    By jrt4fun in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 29th May 2004, 17:24

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