/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

Author: Jan Panteltje jan@panteltje.demon.nl

Programmer for 24c16 EEPROMS via the PC parallel port.
Will compile on the Linux operatings system.
You need to be root to run this.

Porting to MS DOS should be easy, just change the definition of inb and outb
in iiclib.c, and remove the iopl(3) call in eeprog.c

Only very few parts are required.
Diagram eeprog.ps is included in this distribution.
It is a postscript file, just print it out.

This program will read a binary file and program it in the eeprom.
It can also generate a binary file from the contents of the eeprom.
Any programming is verified.


To make:
make
to install:
make install

Type
eeprog -h
for help.


Work in progress, feel free to add and modify, please respect GPL.
