"Joe R." wrote:
...
They have several HP 9845 tapes that they need to
read.
I'm not an HP person, but what exactly is an "HP 9845 tape". Is is a
The obvious answer is that it's a tape used in an HP9845 desktop
computer. This was one of the most complicated BASIC machines ever, 2
processors (one to run BASIC, the other for I/O), etc. The base model had
a pair of HP 'BPC' hybrid processor modules in there, there was a 'high
speed language processor option' that replaced the language processor
with 3 boards stuffed with AMD2900-series, etc.
This machine has one tape drive built in, and an optional second one.
DC1000 style cart? Anything like a DEC TU-58?
Physically, it's a the same cartridge as a TU58, although not
pre-formatted with a clock track. There are certainly 2 (and only 2)
tracks on the tape, but more than that I can't tell you. The 9845B
controller (the only one I've seen) has a heatsinked hybrid circuit in
the middle of the PCB. Some of the pins go to the I/O bus, others go to
the tape drive. And there's not that much more on that PCB.
The same tapes were used in the 9825 'calculator', and I believe the 9845
can read 9825 tapes. The 9825 controller is all known chips, but it's
also very processor-intensive (to the extent it doesn't even include a
serial <-> parallel shift register, instead the bits off the tape are
DMAed into the LSBs of successive memory locations, it's up to software
to sort them out). So details of that controller are not a lot of help
either.
-tony