PIC18F4620 Programming problem


Results 1 to 16 of 16

Threaded View

  1. #1
    Join Date
    Dec 2008
    Posts
    21

    Default PIC18F4620 Programming problem

    Hello everyone. I am having a problem with PBP where I am not able to program my PIC18F4620. I know everything is OK with my PIC and the circuit as I can use another program called PIC18 Simulator IDE to program it and everything works fine. I use a bootloader but even without the booloader it just doesn't work when I try to program it with PBP. I am thinking that I must have something not configure properly on my PBP or something. I'll appreciate if someone can help with this as I have already spent three days on this and can't locate the problem. Following my code:

    '********************
    DEFINE LOADER_USED 1 'Bootloader Used
    @ __CONFIG _CONFIG1H, _OSC_HS_1H
    DEFINE OSC 8
    loop:
    Serout2 PORTB.7,16468,["Testing123"] 'For PC
    High PORTA.0
    Low PORTD.0
    pause 1000
    Low PORTA.0
    High PORTD.0
    pause 1000
    Goto loop
    '*********************


    Thanks in advance.

    Javier.
    Last edited by JavPar; - 5th December 2008 at 04:34.

Similar Threads

  1. 16F676 programming problem
    By Christopher4187 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 18th May 2009, 17:39
  2. Programming Problem with PIC16F819
    By Dick Ivers in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 24th July 2007, 18:42
  3. Problem with Interrupt on PIC18F4620 PORTB
    By rookie in forum Off Topic
    Replies: 1
    Last Post: - 22nd March 2007, 01:34
  4. Problem programming the PIC16F648A
    By Edgardo_2 in forum General
    Replies: 2
    Last Post: - 29th December 2006, 00:02
  5. Problem with "on Interrupt" and PIC18F4620
    By philtep in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 21st September 2005, 02: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