mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
ICDPROG is a simple command line programmer for Microchip PIC controllers,
|
|
using the Microchip or Olimex ICD (in circuit debugger) as a programmer.
|
|
It was written by Geir Thomassen.
|
|
|
|
The program is written for command line usage.
|
|
|
|
FEATURES
|
|
* Works with PIC16F87x, x = [0,1,2,3,4,6,7] (3,7 is well tested ... )
|
|
* Reads Intel hex format
|
|
* Auto-detects controller type
|
|
|
|
run the program with
|
|
icdprog <hex file>
|
|
|
|
or
|
|
icdprog -p /dev/tty01 <hex file>
|
|
if you connect the ICD to serial port #2
|