<jsalzman@gmail.com> wrote in message
news:8deb2bbc-6912-4090-8e34-8c68eb555020@c33g2000hsd.googlegroups.com...
> On Mar 3, 2:17 pm,
et...@FreeNet.Carleton.CA (Michael Black) wrote:
>> But there's the example that proves you need the specific IC number.
>>
>> The MC1488 is very specific, it's intended as an RS-232 line driver,
>> to go with the MC1489 RS-232 line receiver. Since RS-232 uses positive
>> and negative voltages, they generally won't be useful except if your
>> need is for positive and negative voltages. I can't remember but they
>> also may not be particularly good sources of current output, instead
>> they are designed for driving long lines rather than loads that put a lot
>> of drain on the lines.
>
> I'll have to check and see if I have an MC1489 then. I might actually
> have a use for the pair.
>
> I collect classic computers and want to archive a lot of my original
> software onto modern storage formats. There are many interfaces
> available for classic computers to transfer to modern PCs via RS-232.
> Since it's impractical for me to get the classic PC next to my primary
> desktop PC, I suppose I can try a line driver/receiver adapter and a
> run of spare telephone wire or CAT5 (about 45ft in this case) to get
> them connected between my workbench and computer desk. That way, if I
> don't finish the transfers all in one night, I can just roll up the
> wire between sessions. I won't upset my better half by leaving classic
> PCs connected up in the den for days.
>
> Thanks!
You can implement the very old Intel hex routine on the ancient computer
data
to convert the programs to ASCII hex. You then 'print' the ASCII hex to the
serial port. The modern computer can (in DOS for sure) have its console
redirected to com1. It will appear as if someone typing the ASCII hex very
rapidly to the modern computer. I believe that command was 'mode
con:=com1:'
You can then use debug to convert the ASCII hex back into binary data and
save the program to modern media.