On Tue, Jan 2, 2018 at 12:13 PM, Brad H via cctalk
wrote:
> Thanks Paul. I found an srec2bin converter and ran that.. it created a 1K
> bin file. I then opened that with a hex editor (slick edit).. but alas, no
> readable strings.
>
Not too surprising, since AFAIK the basic Dynamicro doesn't h
: Tuesday, January 2, 2018 11:05 AM
To: Brad H via cctalk
Subject: Re: Dumping my first EPROM
I would convert it to a binary image if you could and then look at it with a
binary editor. Most binary editors I have seen show the data in hex and also
have an eye catcher on the right with the ASCII
I would convert it to a binary image if you could and then look at it
with a binary editor. Most binary editors I have seen show the data in
hex and also have an eye catcher on the right with the ASCII equivalent
to the code points. Trying to find strings in S-records would be a bit
painful.