USB Programmer on e-bay


Results 1 to 9 of 9

Threaded View

  1. #7
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Can you post your code?

    Did you have a look at the following thread?
    http://www.picbasic.co.uk/forum/showthread.php?t=543

    At least from post 1 to 5

    EDIT: oh, make sure you have the latest MPLAB and PICKIT 2 software version
    MPLAB 8.00
    Pickit 2 : V2.40

    You may need to update your PICKIT 2 firmware

    try this one
    Code:
        @ __CONFIG _INTRC_OSC_NOCLKOUT & _WDT_ON & _PWRTE_ON & _MCLRE_OFF & _BOD_ON 
             ' Internal Oscillator
             ' Enable watch dog timer
             ' Enable power up timer
             ' Disable MCLR pin
             ' Enable brown out detect
             
        TRISIO=%11001011 ' MCLR/PGD/PGC pin as input
        GPIO=0
        ANSEL = 0
        CMCON0= 7
        
    Start:
        gpio=255
        pause 500
        gpio=0
        pause 500
        goto start
    While programming, none of the MCLR/PGD/PGC pins should be loaded.
    Last edited by mister_e; - 2nd December 2007 at 01:18.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Usb Programmer ?
    By iugmoh in forum USB
    Replies: 3
    Last Post: - 20th April 2008, 18:10
  2. USB programmer problem 18LF4620
    By BrianT in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 8th November 2007, 02:03
  3. problems with USB programmer
    By malc-c in forum General
    Replies: 7
    Last Post: - 10th May 2007, 20:14
  4. USB programmer problems
    By uiucee2003 in forum USB
    Replies: 2
    Last Post: - 15th August 2006, 23:47
  5. Melabs USB Programmer
    By tmurph in forum General
    Replies: 1
    Last Post: - 25th December 2005, 03:25

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