blob: 7e9f4077c12c1362097543620faaf200dc5cc651 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|