mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
339b3702f6
A serial port pic16c84 programmer. PR: 13516 Submitted by: Johan Kerckaert <kirk@bricsnet.com>
21 lines
535 B
Plaintext
21 lines
535 B
Plaintext
This is Picprog, pic16c84 programmer software for the serial port device.
|
|
Copyright 1997 Jaakko Hyvatti
|
|
|
|
To program a pic16c84 chip:
|
|
|
|
picprog --burn --input something.hex --pic /dev/cuaa1
|
|
|
|
Full manual:
|
|
|
|
see file /usr/local/share/doc/picprog/picprog.html
|
|
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/
|
|
Phone: +358 40 5011222
|
|
|
|
Remember: this is not a production quality programmer! See PIC16C84
|
|
data sheet for more information.
|