Making an EEPROM programmer

Hi, I am attempting to build an 8 bit computer using a Z80 CPU and I need to burn the ROM to an EEPROM and as I decided it was not worth buying an actual programmer for one project I am attempting to use an Arduino Uno to transfer a hex file to the EEPROM, however I am not very good at coding so I was wondering if anyone could help (the EEPROM i am using is AT28C256-15PU) .

Any help is greatly appreciated. Thanks in advance.

Do you have a circuit diagram?

I built my own EEPROM programmer a few years ago, and learnt enough C at the time to struggle through and write my own programming software.

I could probably help you, but you really haven't provided a deal of information to go on aside from what EEPROM you plan to use.

I have attached pictures of mine :wink: :stuck_out_tongue:

It is parallel, this may or may not be a problem for you?

Regards,

Graham