Just in case there are members of this list living in The Netherlands
or Belgium that are not members of the Dutch Computer Collectors
mailing list (cvml at egroups dot com) I'd like to announce here that
the cvml list will have a meeting in Rotterdam on 17 february 2001.
If possible, bring some nice old computers. The meeting is organized
bij Stefan (stefan at softhome dot net) and Lino (pinoli at publishnet
dot nl). A web page (in Dutch) describing the event is at
http://www.xs4all.nl/~rimmer/cvml/cvml.html
--
Kees Stravers - Geldrop, The Netherlands - kees.stravers(a)iae.nl
http://www.iae.nl/users/pb0aia/ My home page (old computers,music,photography)
http://www.vaxarchive.org/ Info on old DEC VAX computers
Net-Tamer V 1.08.1 - Registered
(This doesn't meet the 10-year rule, but I've looked everywhere else)
I'm in need of an AC adapter for a Hewlett-Packard OmniBook 4000CT laptop.
I don't know the model number, but the machine takes 21VDC.
(That's not a typo. It takes takes twenty one volts).
If you have one to sell, please contact me off list.
Thanks,
Andy
Richard:
The historically interesting thing about the ALTAIR has how insanely
primitive it was when it became the
sensation that sparked the PC revolution.
Putting a disk on an ALTAIR is kind of cool, but it misses the point of how
primitive they really were.
Yes, parallel logic is much more consistent with the Altair era.
My keyboard is 8-bit parallel, my paper tape reader is 8-bit parallel.
The only common serial devices were Teletype machines (because of their
evolution from the telegraph).
Teletypes were the most common "terminal" in use back then.
Not for me, though, I have a surplus, converted Friden Flexowriter, (or
boat anchor), that we modified to be parallel.
Do you even know what paper tape is ?
I think that every ALTAIR had to deal with paper tape at some point.
Magnetic media were too unreliable.
I have a cute little optical paper tape reader that has a row of 9 LEDs and
a corresponding row of photodiodes.
It sends data as eight bits in parallel.
There is a row of little holes in the third position that is normally
intended to tractor the paper tape through a teletype machine.
The optical paper tape reader uses this hole as a clock signal for software
handshaking with the ALTAIR through a parallel port.
To load BASIC, you entered a tiny loader program through the front panel
switches.
This program just looked for the tape reader's clock bit, delayed a little,
then read the rest of the byte and stored it in memory.
When you loaded Bill Gate's BASIC, the first data loaded was a more robust
checksum loader.
This loader quickly took control and if everything summed correctly after
then rest of the tape was read, BASIC was running when you were done.
By the way, in the beginning, ALTAIR BASIC WAS the "Operating System".
Through PEEKs and POKEs executed from your BASIC programs, you could
control all of your hardware.
I also have a "VDM-1" video display card. We converted an old TV work
with this.
After BASIC was loaded, we add a "patch" for this through the front panel
switches.
That was another interesting thing about the ALTAIR, you could always take
control of your computer through the front panel switches.
There was no "reset" button to hit when your system crashed, your just went
in and looked at what happened.
Usually, you went to location 0 and hit "run" to get out of a crash.
A "nasty" crash was when an loop overwrote your memory.
This happened fairly often too.
It was always kind of interesting to look at the patterns that appeared in
the memory when these crashes occurred.
I have always thought that if I wanted to be able to easily "boot" my
ALTAIR to show it off, I would construct
a box that would let me load and save my programs to a modern PC through
this parallel port.
Maybe just a BASIC stamp chip.
I never kept up with disk controller technology
I don't really know what a WD1002 is.
Are your Altairs original or "B" models ?
I hate to think that as an "original" Altair owner, I am, myself, a museum
piece :-)
I am only 39 years old.
When I listen to the war stories of 80 year olds, I might think of THEM as
museum pieces.
-Rob
-----Original Message-----
From: Richard Erlacher [SMTP:edick@idcomm.com]
Sent: Wednesday, January 03, 2001 6:16 PM
To: classiccmp(a)classiccmp.org
Subject: Re: Altair Owners ...
Yeah ... I've got a copy of that MITS DISK BASIC lying about somewhere,
though there's no documentation on hand.
The deal is that (1) with one of my scrap S-100 PCB's hacked into a WD1K
channel, the Altair can then talk to a WD1002-05 HD/FD Controller, as I'm
putting in the MITS HDC box, and use that to operate the mix of 5-1/4" hard
and floppy disks in the second box. It requires no S-100 FDC of any sort.
Since BIOS code abounds for the WD controllers, I'd say it's not only a
cool
set of hardware, but a slick way to get the OS running if it's not already,
and I do have HD drives in the form of a "back-end" driver, for the WD1K
series, that can be autoloaded on boot if CP/M is already running.
However, using a parallel port board would be more consisitent with what
was
done with the original Altair system: the one with the small desk built on
the table-high rack with a desk extending to one side. It used a parallel
port sort of thingie to talk to the SMD interface in the HDC box, and that,
in turn, talked to the CDC HAWK drive in the top portion of the rack
pedestal onto which the desktop was fitted.
I could put in some sort of parallel port thingie, and 8255, or perhaps a
pair of input ports and a pair of output ports, to provide the bits
necessary to do the job. The channel interface is a lot slicker and
faster,
though, and TTL will drive the cable a lot better than an 8255.
Either one will work, but I've no "feel" for what would be preferred by the
typical Altair owner. Of course I'm particularly interested in placing
this
stuff with someone to whom an Altair isn't an Altair if any of the hardware
doesn't say MITS on it, though only the boxes in this set are original
MITS.
Dick
----- Original Message -----
From: "ajp166" <ajp166(a)bellatlantic.net>
To: <classiccmp(a)classiccmp.org>
Sent: Wednesday, January 03, 2001 4:52 PM
Subject: Re: Altair Owners ...
> From: Rob Kapteyn <kapteynr(a)cboe.com>
>
>
> >Hey wait a minute ...
> >A BIOS on an Altair ?
> >
> >Sure there were add-ons (years later) that did this, but if you really
> want authenticity this is what we did --
> >
> >I always had to "boot" my Altair with a simple paper tape loader program
> entered from the switches on
> >front panel. I did this so many times, I had the 30 octal codes
> memorized.
>
>
> Often several times until it read the cassette correctly! Saving stuff
> was easy though bets were
> off if you could read it later.
>
> First homebrew board 8223 (x2 for 64 bytes plus 2 7489s for 16bytes of
> scratch ram) prom boot!
>
> >Once I had Altair BASIC loaded, I generally kept the machine powered up
> as long as possible.
>
>
> Or until it crashed!
>
> >I never knew anyone who actually had a actual floppy for their Altair.
> >I seem to remember that they cost more than the computer itself, and the
> computer was quite >expensive --($2,000 1974 dollars).
>
>
> I built and debugged two of them for others.
>
> Allison
>
>
Ok, interesting question here, I now have both a Dilog 703 and a Dilog 706.
The 703 is a TMSCP tape controller and the 706 is a MSCP disk controller.
(at work I have a 736 that does both, but I don't think they are the same)
The circuits are of course identical and I'm trying to figure out if Dilog
used a PAL change like Viking did or just a firmware change between the two
of them? If it is just firmware then perhaps I can help Ben turn his
controller into a disk controller.
--Chuck
I just got some further info on the VAX, and the PDP-11 that's available.
I'd not mentioned the PDP-11 earlier as I was interested :^)
VAX-11/750 w/4MB RAM and 134MB Drive
LSI-11/23 w/Cypher Tape drive, two 8" floppies, and RL02
Turns out her Dad was the author of "Planet" (not sure on the spelling).
It was some kind of computer based instruction software.
Zane
--
| Zane H. Healy | UNIX Systems Administrator |
| healyzh(a)aracnet.com (primary) | OpenVMS Enthusiast |
| healyzh(a)holonet.net (alternate) | Classic Computer Collector |
+----------------------------------+----------------------------+
| Empire of the Petal Throne and Traveller Role Playing, |
| and Zane's Computer Museum. |
| http://www.aracnet.com/~healyzh/ |
On 2001-01-04 classiccmp(a)classiccmp.org said to kees.stravers(a)iae.nl
>I just found out about a VAX-11/750 that is apparently in the
>Portland area that is in desparate need of Rescue. From talking to
>the woman that's trying to take care of this for her parents, it
>sounds like they'd like to get money or at least a tax credit for
>this. It apparently includes software and documentation, and it is
>supposed to be fully working.
If you can't find anyone who ran rescue the entire machine, I would be
very much interested in the cards that are in it. I want to revive my
own 11/750, but it has only 5MB of memory so I am in need of more
memory cards. The latest version of NetBSD doesn't really work well
in 5MB anymore. Unfortunately I live in The Netherlands, so I can't
come over to collect them :(
Regards,
Kees.
--
Kees Stravers - Geldrop, The Netherlands - kees.stravers(a)iae.nl
http://www.iae.nl/users/pb0aia/ My home page (old computers,music,photography)
http://www.vaxarchive.org/ Info on old DEC VAX computers
Net-Tamer V 1.08.1 - Registered
I just found out about a VAX-11/750 that is apparently in the Portland area
that is in desparate need of Rescue. From talking to the woman that's
trying to take care of this for her parents, it sounds like they'd like to
get money or at least a tax credit for this. It apparently includes
software and documentation, and it is supposed to be fully working.
Now for the bad side, it's in a garage that has to be cleared out in a week
because the house has been sold.
I'd love to rescue this machine, but I don't have anywhere near enough room
for it :^( Is there anyone in the area that can rescue it rather than
seeing it scrapped? (I'm pretty sure that will be its fate as it was a
scrapper that contacted me about it.) If possible I'll try to at least
rescue software and doc's.
Zane
--
| Zane H. Healy | UNIX Systems Administrator |
| healyzh(a)aracnet.com (primary) | OpenVMS Enthusiast |
| healyzh(a)holonet.net (alternate) | Classic Computer Collector |
+----------------------------------+----------------------------+
| Empire of the Petal Throne and Traveller Role Playing, |
| and Zane's Computer Museum. |
| http://www.aracnet.com/~healyzh/ |
Bill Bradford <mrbill(a)mrbill.net> asked about WordPerfect 5.1 for DOS.
We actually use it every day to transcribe all of our Radiology reports.
The AIX based Radiology system we have only accepts transcription from
WordPerfect 5.1. Two of our users run serial links to the AIX box to send
in the WordPerfect files. We don't need anything but plain text and spell
checking. It has worked flawlessly for the last 3 years I have been here.
I probably actually have several copies of the software and manuals. Let me
check if you really want a copy. Please contact me direct and we can work
out mailing/shipping.
Mike
mmcfadden(a)cmh.edu
OK, this is decidedly off-topic, however, it's likely to be of interest to
some of the people here. I was looking for some info yesterday and
discovered that Compaq now has Tru64 V5.1 available via the Tru64 hobbyist
program for $100, or $40 for a upgrade from V5.0 or V5.0A (I didn't even
know hobbyists could get V5.0A).
Zane
--
| Zane H. Healy | UNIX Systems Administrator |
| healyzh(a)aracnet.com (primary) | OpenVMS Enthusiast |
| healyzh(a)holonet.net (alternate) | Classic Computer Collector |
+----------------------------------+----------------------------+
| Empire of the Petal Throne and Traveller Role Playing, |
| and Zane's Computer Museum. |
| http://www.aracnet.com/~healyzh/ |
>We have got some UNIVAC 9-tracks tapes we are trying to read.
>(The tapes were written in 1982, so it is a possibility the data is lost.
>Our UNIVAC 110xs are long gone.)
First of all, you might want to try asking this question on the
comp.sys.unisys newsgroup. If nothing else, you may find someone with the
current version of these machines (Unisys 2200 or Unisys ClearPath IX) who
can do the conversion for you.
>What is the UNIVAC tape format?
>(I have not found any info on the net yet)
It depends on what's on the tape.
The 1100 series are 36 bit machines. The usual tape format has two words
packed into nine tape frames. MSB of the first frame would be the MSB of
the first word, and LSB of the last frame would be the LSB of the second.
(I think.)
Text is usually encoded in ASCII, using nine bits per character. Text
files are in a variable length record format, with a file header that
starts with octal 50 in the high order six bits of the first word, and
a record header word on each record.
The actual text may be wrapped inside various levels of archive, but if
you see long stretches of readable ASCII, you've found the actual meat.
(There may also be some text encoded in an older six-bit character set.
That seems a bit old-fashioned for 1982, but you never know.)
Now for the good news. If the tape was _intended_ to be read by a non-
Univac machine, then it may well have straight ASCII (or even EBCDIC)
text recorded one character per frame with fixed length records.
A dump of the first few blocks on the tape, as well as an idea of what
sorts of block lengths there are on the rest of it, would be a great
help in trying to guess the format.
>We are trying to read it on a VMS system with 9-track TSZ07 streamer.
>(TSZ07 is SCSI, 1600/6250 bpi. Suppose it is ANSI too)
>Is the hardware compatible enough?
Should be, assuming the tape is actually in one of those densities.
Making sense of the contents may be harder.
>If it is, how do I read it? (Got a Unix utility called copytape, so the
>streamer may eventually be moved)
I don't know of a Unix utility that can cope with all the variations of
1100 series tapes. The easy way is definitely to get someone with a
compatible machine to read it. (Is your site still on speaking terms with
Unisys?) The other option is to find out exactly what format your tape is
in, and knock something together to read it.
Sean Case
Hi
We have got some UNIVAC 9-tracks tapes we are trying to read.
(The tapes were written in 1982, so it is a possibility the data is lost.
Our UNIVAC 110xs are long gone.)
What is the UNIVAC tape format?
(I have not found any info on the net yet)
We are trying to read it on a VMS system with 9-track TSZ07 streamer.
(TSZ07 is SCSI, 1600/6250 bpi. Suppose it is ANSI too)
Is the hardware compatible enough?
If it is, how do I read it? (Got a Unix utility called copytape, so the
streamer may eventually be moved)
(Another possibility is using a TU81+ streamer, ANSI, 1600/6500 bpi)
Regards,
Roar Thron?s
Wow! I hit gold! Wacky Willy's... I cleaned the Vaughn St. location
of every DEC bit I could find. Here's what I found:
M7606 AF, MicroVAX II w/1MB RAM and floating point
2x M7608 BC/BF, 4-Mbyte RAM for microVAX II (Q22-bus)
M7164, Q-bus SDI disk adaptor, Q-22 (1 of 2)(what does that mean?
Guess I need another board)
M7516 YM, Ethernet interface (replaces DEQNA) - what do I need to hook it up?
M3106, 4-line double-buffered async EIA MUX, with modem control;
replaces M7957 - What do I do with this? It has a cable attachaed,
p/n BC05L-03
3x M3104 DHV11, 8-line async DMA MUX
M7551 CA, 4-Mbyte 22-bit parity/CSR MOS RAM (what will this work with?)
M8053 MA, M8053 with DDCMP control ROM (point-to-point or multidrop) - huh?
Non-DEC DEC stuff:
Sigma Info Systems DZV11, some WDC chips on it and two 40-pin connectors
Emulex TU0210401
National Semiconductor NS638 - tons of chips, looks like memory
Now, what do I do with all this stuff? What will work with my 11/84
and how do I set it up? My 11/84 is bare right now - just CPU and
some memory. I don't even remember what exactly is in there right
now, I'll have to go check later. The MicroVAX II CPU was a surprise.
Is there anything I can do with that? Anyone in the Portland, OR area
(or other areas of OR/WA with a bit of planning) need any of this
stuff or have something that I could use with it?
Oh yeah - other finds at Wacky Willy's were still shrink-wrapped
copies of DOS 6.21 and Windows 3.11, and a couple of 12v SLA
batteries.
--
/-----------------------------------------------\
| http://jrollins.tripod.com/ kd7bcy(a)teleport.com |
| http://www.geocities.com/jrollins.geo/ |
| List admin for orham and ham-mac at www.qth.net |
| KD7BCY pdxham at www.egroups.com |
\-----------------------------------------------/
If it's a q-bus board (four sets of fingers with a *metal* 'rail'
running along the front) could be a 4MB 22-bit parity/CSR MOS
RAM board for the 11/73 or 11/83 (if my source is correct).
On Wed, 3 Jan 2001 19:35:56 -0500 "Compusync" <hsappleton(a)sprintmail.com>
writes:
> I just bought an item among a batch of other things. This particular
> item I have no clue what it is, and it seems it may be a secret or
> something...because there is no name. It is just a series of
> numbers. The card measures around 10.5" x 9". Some of the numbers
> that may aid in identifying it are: M7751, 5017547-01-D1-P2 and it
> was made in Singapore. I am not sure I can send pictures on this
> list, but if someone wants to help, I could send them a picture.
> What is it and what is it used for.
>
> Headley
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
I just bought an item among a batch of other things. This particular item I have no clue what it is, and it seems it may be a secret or something...because there is no name. It is just a series of numbers. The card measures around 10.5" x 9". Some of the numbers that may aid in identifying it are: M7751, 5017547-01-D1-P2 and it was made in Singapore. I am not sure I can send pictures on this list, but if someone wants to help, I could send them a picture. What is it and what is it used for.
Headley
From: Rob Kapteyn <kapteynr(a)cboe.com>
>Hey wait a minute ...
>A BIOS on an Altair ?
>
>Sure there were add-ons (years later) that did this, but if you really
want authenticity this is what we did --
>
>I always had to "boot" my Altair with a simple paper tape loader program
entered from the switches on
>front panel. I did this so many times, I had the 30 octal codes
memorized.
Often several times until it read the cassette correctly! Saving stuff
was easy though bets were
off if you could read it later.
First homebrew board 8223 (x2 for 64 bytes plus 2 7489s for 16bytes of
scratch ram) prom boot!
>Once I had Altair BASIC loaded, I generally kept the machine powered up
as long as possible.
Or until it crashed!
>I never knew anyone who actually had a actual floppy for their Altair.
>I seem to remember that they cost more than the computer itself, and the
computer was quite >expensive --($2,000 1974 dollars).
I built and debugged two of them for others.
Allison
From: Richard Erlacher <edick(a)idcomm.com>
>Has anybody got an ALTAIR that actually runs CP/M?
I rans MITS DISK BASIC back when.
Also using NS* MDS-A both NSdos and CP/M-1.4.
>I have one OS for an Altair, namely a system with the MITS serial board
an a
>Morrow DJ2. Not being an Altair-owner myself, I don't know how, exactly
to
>prepare a BIOS for the two Altair add-ons I'm building up for eventual
>liquidation on eBay.
The altair was a regular conflagureation of hardware often a MITS 8080,
one
of the SIOs or 2SIOs and mostly everyone elses disk controller. the most
common at the time was the NS* MDS-A, ICOM FDOS and some of the
various 1771 based boards. Most people replaced the backplane at that
point
as the MITs bus assembly (save for the later -B version) wer really bad
for
noise.
Allison
On Jan 3, 3:43, Mike Ford wrote:
> >One thing I built years ago was a cable with a SCART plug on one end and
> >a box on the other with 6 BNC sockets (composite in, composite out, R,
G,
>
> I wonder where I could find a SCART connector in the US? It sounds like
the
> connection I have on a Sony monitor, 130x (x is 4 or 6 or something),
that
> I have never been able to test.
>
> BTW I have found a couple sources for cables at $25, but I need the much
> cheaper kind. ;)
Ouch! Over here, cheap SCART leads cost as little as a couple of pounds!
If you want connection tables and pictures, try some of these:
http://www.kevlar.karoo.net/scart.htmlhttp://www.drdish.com/knowledge/0005/eng/000504.shtmlhttp://www.netcentral.co.uk/satcure/scarts.htm
and probably hundreds of others that Google could find for you :-)
--
Pete Peter Turnbull
Network Manager
Dept. of Computer Science
University of York
Hi
I have one of these Thomson MO5' now in my collection.
I know it's a PAL video output.
Very little info on the net about this one. Lotta emulators but not
about the real machine hardware.
Would like to know where does the PAL video come out of...
Anybody have a simple suggestion for looking at PAL video signals?
Also would like the pinout for the odd connector coming out of the
unit...
Claude
--
The Canuck Computer Collector
http://computer_collector.tripod.com
On Jan 3, 18:01, Adrian Graham wrote:
> At least in the UK anyway. The recent flurry of DECUS complaints on here
> made me wonder what had happened to my own membership - sure enough it
> expired last month so they're wanting another 25 english pounds off me.
> Thing is, is it still worth it to be a member? I haven't been to the
> seminars etc for *years* and don't have a requirement for hobbyist kits
or
> anything like that......
I'm not sure a UK membership entitles you to very much in the way of
hobbyist kits -- our UK branch seems very backward in all respects except
collecting money. My membership expired years ago and when I was invited
to pay not only the ?25 membership but a similar "joining fee" to rejoin, I
declined -- I was a student at the time and it wasn't affordable.
Especially since they wanted such high prices for anything from the
software library.
Anyone know just what hobbyist licences/kits are available to UK members?
--
Pete Peter Turnbull
Network Manager
Dept. of Computer Science
University of York
Hey wait a minute ...
A BIOS on an Altair ?
Sure there were add-ons (years later) that did this, but if you really want authenticity this is what we did --
I always had to "boot" my Altair with a simple paper tape loader program entered from the switches on front panel.
I did this so many times, I had the 30 octal codes memorized.
Once I had Altair BASIC loaded, I generally kept the machine powered up as long as possible.
I could write BASIC programs and "save" them in one of two ways --
(1) by punching a paper tape on a Teletype machine, or (2) a notoriously unreliable cassette tape interface.
Later we got a surplus 9-track magnetic tape drive, but that was also a big pain.
I never knew anyone who actually had a actual floppy for their Altair.
I seem to remember that they cost more than the computer itself, and the computer was quite expensive --
($2,000 1974 dollars).
But then, my brother and I were 12 and 13 years old and we only new a couple of other Altair owners.
-Rob
-----Original Message-----
From: Richard Erlacher [SMTP:edick@idcomm.com]
Sent: Wednesday, January 03, 2001 10:39 AM
To: classiccmp(a)classiccmp.org
Subject: Altair Owners ...
Has anybody got an ALTAIR that actually runs CP/M?
I have one OS for an Altair, namely a system with the MITS serial board an a
Morrow DJ2. Not being an Altair-owner myself, I don't know how, exactly to
prepare a BIOS for the two Altair add-ons I'm building up for eventual
liquidation on eBay.
I've got two genuine MITS boxes, one intended (but never used as such) FDD
box, with a front face plate I made in the shop, which houses a PSU, and
offers four HH 5-1/4" drive bays, with a dual 50-conductor cable hookup in
the back, the latter hookup being of my own design an the opening for it
having been milled by me. The box is original, but there's no
identification of any sort, since this was from a batch of raw boxes I
bought when MITS went tits-up. The other, essentially identical box is a
MITS HDC box, with the original cardcage and PSU (repaired) but no back
cover, which once covered the card cage opening from the rear, and,
consistent with the original MITS accommodated a parallel interface to the
Altair computer. It is completely original and has no modifications to the
box, which still bears the original dress panel and key-switch, but the box
houses a WD-1002-05 bridge controller, capable of handling 4 floppies
(albeit 5-1/4" and 3-1/2" only, due to the supported clock rate). This box
is intended to be used in tandem with the COMPLETELY COUNTERFEIT drive
enclosure mentioned above, though it's being done in a period-authentic way.
What I want to know is what sort of support for floppy diskettes will be
require, if any, based on the fact there will only be 5-1/4" drives
accomodated in the system. Has anybody got a "better" sort of BIOS setup
for booting from the WDFDC? I'm looking to clone something, so the eventual
owner will be able to build and use a boot diskette from something else,
prefereably something that already exists, yet the only running Altair boxes
I've seen/heard-of myself use the hard-sectored mini-floppies of the
Northstar, and that's not an option.
Any suggestions?
Dick
This is directed to any TRS-80 experts:
I need help with a consulting project I'm working on. I need to get a
copy of the TRS-80 game Combat from a PC emulator file onto either
cassette or diskette (better yet, I need to get an original copy of this
game). Additionally, I need assistance in figuring out how to configure
the hardware for this game. Combat is a multi-computer, multi-player
game. It requires some sort of physical serial connection (either via
modem or serial cable) between two TRS-80 computers. It allows two people
to play against each other in realtime.
If you think you can help me with this, or preferably, if you have
experience with this game, please do contact me ASAP. Your assistance
will be monetarily compensated (this is your chance to make some money
with this hobby other than selling stuff on eBay! :)
Please contact me at <sellam(a)vintage.org>. If you know anyone who might
be able to assist, please forward this message to them.
Thanks!
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
Does anyone on the list know what year the Personal DECstation 5000/33
(Maxine) was released? How many MIPS it runs at? And how much it originally
costed?
Thanks,
-Linc.
I need to repair a partially torn tape, and remove some sticky gunk from
the media itself. Hopefully I'll be able to do this in a way that will
allow me to read the tape one last time to get an image of the data.
This particular tape got gooed up in a tape drive which had a decayed
capstan. It didn't get gooed up too badly, but it looks like it was enough
to cause a headache.
I was able to clean the goo off the cassette mechanics by using a nr. 7
X-Acto blade dipped in alcohol. All went well with that.
When I tried to read the tape to make an image, it progressed to a certain
point on the tape and gave up. Examining the tape revealed the following
defects:
* traces of capstan goo
* a small, ca. 1/16" tear in the tape
I'm assuming I can use some splicing tape on the tear, but what can I use
to clean the goo off the tape? Alcohol worked well on the cassette, but
I've heard that it can cause the oxide to separate from the substrate if
used on the tape itself.
Any suggestions or speculations on my chances of succeeding would be
appreciated. I'm in a bit of a bind.
ok
r.
On December 29, Marvin wrote:
> I was looking at the Heath Listserver messages and here is the URL of a
> disassembled Heathkit "kit" selling on Ebay. Current price (someone has too
> much money on their hands) is $103.50. The URL is:
>
> http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?MfcISAPICommand=ViewItem&item=5328…
>
> The next thing will most likely be similar computer "kits". There was a
> discussion on the Heath listserver about this unit and Chuck Pension spoke
> about this type of activity being another cottage industry. Anyone
> interested in a disassembled Heathkit H-89, or H-11, or ... :).
I thought you had to be smoking crack or something, Marvin; nobody
would actuall *do* something like this...but I just looked at the
auction. It's true.
Be afraid. Be very afraid.
Why do we have to stop at things that were originally kits? I can
see it now: "DEC PDP-11/34a KIT! L@@K! RARE!!"
Better start buying stock in ChemWik!
-Dave McGuire
From: jpero(a)sympatico.ca <jpero(a)sympatico.ca>
This is microcontroller chip commonly found on clones till post
pentium packaged in 40 pin DIP. After that, non-legacy and embedded
8042's in chipsets in newer boards and later.
Right now I need the pin info where clock goes into that 8042 so I
could bypass current clock source. Motherboard's clock generator is
sick. Most of it is partially working, which is very common on one
brand chipmaker. !! Do it by injecting 8042 directly with crystal
xtal or use 4 pin oscillator ic. Need Mhz as well, 12Mhz?
Pin 2 is X1 (clockin) and Pin 3 is clock out.
Same pinout as 8041/8741/8742
Allison
I'm new to this list but not to classic computers, well...to classic IBM's I
am, ask me about Atari computers though, then we can talk ;-), which is the
reason for this post. I picked up a couple of monitors from a friend of mine
and I'd like to find out what they are for and can I utilize them on other
classic computers in my collection
The first monitor is an IBM 5151, it has a 9pin connector on it's built in
cable
The second monitor is actually a terminal I think, it's a 3179-2, and it has
some strange connectors on the back of it, including a 25 pin for the monitor
itself coming from the pedestal base.
Is there any use for these monitors other than there intended system?
thanks in advance,
Brent
I was digging through a box of DEC manuals and I came across a DEC trellis
manual. From my searches I have found that it was a DEC object oriented
language. Does anybody want it? You pay USPS mailing costs. probably about
$3.
Mike
mmcfadden(a)cmh.edu
I have this computer in mint condition. Would like to move out of my
closet. What is the best wat to do so and what is a reasonable price?
I am not on the list so would appreciate direct email. Thanks.
Jeff Smith
Reply directly to the original sender if you are interested.
---------- Forwarded message ----------
Date: Thu, 28 Dec 2000 10:48:04 -0000
From: dinakoski vebel <vebel_dinakoski(a)hotmail.com>
Subject: Server available
Hi,
I have a convergent technologies mightyframe 6000A available for free
collection. Comes complete with manuals, various tapes (sql, W/processor
etc) and has a DC600 SCSI tape drive, 2 small hard disks, 40 RS232 channels.
It boots to a point then hangs. Looks like disk problem. I also have
numerous dot matrix printers (small & wide carriage), 17" non working
monitor, 3 UPS's (not working) and various other odds. If you are
interested, reply to this email to arrange collection. You will need a small
van or galaxy car to remove all, the mainframe is not big. I am based in
Corby, northamtonshire.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Happy New Year, folks. This one saw a big milestone for me as I took over
management of my own mail servers. It will soon see the establishment of
FTP, a maintenance node, and (possibly) a caching Usenet server. Depends on
how adventurous I get. ;-)
Anyway... for Pete and Jerome, who seem to be most confused about cleaning
TK50/70 drives, I present the following. First and foremost, do NOT lift
the head up against those springs!
I'm assuming you two already know to pull the drive out of the system, and
take the top cover off. What you do then is unhook the pickup leader, and
reel it out of the way onto the take-up reel.
Next, locate the little plastic guard directly in front of the head. It's
held on with a single screw. Remove said screw, remove the guard, clean
head with swabs and alcohol (should be 99% isopropyl -- don't use the 91%
due to water content), and reassemble. All should now be well.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner and head honcho, Blue Feather Technologies
http://www.bluefeathertech.com // E-mail: kyrrin(a)bluefeathertech.com
Amateur Radio: WD6EOS since Dec. '77 (Extra class as of June-2K)
"I'll get a life when someone demonstrates to me that it would be
superior to what I have now..." (Gym Z. Quirk, aka Taki Kogoma).
For what ever reason I've ended up with a couple of spares of these two
manuals, manual #1 is the DELQA Users Manual it details everything you need
to know to test, program, install, and configure the M7516 DELQA Ethernet
interface. The second is the technical manual for a DHV11, the back has
been creased a bit but otherwise it is in good shape and still has the
tear-out maintenance card intact.
I'm interested in trading these 1:1 for other DEC technical manuals. On my
want list are:
KA630-TM
KA640-TM
KA655-TM
KA670-TM
DEQNA-TM (this will complete my set :-)
CXA16-TM (or -UG)
RQDX3-TM (or -UG)
TQK70-TM (or -UG)
These are the ones I _know_ I can use, but I'm interested in all documentation.
--Chuck
From: Jim Battle <frustum(a)pacbell.net>
>For those not wanting to chase the link, it says:
>
> Filer: G, S, N, L, R, C, T, D, Q [1.1]
>
>Don't you remember? This was the security mechanism.
Must have been the apple {likely ti99 too} version without
the 80col card. On a S100 Z80 crage using an H19 it
was far better. I had the chance to compare the two and
UCSD was marginal with 40 char, somewhat better at 64
and seemed like a different animal with 80 (or more) col.
Allison
Hello, all:
I'm in the process of creating disk images of various programs and
utilities. I came across my copy of QEMM, the memory mamager from
Quarterdeck. My disk 3 is bad.
Does anyone have a copy of this that they can send me? Thanks.
Rich
Rich Cini
ClubWin! Group 1
Collector of Classic Computers
Web site: http://highgate.comm.sfu.ca/~rcini/classiccmp/
/*****************************************/
(AFP = Available for Postage)
I've got a set of three shrink wrapped docs for VMS VAXSimPlus
Users Guide
Update to the Users Guide
Getting Started Guide
All in that VAXish orangy color.
Perhaps they are collectible as the software product is mentioned in the
paper on RAID that was discussed here recently :-)
Contact me off list if you'd like 'em.
--Chuck
Hi
This going in garbage soon too.
Golden II a popular Apple II clone. A few scratches on case. Rest ok.
Not tested really. I guess I could if you ask me.
Willing to give away or trade for anything that might interest me.
I collect mostly micros from the 197x-198x...Not Apple clones...not
enough space...
Shipping from Montreal, Canada
Expect it to be around $10US-$12US for shipping...I guess...
See my crappy web site for more stuff to give away/trade. Not looking
for $, just trades or give away...
http://computer_collector.tripod.com
Claude
Canuk Computer Collector
This morning the History Channel covered the Apple I in their History's
Lost And Found (it was on at noon Pacific time). Not sure when it will
be rebroadcast, but keep an eye out. By the way, if you want the original
Apple I prototype, you'll have to bust into the LO*OP Centre in Palo Alto.
>;-)
--
----------------------------- personal page: http://www.armory.com/~spectre/ --
Cameron Kaiser, Point Loma Nazarene University * ckaiser(a)stockholm.ptloma.edu
-- I am Dyslexic of Brog. Fesistence is rutile. You will be asmilsilated. -----
On Jan 1, 9:01, Jerome Fine wrote:
> Hey - my first e-mail of the new millennium - somehow it seems
> no different. Happy New Year EVERYONE. May this year,
> decade, century and millennium bring us all what is truly best for
> the development of all lives on this planet.
Happy New Year, Jerome! (and everyone else, of course).
> I have been using a TK70 for about 6 months and yesterday, it
> gave up. The error is that it will not read or write, so I tend
> to assume that the head must be cleaned. Of course, it could
> be an electronic circuit, but the symptoms (a slow deterioration
> over about 3 tapes) suggest otherwise. Plus, I have the isopropyl
> cleaning fluid and a stock of cleaning swabs.
I have a similar situation with a TK50.
> However, having never done this before, I don't know how to achieve
> access to the head and if there are other parts to clean as well. The
> head is held down by two springs which allow the head to be gently
> raised. But only so far. Will it stretch the springs too much to lift
> the head high enough to be cleaned - or should the springs be
> detached first and how might that be done? Are there any other
> questions that I should be asking - that someone who has done this
> before knows about because they found out after the fact?
>
> Thank you in advance for any help. I assume that the procedure
> for a TK50 (of which I also have one) is about the same, but if
> not, please indicate if there are any differences between a TK50
> and a TK70 in regard to cleaning the head or anything else that
> a user would want to be aware of.
It's such a long time since I looked inside a TK<anything> that I can't
remember how to do this -- so I'd be interested too. BTW, does a standard
DLT cleaning tape work in a TK50/70? I can borrow one from work.
--
Pete Peter Turnbull
Network Manager
Dept. of Computer Science
University of York
Hey - my first e-mail of the new millennium - somehow it seems
no different. Happy New Year EVERYONE. May this year,
decade, century and millennium bring us all what is truly best for
the development of all lives on this planet.
I have been using a TK70 for about 6 months and yesterday, it
gave up. The error is that it will not read or write, so I tend
to assume that the head must be cleaned. Of course, it could
be an electronic circuit, but the symptoms (a slow deterioration
over about 3 tapes) suggest otherwise. Plus, I have the isopropyl
cleaning fluid and a stock of cleaning swabs.
However, having never done this before, I don't know how to achieve
access to the head and if there are other parts to clean as well. The
head is held down by two springs which allow the head to be gently
raised. But only so far. Will it stretch the springs too much to lift
the head high enough to be cleaned - or should the springs be
detached first and how might that be done? Are there any other
questions that I should be asking - that someone who has done this
before knows about because they found out after the fact?
Thank you in advance for any help. I assume that the procedure
for a TK50 (of which I also have one) is about the same, but if
not, please indicate if there are any differences between a TK50
and a TK70 in regard to cleaning the head or anything else that
a user would want to be aware of.
Sincerely yours,
Jerome Fine
Having just surfaced after the fireworks and champagne party last night, I
thought I'd wish you all a Happy New Year, Happy New Millennium, and
welcome to the 21st century...
--
Pete Peter Turnbull
Network Manager
Dept. of Computer Science
University of York
I'm looking for about 2 or 3 201/301 datasets, and at least one 801
Automatic Call Unit, and a few of the synchronous Bell datasets would be
nice also, I want to add dial-in capability to my Interdatas and
Perkin-Elmers.
Will J
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
Anybody know the baudrate for the Hayes Chrono?
WOrdsize and parity would be nice to know, too.
ALso, is it DCE or DTE?
I would look at my electronic copy of the manual, but
it looks like it went to the bit-bucket . . .
Jeff
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
Hi all,
This thread reminded me that I have 3 IBM 3290's, which are, as far as I am
aware, the first commercial products using gas plasma displays.. I even have
the IBM marketing brochures on them, talking in depth about the technology
used to make the panels, etc. They are 3270-compatible critters, so I hope
to one day have them connected to my 4381... But I don't have any keyboards
for them! Can anyone help?
Will J
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
Hi all,
I have an ancient HP 140A 'scope, vintage 1964, HP's third or fourth scope I
believe, and I could use some parts for it if anyone has any, specifically
the little feet for the bottom of the case, also any 1400 series plug ins, I
have about 5 different ones already but more would be fine ;p BTW; this
scope goes all the way up to a blistering 20 megacycles... However, it is
one of the coolest looking pieces of gear I've ever seen (heavy though).
Could also use some probes for the 1402A dual trace amplifier.. if you have
any of this stuff you probably know what I'm talking about.. I also have an
HP 1615A logic analyzer, I'd be interested in a manual for this, have all
the plugins already...
Will J
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
Thanks to everyone who responded, I got this thing
to talk. It's 300 baud, n, 8, 1, dce (use a standard
modem cable to talk to it with a PC, for example.
Jeff
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
Does anyone have a hard drive manual for a Mac compatible hard drive?
Please contact me privately if you do. Thanks!
<sellam(a)vintage.org>
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
Hello Everyone,
I had one of those DEC MMJ->DB-25 things come apart on me and expected to
see the MMJ connector wired to the DB-25 in the now familiar mode we see in
the FAQ, however instead there is an ST 20 pin chip betwixt the MMJ and the
DB25! This might explain why they work better than the wired together
solution :-)
The chip is labeled HTAM1B4 (looks like a house number) then under that is
P 9236 (date code I suspect) and then under that "Philippines".
Can anyone guess the "real" part number for this chip? no power or passives
at all so I presume it runs on phantom power. looking at the PCB I'd guess
its wired up as follows:
pin
1 - GND 20 - GND
2 - MMJ-5 19 - DB-2
3 - MMJ-2 18 - DB-3
4 - MMJ-6 17 - DB-20
5 - MMJ-1 16 - DB-7
6 - GND 15 - GND
7 - GND 14 - GND
8 - MMJ-4 13 - DB-8
9 - MMJ-3 12 - DB-8
10 - GND 11 - GND
The DB25 is a female (DTE?) and while I'm sure of the DB pin numbers the
MMJ numbers may be reversed, since I'm never sure if pin 1 on the MMJ is
the left pin looking into the connector body or the right pin. (I assume
the left pin above)
--Chuck
On December 30, Richard Erlacher wrote:
> What kind of equipment to you intend to work on with this new LA? I've used
Just general hacking. I'm doing more and more digital stuff (mostly
PIC-based) and up 'til now a logic probe, a pulse generator, a DMM,
and a fast 'scope have been all I've needed for troubleshooting. I've
just been thinking a decent multichannel analyzer might be a nice
addition to the bench.
> the HP 1630 though it's been about 15 years. It has some nice features.
> With today's fairly flexible (I/O) devices, however, you might find it
> interesting to build one that uses your PC as a display and acquires the
> sample memory contents from the device via the EPP. If you're really
> ambitious, perhaps USB would be appealing. It's certainly popular enough.
Eh...that would mean getting a PeeCee. Thanks for the suggestion
though...it's definitely a cool idea.
> If you're determined to buy a logic analyzer, the crux of the task is to
> find a unit that's not only fully functional but also fully complete. You
> need the documentation ... all of it, and you need the complete set of pods
> and whatever mechanism, usually an interface board, that is required to
> support it. You'll ultimately be disappointed if it's possible to have more
> channels than what you've got, so it's important you have enough channel
> boards, pods, and probe clips to support them all. There are usually pod
> testers that come with a new logic analyzer, and those often are the first
> thing that gets lost. Those are extremely necessary when you're having
> trouble gettin a setup to work, because they're the only way you have of
> restoring your confidence in the instrument. If there's some sort of method
> for storing and processing the sample data, either internally or externally,
> you certainly will want that capability. A spare pod is pretty useful, too,
> unless you think you will find one, which I, having searched the market
> pretty thoroughly at various times, doubt very much. I did find on,
> however.
Understood. I have pretty good sources for test equipment and docs,
so I'll be able to shop around a bit, and try-before-I-buy.
> I've had several logic analyzers, and, in '92-93, due to the need for
> portability, decided to replace my bench-bound model for a portable, a TEK
> 1240, which is the monochrome (cheaper) version of their portable of the
> mid-late '80's. I found any number of incomplete LA's. Mostly, the pods
> and the sample boards were partly or completely missing. Documentation was
> not common, and, though I found some pods for sale, they were not complete,
> and none I was offered had documentation. Unfortunately, it's too easy to
> develop excessive or erroneous expectations of what the instrument will do
> if you don't have doc's so you'd better have them. I found several
> 1240/41's for <$250, but those were without pods, several were without the
> required sample boards, and none had documentation. I found pods, often
> costing more than $250 for a pair, again without documentation and, worse,
> without the lead sets and probe clips that you need to attach to a device
I've looked at the Tek 1240/1241...both seemed pretty nice. From my
sources, though, they get awfully expensive (>$800) if they're complete
with lots of options, pods, clips, and docs.
> Before you buy, be ceratin that YOUR preferred triggering methods are
> supported. I've found triggering the most critical problem of logic
> analyzer application, and if there's even a single conceivable mode that
> isn't supported, THAT's the one you'll need, ... trust me.
Sounds good to me. Thanks for the advice!
-Dave McGuire
From: pete(a)dunnington.u-net.com (Pete Turnbull)
>That wasn't what I meant. Berg label the connector pins starting from the
>opposite end of the connector from the rest of the world, so what I meant
>was that on actual connectors, the pins are:
>
...
Thanks, I have updated the document. I had less trouble building it in the
first place than figuring out what I built. The adapter has a normal
3M in it and I had though I got the pin 1 backward on it. Apparently
when I built it I knew they were opposite but since forgot.
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>>
>Yes, and although the Rainbow has a Z80 in it (which could run 8080
>code), IIRC, the internal VT100 emulator runs on the 8088 processor in
>the 'bow.
Killer CP/M-80 machine and it also ran CP/M-86 better than most. What
was odd is it's one of the rare machines that had DOS with more than
640k!
Allison