Loop noise


Results 1 to 6 of 6

Thread: Loop noise

Threaded View

  1. #1
    Join Date
    Jul 2005
    Posts
    18

    Default Loop noise

    Greetings Picbasicans, my 16F877 is connected to a radio. Some of my functions have loops, eg:



    Loop:
    Display time on LCD
    Display frequency
    Some other command
    pause 25
    BUTTON Pin1,Down,Delay,Rate,BVar,Action,Label1
    BUTTON Pin2,Down,Delay,Rate,BVar,Action,Label2
    BUTTON Pin3,Down,Delay,Rate,BVar,Action,Label3
    '' " "
    goto loop

    The thing is that I can hear this loop through the speakers, eg, I can hear a put put put put every 25 cycles. Changing the pause time will only change the frequency of the pulses. Any suggestions how I can get rid of this. I have tried using while wend command but I need to refresh other commands (eg: diplay time). Any comments are appreciated.

    Regards

    Juan
    Last edited by Jųan; - 17th October 2005 at 10:12.

Similar Threads

  1. Controlsystem for compact sporting (clay shooting)
    By Fredrick in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 30th July 2009, 16:48
  2. Serin to Serin2 ??
    By Gixxer in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 25th January 2008, 03:56
  3. Serial Relays
    By tazntex in forum General
    Replies: 3
    Last Post: - 17th May 2007, 17:42
  4. newbie Q - edge detection?
    By RMCRAVEN in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 9th October 2006, 08:20
  5. Newbie question:
    By Izone in forum mel PIC BASIC
    Replies: 2
    Last Post: - 26th February 2006, 16: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