Hi all --
Is there a good site/documentation covering the ins and outs of
Transputer hardware? (Or can anyone here help?) I'm interested in
I'v spend rather too much time building transputer-based devices, so I
might be able to help...
You _need_ the INMOS databooks. Period. Given those and the necessary
chips, you can get started. In fact it took me < 1 hour from opening the
book to having a transputer run a (pre-written) test program. OK, I was
lucky in that I had access to a host with a transputer link I could use
to boot my device, but even so...
building a small Transputer setup to play around
with but I can't find a
good guide covering what's necessary and what hardware works with what, etc.
If you ignore the T9000 (did they ever really exist), just about anything
works with anything...
Of course, finding the hardware is probably going
to be the major issue
here :). There are some TRAMs on ebay right now (item 220464801141) but
I need more hardware to actually interface it with a PC, etc... are
OK, what you need is :
A transputer chip. Not necessarily on a TRAM (TRAnsputer Module). You can
boot a 'bare' chip (it has a tiny amount of RAM inside), or add external
RAM to a transputer chip. The memory interface is really nice, you can
hook up DRAM will little more than an address multiplexer and latches.
A 5MHz clock source. I found a 10MHz oscillator can a '74 was the easiest
way.
A host adaptor. This is the bit you're really missing. INMOS made a
couple of ICs to connect an 8-bit microprocessor but to a transputer link
-- these being the C011 and C012. There was at least one ISA trasnputer
board (I am thinking of the B004) that consisted of a C011 (I think),
address deocder/ISA interface, a T414 (again, could be other
trasnputers), and a load of DRAM. This gave you one trasnputer linked to
the PC (effectively) and the other links came out on a pin header on the
conenctor bracked so you could hang other things off it.
There was also a TRAM motherboard, the number of which I forget, that
fitted an ISA slot. Again, it had the host link interface, and IIRC a
C004 libk switch IC (lets you configure the links between transputers) on
it. And sockets for 8 or 10 TRAMs.
In the very early days of trasnputers, the link interface ICs didn't
exist. INMOS made some boards that had _RS232 ports_ on them for the host
interface. The board contained a transputer, RAM, ROM and a serial chip
-- the ROM was executed rather than the bootstrap code in the transputer
(which would cause said transptuer to boot over a link). The ROM
coatained code to boot it from a serial port. I do not recoemnd goign
this route unless you've found some of those boards, finding a host link
interface is a lot easier
Cool, thanks for clearing that up. I'll have to keep my eyes open for a
host adaptor, then.
I actually have a few mystery boards with Transputer chips on them
(T800s). They're VME-ish (not sure if they're actually VME or just look
like it) and have a variety of A/D converters onboard. Labeled as
"TRANSPUTER I/O-BOARD TIOB V2.0" and it looks like the manufacturer may
be Bosch. Based on the labels on the analog inputs, it may have been
used for some sort of automotive simulation or testing. Haven't been
able to find any real information on the boards so I haven't been able
to do much with them other than speculate.
Josh