This is an arduino nano based programmer. It contains i8255 as a port expander. Now it can program only 3 kind of chips: SST28SF040, W27C010, W27C512. Obviously it can program other chips with the same pinout. It has dc-dc boost converter to program chips which require high voltage.
PC application is not done yet.
You can see this project on bitbucket
Hi Vitally,
I can understand buying off the shelf.
In my case I build a custom programmer for each chip type because it is just a socket or a component change. The time taken to make a new programmer is less than the time taken to get the PROM code right.
If you do write an upload program iHEX I would be interested. I have written a GUI GRBL G-Code Sender before but I am bit (always) busy with other projects.
Actually GTKTerm (linux) would work out of the box. Just need to write the Arduino iHex interface, if there is not already a library for it. Actually I have write an iHEX import routine for one of my CP/M projects. So next time I want program a PROM chip I will have a look at uploading iHEX files from GTKTerm.
Regards Alan