I have seen that link was cool to make EPROM programmer, are you sure EEPROM will also work??
The circuit would have to be changed slightly to do your EEPROM.
You would have to write your own software to go with it.
Pls tell how to make this, as where to write this program which type of computer is need..??
You would need a computer with the correct kind of printer port and
be able to control the printer port from the software.
So, for example, it would be a lot easier to do it with a QBasic program
running in DOS than trying to do it with some modern version of Windows
Will this process can hazard computer also??
Absolutely yes
If you don't set things up correctly with both the hardware and the
software you might end up with the computer trying to talk to the
EEPROM at the same time the EEPROM is trying to talk to the computer,
in that case they might short each other out.
Here's a schematic for programming a similar EEPROM by hand.
Which I think would just need a couple more address lines added
for a 2864.
http://www.armory.com/~rstevew/Public/P ... M_Pgmr.gif
Again, I know nothing of this circuit except that schematic
It's just something I found while searching with Google
That schematic shows a bunch of switches on the address and
data busses but only one of every thing that goes with each switch.
For example you would need a seperate transistor, LED, transmission
gate, pull down resistor, and so on for each data line.
I'd probably try and use an octal bus driver instead of the transistors
to drive the LEDs
Here is another programmer that does some 2864s
(they are not all the same. see "Note 2: Must have Ready/Busy
pin - I use ST Microelectronics M28C64C")
http://www.armory.com/~rstevew/Public/P ... ammer.html