control a PLL for FM


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302

    Default control a PLL for FM

    I have write a code to control a PLL for FM
    The step is 50Khz
    Like : 100.000 - 100.50 - 100.100 - 100.150 - 100.200 ...... 101.000 - 101.50 - 101.100 MHZ.
    I want to show 100.050 not 100.50 and the same for 101.50
    but i don't know how to fix the problem.

  2. #2
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302


    Did you find this post helpful? Yes | No

    Default now work

    i change this :

    LCDOUT #F3 'post the Khz
    LCDOUT " MHz "

    with :

    LCDOUT DEC3 F3, " MHz " ' post the kHz

    and work.

Similar Threads

  1. How do I give a radio control car autonomous control
    By Kenjones1935 in forum General
    Replies: 190
    Last Post: - 17th January 2010, 15:40
  2. No one-way approach to learning ir remote control frequencies
    By selbstdual in forum mel PIC BASIC Pro
    Replies: 41
    Last Post: - 22nd June 2007, 13:26
  3. Allow better control of text in GUI
    By Archangel in forum PBP Wish List
    Replies: 1
    Last Post: - 19th February 2007, 13:25
  4. Control unlimited servos at the same time
    By mrx23 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 19th September 2006, 14:14
  5. Control RC servo via Parallax Servo Control
    By cibotsan in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 17th September 2005, 08:18

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