• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D14-Apr-201034.3 KiB675553

MakefileH A D03-May-20221.7 KiB6824

READMEH A D14-Apr-20101,014 4026

hexfile.ccH A D14-Apr-201070 KiB1,9491,572

hexfile.hH A D14-Apr-20104.2 KiB14559

main.ccH A D14-Apr-20106.3 KiB227161

picport.ccH A D03-May-202218 KiB694520

picport.hH A D14-Apr-20103.1 KiB12771

picprog.1H A D12-Nov-2007907 5452

program.ccH A D14-Apr-201037.6 KiB804754

program.hH A D14-Apr-20101.4 KiB5016

testport.ccH A D03-May-20225 KiB208161

README

1This is Picprog, a Microchip PIC microcontroller programmer software
2for the simple serial port device.
3Copyright © 1997,2002,2003,2004,2005,2006,2007,2010 Jaakko Hyvätti.
4It may also work for serial eeproms and such with modifications.
5
6
7What you need:
8
9	Serial port pic programming hardware,
10	g++ compiler,
11	Linux kernel version 2.0.32 or 2.1.45 or later
12	..or Cygwin DLL version 1.5.8 or later
13	A pic assembler, for example gpasm.
14
15Quick installation instructions:
16
17	make dep
18	make
19	make install
20
21To program for example a pic16f84 chip:
22
23	picprog --burn --device=pic16f84 --input something.hex --pic /dev/ttyS1
24
25Includes a tool to test PC serial port: testport
26
27Full manual:
28
29	see the file picprog.html in this directory
30	or <URL:http://www.iki.fi/hyvatti/pic/picprog.html>
31
32The author may be contacted at:
33
34	Email: Jaakko.Hyvatti@iki.fi
35	URL:   http://www.iki.fi/hyvatti/
36
37Remember: this is not a production quality programmer!  See the
38data sheets from Microchip for more information about what
39that means.
40