File: README

package info (click to toggle)
picprog 1.9.0-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 296 kB
  • ctags: 181
  • sloc: cpp: 2,962; makefile: 83; sh: 79
file content (37 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
This is Picprog, a Microchip PIC microcontroller programmer software
for the simple serial port device.
Copyright © 1997,2002,2003,2004,2005,2006,2007 Jaakko Hyvätti.
It may also work for serial eeproms and such with modifications.


What you need:

	Serial port pic programming hardware,
	g++ compiler,
	Linux kernel version 2.0.32 or 2.1.45 or later
	..or Cygwin DLL version 1.5.8 or later
	A pic assembler, for example gpasm.

Quick installation instructions:

	make dep
	make
	make install

To program for example a pic16f84 chip:

	picprog --burn --device=pic16f84 --input something.hex --pic /dev/ttyS1

Full manual:

	see the file picprog.html in this directory
	or <URL:http://www.iki.fi/hyvatti/pic/picprog.html>

The author may be contacted at:

	Email: Jaakko.Hyvatti@iki.fi
	URL:   http://www.iki.fi/hyvatti/

Remember: this is not a production quality programmer!  See the
data sheets from Microchip for more information about what
that means.