On Thu, Jan 26, 2012 at 8:44 PM, Alexandre Souza - Listas
<pu1bzz.listas at gmail.com> wrote:
I have and use
multiple programmers. ?I don't know of one device that
handles every device I have burned in the past 10 years.
`
? Beeprog from elnec does...Only the 2708 chips needs an adapter.
I have burned 2708s in the past 10 years - plenty more 2716s, but once
in a while, I do need to read or write triple-voltage devices.
OTOH, I have
the source for the download app for the EPROM emulator I
use...
? Is this a commercial emulator?
Yes, but no longer offered for sale (Grammar Engine ROMulator and
Grammar Engine PromICE)
Has an hex editor integrated?
Not AFAIK. You just stuff files down its gullet with its own app -
I've never seen anyone try to use one with a terminal emulator. The
app reads Intel Hex, but I don't think it pushes Intel Hex over the
wire. It might, though - the PromICE does have some debugging
capabilities. I never used them - I just wrapped my code in a
Makefile that included a download command at the end.
I'm looking to make my eprom emulator compatible
with something good.
There's probably no reason to maintain compatibility with it unless
you were to already own one. I don't have rights to the code, so it
wouldn't be right to share it (though I used to work with the guy who
_does_ have rights, so unlike many cases involving 20-year-old
products, I know exactly who to ask about the status).
-ethan