General Programmer Questions


Closed Thread
Results 1 to 2 of 2
  1. #1
    mslaney's Avatar
    mslaney Guest

    Default General Programmer Questions

    There are a bunch of PIC programmers out there that have their own software/driver.
    I am using a K8048 kit that naturally has it's own programmer software. WhenI program my 6f627, that particular software is pulled up to write the hex to the chip. I had to add the programmer to my IDE in addition to the 'builtin' programmer list.
    I'd like to get rid of this extra step and go from build to program without the added programmer software to be used in order to write to the chip.

    Does the list of programmers in the IDE actually have the programmer software builtin?
    Is the extra step eliminated if I use an Epic for instance?
    If so, can I build or buy a less expensive programmer that emulates an Epic or other programmer in the predefined list?

    The extra step annoys me but cash is an issue too.

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


    Did you find this post helpful? Yes | No

    Default

    hummm, F628 has a internal USART. You can use a simple bootloader software. As IDE you can use MicroCode Studio. The free version allow you to program/Debug F628 with a simple circuit.

    http://www.rentron.com/PicBasic/MCS_X3.htm

    As you see it's simple to use and build. If your device is not support by the ICD, you must build/buy external programmer like EPIC,PICSTART or else.

    I heard often about IC-PROG and PONY-PROG. Seems to be easy to build/use.

    IC-Prog : http://www.ic-prog.com/index1.htm

    PONY-Prog : http://www.lancos.com/prog.html

    But, i do not like those free prototype ones... It's my own opinion here. I prefer use one build/supported by a well known/trustable company. For sure more expensive but for sure, it worth the investement.

    I use PICSTART since several years without any problems. EPIC is also a good choice.

    Once your code is compile with PBP, you can use every programmer you want. Every programmer have is own software.
    Steve

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

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. General USB questions
    By BobEdge in forum USB
    Replies: 2
    Last Post: - 21st April 2009, 04:19
  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 : 1

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