strange problem ! pic18f4550 & pic16f84a serial communication .


Closed Thread
Results 1 to 19 of 19

Hybrid View

  1. #1
    Join Date
    May 2013
    Location
    australia
    Posts
    2,645


    Did you find this post helpful? Yes | No

    Default Re: strange problem ! pic18f4550 & pic16f84a serial communication .

    first off this thread has been inactive for 9 years , is it even relevant to your problem ?


    if pic18f4550 use 16Mhz crystal , how to set 'Config1L to get precise output timing ?
    what output timing ?

    what cpu clock are you aiming for ?
    do you need usb clock ?

    what version of pbp ?
    setting config like this is ancient history
    @ __CONFIG _CONFIG1L, _USBDIV_2_1L & _CPUDIV_OSC1_PLL2_1L & _PLLDIV_5_1L
    why not start a new more relevant thread
    Warning I'm not a teacher

  2. #2
    Join Date
    Jul 2016
    Posts
    5


    Did you find this post helpful? Yes | No

    Default Re: strange problem ! pic18f4550 & pic16f84a serial communication .

    Quote Originally Posted by richard View Post
    first off this thread has been inactive for 9 years , is it even relevant to your problem ?




    what output timing ?

    what cpu clock are you aiming for ?
    do you need usb clock ?

    what version of pbp ?
    setting config like this is ancient history


    why not start a new more relevant thread
    hello,
    my complier is PBP3 gold 3.0.9.0
    16Mhz crystal work with Pic18f4550
    output timing means : if I toggle portB.4 200 , led should toggle every 200ms , but it output toggle only every 20ms , how can i set exactly config to get precise output ? thanks

    Lee

  3. #3
    Join Date
    May 2013
    Location
    australia
    Posts
    2,645


    Did you find this post helpful? Yes | No

    Default Re: strange problem ! pic18f4550 & pic16f84a serial communication .

    maybe you should post the actual code you are trying
    toggle portB.4 200
    is not a valid pbp statement
    @ __CONFIG _CONFIG1L, _USBDIV_2_1L & _CPUDIV_OSC1_PLL2_1L & _PLLDIV_5_1L
    is not a valid pbp3 statement


    what cpu clock are you aiming for ?
    do you need usb clock ?

    did you define OSC?
    Warning I'm not a teacher

Similar Threads

  1. Serial Communication Using PIC16F84A
    By fazan83 in forum GSM
    Replies: 9
    Last Post: - 22nd January 2007, 02:56
  2. Serial Communication Problems (Strange!!)
    By Armando Herjim in forum Serial
    Replies: 1
    Last Post: - 20th June 2006, 22:46
  3. Replies: 5
    Last Post: - 20th March 2006, 01:34
  4. Serial Communication Problem
    By elec_mech in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 23rd February 2006, 02:11
  5. Replies: 8
    Last Post: - 11th November 2004, 20:08

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