After a long time, taking advantage of the fact that I found several Arduino uno in a flea market, I decided to make a small programmer dedicated to the earom GI ER3400.
Basically I reworked a Erik van Zijst work (which you can find
here and
here) creating a Arduino shield capable of reading, writing, erasing and blank checking the earom.
Unlike Erik, I used a 74HC4040 as address register because I had some in the drawer.
Communication between Arduino and the computer takes place through a program written in Python.
The changes I made to the Erik's software are very crude (certainly someone will be able to rewrite everything in a more elegant way)
however the programmer works and for me this is enough.
The pics are related to an old shield with external -30V power supply.
The new schematic instead incorporates a DC/DC converter that generates the -30V on board, however it is necessary to supply the Arduino uno via an external power supply (the USB cable is not able to supply the necessary current).