programmer compatability, 16f88


Results 1 to 11 of 11

Threaded View

  1. #1
    Join Date
    Apr 2008
    Posts
    43

    Default programmer compatability, 16f88

    Could somebody please give me an idea as to why my programmer won't program 16f88 pic's.
    I'm trying to load a simple program
    Code:
     	CMCON = 7		' Disable Comparators
    	ansel = 0
    	
    	start:
    	portb.0 = 1
    	pause 1000
    	portb.0 = 0
    	pause 1000
    	goto start
    through my pic programer and checker board which I have programmed 16f84 and 16f628's many times before and still do, Ive included a picture of the schematic. I am using icprog with direct I/O invert mclear and invert vcc checked.cheers in advanced
    Attached Images Attached Images   

Similar Threads

  1. Melabs U2 Programmer Command Line Options
    By Robert Wells in forum General
    Replies: 5
    Last Post: - 3rd July 2009, 02:11
  2. problems with USB programmer
    By malc-c in forum General
    Replies: 7
    Last Post: - 10th May 2007, 20:14
  3. USB programmer problems
    By uiucee2003 in forum USB
    Replies: 2
    Last Post: - 15th August 2006, 23:47
  4. Melabs USB Programmer
    By tmurph in forum General
    Replies: 1
    Last Post: - 25th December 2005, 03:25
  5. General Programmer Questions
    By mslaney in forum General
    Replies: 1
    Last Post: - 17th December 2004, 18:16

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