I have a Printronix P300 printer here in New Jersey that anyone that
wants to come pick it up, can have it free.
The printer does NOT work to the best of my knowledge. Many years ago we
had the 3 phase power coming into the building short across the building
power, and it toasted the power supplies to most of the equipment here.
This printer was one of the items that died. We had someone in to look at
it, and IIRC, they said the transformer was shot and would need to be
replaced. They wanted $400 for the job, we didn't want to pay it, so we
swapped the printer for a Citizen's dot matrix.
I kept the Printronix with the intent of one day fixing it myself, but
years later, we no longer have the system it went with (a Zebra and later
PCs running PICK OS), so I no longer care about fixing it.
I have the printer, a paper basket, and the "Applications Manual" (looks
like a normal user manual). I thought I had some extra ribbons for it,
but I don't see them (if I find them, then I will include them). The
printer is mounted on a rolling stand (I thought that was the only way
they came, but the manual pictures it without the stand). It uses wide
carriage tractor feed paper.
The printer is rated as a 300 LPM (that's Lines Per Minute, so it is WAY
faster than your standard 300 Characters Per Minute dot matrix printer).
The connector on the back is a Centronics looking connector, and the
manual says it is a Parallel printer, but I could have sworn it was
connected to a port on the Digi-Board, which would have made it a serial
printer. I'm probably remembering wrong as to how it was connected, and
it probably is a parallel interface, but I can't say for 100% sure. (I
know its replacement was a parallel printer)
This thing is large, and heavy, so shipping is out of the question. If
anyone wants it, they can come pick it up. I can hold on to it for a
while, so it doesn't have to be an ASAP pickup (heck, I've been storing
it now for about 8 years, what's another few months or so).
I can post a picture if any one is interested.
-chris
<http://www.mythtech.net>
I've posted some pictures of the major pieces of my collection at
http://cmcnabb.cc.vt.edu . Shown are the HP9000/832, PDP-8/E, and
PDP-11/24. Not shown are the Commodore 64, the Sun SparcClassic, the
Macintosh SE, or the Tandy 100 Portable.
Went to the U of M property office for my bi-weekly Classic Computing
collecting endeavour.
Picked up a few wierd video and SCSI cables, and an Intel ProShare video
conferencing system (Cool camera!) Also an HP 900/something terminal and
Centris 650 for parts (Had a cool NI ADC board, too) They had a CDC 9-disc
array, looks to be
eighties vintage, in a beautiful blue steel-and-aluminum rack. Also had the
matching disk pack drive, standard 19" width and REALLY deep. They had some
wierd Kodak computer, looked like a Sun pedestal and might have been an
OEMed Sun 3 or 4. An HP 16-Track reel-to-reel data recorder for $50, a
steal, as it seemed to work fine except for a few burned-out bulbs on the
light-up buttons. They still have the big RS/6000 disc arrays and tape
backup units, if anyone has a few thou to blow and a semi to pick them up
with. Good luck hunting!
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
email me off list. i might be able to help you out.
-brian
--
<ed> i'm trying to use a windows shell function to move a directory...
<ed> and it reports that it failed with the error "the operation completed
successfully"
On Sep 16, 22:15, Jerome H. Fine wrote:
> I understand your answer. Under normal situations (when MACRO-11
> source is translated and the actual code is placed into an OBJ file which
> is then LINKed), both ways are acceptable. BUT, Patrick was setting up
> the program via ODT (see line four). If Patrick did not realize what the
'
> character in the string 177566' meant, perhaps he just put 177566 instead
> so that the three word instruction became:
> 001000 Mov #110,XBUF 012767 000110 177566
> which, of course, is NOT what Patrick intended. However
> 001000 MovB #110,@#XBUF 112737 000110 177566
> is correct and does the job.
>
> So it is not that the first method is incorrect, but for some it might be
> confusing.
Hmm. I'd argue that it *is* incorrect, or at the very least, bad practice.
Relative addresses are meant for situations where the target is a label,
indicating something which must move if the code does, like the target of a
JSR, or a block of data attached to the code; if you mean to indicate
something like a memory-mapped register, which has an absolute and
invariant address, you should use absolute addressing.
Given that Pat said he was going to enter the code using ODT, I imagine he
expected the MACRO output to be the correct numbers to enter. But he used
the wrong addressing mode to do that :-)
> My personal opinion is that the MACRO-11 program should make the
> situation plain, but unfortunately I suspect that MACRO-11 will never
> be modified by the present owners.
I suspect you're right :-) Besides, the output is meant for the linker,
not ODT, and I'm not sure how you could make it really plain that the
numerical value in the output is not what the linker will turn it into,
without a lot of (usually) unneccessary clutter.
--
Pete Peter Turnbull
Network Manager
University of York
>
>Steve,
>
> Don't forget to send me the dash number of the 7611 and I'll send you a
>list of possible replacement ICs. I'm still trying to find programming info
>for them.
>
> Joe
They are 7611-5
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
> I'd like to sell my Pro380. It's pretty standard, and I've got
> a mono and color monitor, documentation, and the CP/M card (but
> no software for the CP/M card). I'm not sure which version of
> the P/OS software I have on floppy, but the latest is downloadable.
> Due to the size of all this, I'd rather someone pick up. This
> is located in Plano, just north of Dallas, Texas.
>
> I'm open to offers of cash or trades.
I forgot to mention that this Pro380 is the model relabelled
as a VAX Console, and includes the board and adapter cable
for operation as a VAX console (but no cable to connect from
the adapter cable to the VAX).
There's also another Pro380/VAX Console box with a bad motherboard
included.
--
Eric Dittman
dittman(a)dittman.net
Check out the DEC Enthusiasts Club at http://www.dittman.net/
I'd like to sell my Pro380. It's pretty standard, and I've got
a mono and color monitor, documentation, and the CP/M card (but
no software for the CP/M card). I'm not sure which version of
the P/OS software I have on floppy, but the latest is downloadable.
Due to the size of all this, I'd rather someone pick up. This
is located in Plano, just north of Dallas, Texas.
I'm open to offers of cash or trades.
--
Eric Dittman
dittman(a)dittman.net
Check out the DEC Enthusiasts Club at http://www.dittman.net/
On Sep 16, 19:47, Jerome H. Fine wrote:
> >Patrick Finnegan wrote:
>
> > I'm trying to get some assembly code to run on my 11/23 by entering it
in
> > at the ODT, and it seems like I'm having trouble with device I/O
> > addresses.
> >
> > Below is a listing of the assembled code I'm trying - I got the I/O
> > address out of a PDP-11 assembly programming book I got from the
library.
> > Most likely the book was written with a UNIBUS -11 in mind, not a QBUS
> > one... is that a problem?
No, the console address is the same on all -11s. It's not the address, but
the addressing mode you've used.
> > 7 001000 012767 000110 177566' MOV #110,XBUF
> Jerome Fine replies:
>
> I see the string 177564' for XSR and 177566' for XBUF, but the
> listing does not have the actual value. Depending on the translation,
that
> could be the problem.
>
> NORMALLY, in order to avoid problems, I use the code:
> 001000 112737 000110 177566 MovB #110, @#XBUF
> which forces the output to 177566 no matter what address is used for the
> instruction. Note that I also output ONLY a byte.
Pat is using PC-relative addressing -- probably inadvertantly. The 67 in
that opcode 012767 means mode 6, PC-relative, so the address actually used
is the address of the instruction word, plus 4 (for the increment of the
PC), plus the value given. It's like an indexed address, but using the PC
as the index register, and it'll be 1010 bytes off. As Jerome points out,
the correct way is to specify an absolute address, address mode 3, by
typing @#XBUF instead of just XBUF.
--
Pete Peter Turnbull
Network Manager
University of York
Folks,
there are 2 PDP-11/73 (LSI 11/73's) as described below in Oregon; anyone
interested? (I believe it's Eugene/OR)
I believe the cost is $free$ or very nominal.
Please reply by Friday of this week, as I promised the guy I'd get
back to him in a week. Preference given to people in the area of
Oregon to minimize grief for the guy.
If you're interested, reply to me and I'll put you on a #1, #2 order.
Tell me what pieces you're interested in; first come first served.
If no one is interested, the machines' cards will be pulled and
shipped to Canada :-)
Cheers,
-RK
> After more than a decade looking at a stack of PDP-11 hardware in
> my office, I just summoned the courage to put it on a cart to take
> down to the junk heap. Since I am by nature a procrastinator, the
> cart still sits in a corner awaiting its fate. So, if you're interested, I
> have two LSI 11/73's, fully loaded with 4 (count 'em) MB of ram,
> three floppy drives, several hard disks (I can't remember the type
> RL02 maybe).
> I do still
> have 6 of those big 10 mB removable platters. I also have a shelf full of 11/73
> manuals (RT-11).
--
Looking for Digital Equipment Corp. PDP-1 through PDP-15 minicomputers!
Robert Krten, PARSE Software Devices +1 613 599 8316.
Realtime Systems Architecture, Consulting and Training at www.parse.com
I'm trying to get some assembly code to run on my 11/23 by entering it in
at the ODT, and it seems like I'm having trouble with device I/O
addresses.
All I've got in the machine right now is the CPU card, an M8044 with 32kW
at address 0, and the DLV-11J, set up so that port 3 works with ODT as a
console port.
I've got a DLV11-J set up so that port 3 is the console, and I can
interact with ODT just fine. However, when I try entering something that
should read or write to the console, nothing happens.
Below is a listing of the assembled code I'm trying - I got the I/O
address out of a PDP-11 assembly programming book I got from the library.
Most likely the book was written with a UNIBUS -11 in mind, not a QBUS
one... is that a problem?
1 000000 LC=.
2 001000 .=LC+1000
3
4 177564 XSR=177564
5 177566 XBUF=177566
6
7 001000 012767 000110 177566' MOV #110,XBUF
8 001006 105767 177564' L1: TSTB XSR
9 001012 100375 BPL L1
10 001014 012767 000064 177566' MOV #64,XBUF
11 001022 105767 177564' L2: TSTB XSR
12 001026 100375 BPL L2
13 001030 012767 000130 177566' MOV #130,XBUF
14 001036 105767 177564' L3: TSTB XSR
15 001042 100375 BPL L3
16 001044 012767 000060 177566' MOV #60,XBUF
17 001052 105767 177564' L4: TSTB XSR
18 001056 100375 BPL L4
19 001060 012767 000122 177566' MOV #122,XBUF
20 001066 105767 177564' L5: TSTB XSR
21 001072 100375 BPL L5
22 001074 000005 RESET
23 001076 000000 HALT
-- Pat
http://www.floodgap.com/cbm-enet.jpg
'Nuff said. The device is a Lantronix UDS-10 in modem mode, allowing the
SX to open TCP connections using Hayes-like commands over the local Ethernet
network. Here, it's browsing the apartment network using HyperLink 2.5:
http://www.armory.com/%7Espectre/cwi/hl/
The picture the SX-64 is viewing has been slightly blurred to protect the
innocent/unwitting. :-)
By the way, I see no reason why Apples, Ataris, TIs, etc., can't all be
using these things too. The only problem is they're not terribly cheap (mine
was a little over $100).
--
----------------------------- personal page: http://www.armory.com/~spectre/ --
Cameron Kaiser, Point Loma Nazarene University * ckaiser(a)stockholm.ptloma.edu
-- Why did the chicken cross the Moebius strip? To get to the other ... uh ...
Some time ago I saw someone on the list interested in the above . . . .
well I found these at my gold mine in Topeka and had to bring them home
. . . !!!
I've yet to try them out, but if they are working, I'm willing to part
with them for a few bucks, for all those Amigaphile wannabes out there.
I have nine Amigas already and it is getting hard to navigate around the
house.
Reply off-list and we'll go from there.
Gary Hildebrand
St. Joseph, MO
On Sep 15, 0:46, Patrick Finnegan wrote:
> I've got a PDP-11/23 cpu, M8044 32kW memory card, DLV11-J serial card,
and
> an RQDX1 set up, and starting up into ODT. I've got an ST225 'MFM'
> interface drive and an RX50 I'd like to hook up, but no cab kit for the
> RQDX1.
>
> Four questions:
>
> 1a) Does anyone have a pinout for a cable that'll let me hook up the RX50
> and MFM drive to the RQDX1
I have two documents that might help. Years ago, I made two (different)
"distribution boards" so I could use my RQDX1 and RQDX3 on machines that
didn't have the proper DEC board. One was no more than a small (2" x 4")
perfboard with a 50-way connector for the cable to the RQDX1, a 34-way
header for the RX50, and another 34-way, with adjacent 20-way headers, for
one or two RDxx drives (actually I used either a Rodime or a Seagate). It
also had a terminator pack (7-resistor SIL pack) and a set of jumper pins
to take the place of the panel pushbuttons. The interconnections were just
hand-soldered, using wire-wrap wire.
However, I also made a PCB which does the job more neatly, and which I
mounted inside an old TK50Z box (is that a "leprechaun box"?), along with
the original PSU, an RX50 (where the TK50 used to be) and a Rodime 10MB
drive. It's still in use today (literally today, as I'm using it to copy
some RT-11 stuff for someone).
I've put the document I wrote (in PostScript format) listing the RQDX
distribution board connections and signals, along with some notes about
using random floppy drives, on my web site. It's not just a list of
signals and pin numbers; it also describes what they actually do. I've
also put the layout for the distribution board PCB up there.
http://www.dunnington.u-net.com/public/RQDX/
I once traced out the connections and drew the circuit diagram of a real
M9058 distribution board (which is what my PCB emulates) but I can't find
the document. Sorry! However, I do remember that it's very simple.
> 1b) What DIP switch settings should I use on the RQDX1?
Well, that's easy, because it has no switches :-)
If you mean the jumpers, they're set as follows:
There's a group of jumpers to set the starting LUN (Logical Unit Number) of
the RQDX1, at the back edge on the right (top left if you're looking at a
board from above, with the contact fingers downwards and the LEDs and
connector at the top). The jumper positions are labelled 0 to 7, and
represent powers of two, so no jumpers at all sets "0", a jumper on the
first position ('0') sets "1", a jumper on the second and third positions
sets "6", etc. If this is the first or only MSCP disk controller in the
system, set LUN 0 (which means it controls drive units 0-3, ie four LUNs
starting at 0) ie remove all the jumpers.
Another set of jumpers, near the "Row B" contact fingers, sets the
addresses of the IP and SA registers, by setting A2...A12. The A2 jumper
position is nearest the "Row A" fingers and the A12 position is near the
"Row C" fingers. Jumper IN is a '1', no jumper is a '0'. A0 and A1 are
always zero, and the higher bits are controlled by BBS7 so there are no
jumpers for those bits.
The standard address is 17772150, set by jumpering A3, A5, A6, A10, A12.
The interrupt vector is set by software as part of the bootstrap; it's
usually 154 for the first MSCP device.
Finally, there are four wire links, W1/W2 near the "Row C" fingers and
W3/W4 near the centre of the board. Actually, they're usually zero-ohm
resistors. W1 and W2 are for grant continuity, they are IN for use in Q/Q
or Q22/Q22 (serpentine) backplanes and OUT (removed) for use in Q/CD or
Q22/C (straight) backplanes. I don't know what W3 and W4 do, but they're
IN on mine.
> 1c) Does someone have a bootstrap I can enter using ODT to boot RT-11 off
> of an RX50 or the hard drive on the RQDX1?
That's harder. The way MSCP works, by setting up message blocks and
passing them to the controller, makes it a bit complicated, and I've never
seen a stand-alone bootstrap. The easiest way might be to get the boot
code off an Emulex controller to disassemble, as at least that wouldn't
have all the overhead of dialogs and options for other devices which the
DEC boot ROMs have.
--
Pete Peter Turnbull
Network Manager
University of York
If I am not for myself, then who will be for me?
And if not now, when?
-- Pirkei Avot
----------
> From: Patrick Finnegan <pat(a)purdueriots.com>
> To: cctalk(a)classiccmp.org
> Subject: osborne executive disks
> Date: Saturday, August 10, 2002 10:07 PM
>
> Does anyone have some (preferally images of) Osborne Executive CP/M
disks?
> Also, what format does it use, and is it possible to use an Osborne 1
boot
> disk to boot an Exec?
>
> Thanks for the help
>
> -- Pat
>
>From: "Dwight K. Elvey" <dwightk.elvey(a)amd.com>
>
>Hi Chris
> I spent quite a bit of time looking at the stuff from
>the web site on the CPM-8000. It looks like the CPM.SYS
>in the cpm8k11 stuff is built specifically for the
>M20. It was made with the symbol table so I was able
>to find the various tables.
---snip---
Hi
Sorry about that, this was intended for Chris only
but if there is anyone else interested in getting the
CP/M-8000 up and running, let me know. It may be easy
but one can never tell. I'm not much of a C expert.
I wish they'd just done it in assembly. Proper
used of macros would have made the job easy enough.
My main complaint is that it requires either a
PDP-11 with their compiler or a working CP/M-8000.
Of course, that is what I'm trying to create. Writing
an assembler is relatively trivial while writing
a C compiler is a bit more. There are several M***
assemblers that one could easily adapt to the 8000
out there as well ( I do tend to write my own though ).
The stuff from the web site looks like one may
be able to build a booting disk. I'll be working on
that, over the next few days.
Dwight
Hi Chris
I spent quite a bit of time looking at the stuff from
the web site on the CPM-8000. It looks like the CPM.SYS
in the cpm8k11 stuff is built specifically for the
M20. It was made with the symbol table so I was able
to find the various tables.
I don't think the fellow that did this implementation
really had a solid grasp of a boot process but what they
have done should work. There is no reason why what they
call CPMLDR.SYS couldn't have been a slightly modified
CPM.SYS with a simple loader added ( like more traditional
CPM's ).
If you look, you'll see that in one place ( I forget where ),
they have a compiler flag called TRANSFER. It would seem that
they had, in fact, connected a 8 inch drive to a system as the
next drive after the hard drive. They used this as a transfer
system.
The disk, that the .img files were from, was built as
though it were for this setup. It was not a bootable
disk. There is quite a bit of information on building
a boot disk in the various files that contain the tables
T0S0, T1S0 and T1S1. These are the main information
involved in creating a boot disk. My understanding of
T0S0 leads me to think that the one they have is not
correct but may have still worked. I believe we can
continue to just use the unaltered T0S0 that is on the
disk, formatted by the M20. We can just build the bootable
image on one of these disk. We don't need to get too carried
away. Once we've built a disk that boots, we can add
one file at a time to a different disk and transfer them
using the second drive. This way, we only have to deal
with the directory on the CPM for one file at a time.
This simplifies transfers but may take a little extra time.
Still, we wouldn't have to deal all that much with disk
space allocation.
I'm going to fiddle with trying to build up an image
but I'll only be able to do this in the evenings this week.
Next weekend I'll be off visiting relatives.
I converted another RAM board to 128K. It now boots to
384K :) It was one of the two B/W memory boards that
I have. It wasn't as simple as I thought. Changing pin 8
>from +12V to +5V was just a simple jumper change but
Pin 9 had connections inside to an internal power plane.
This time, rather than lifting a pin on the chips, I
lifted one of the socket pins. I used a little quick setting
epoxy to insulate the board pin 9 from the socket pin
that I bent out to the side. On these boards, there was
at least, a nice jumper hole to connect this additional
wire to ( it even looks like they had intended it to
be jumper configured but the internal plane connections
kept one from doing that ). It took me about 4 hours
to do one board. I could have done it faster if I didn't
want to save the IC's. Just clipping the IC out and
pulling the pins is a lot faster than removing the entire
IC, intact. It is a lot safer for the board but I
just can destroy working chips.
Anyway, do you know of any issues that I should look out
for in creating a boot disk from these files? I haven't
seen anything that looks like a show stopper.
Dwight
>Thanks to some help from Bob I got past the HP 2117F power supply issue so
>now the box is not totally dead. Some day after I figure out a lot more
>about how this system works I'll have to try building an HPIB cable to
>connect to the 12821A disc interface in the system and see if I can get it
>to talk to one of my CS/80 drives. Apparently this box has a CS/80 boot
>prom which I have been told is not too common.
I have a machine with the CS80 boot ROMs but have been unable to dup them.
One of the problems that we've had is finding a burner to dup the ROMs. Bob
Shannon had tried a number of times but still can't get his copies to work.
So... This weekend I wnet to the Melbourne Hamfest and stumbled across an
old programmer that is supposed to burn Harris 7611's. Now If I can just get
Bob to send some of those chips back to me, maybe I can make dups.
See ya,
SteveRob
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Would anyone have an extra power plug they could sell me for my generic S-100
computer? Somehow mine must have gotten given away with other misc. cords.
It's the kind with two sort of oval female prong inputs on the computer end.
Anyway, I'd be happy to furnish a picture to anyone who needs to verify. I
haven't had it up and running for a couple of years now, and I would like to.
I'm really hoping to make it for the first time to the VCF West this year!
Thanks very much, David
David Greelish
Classic Computing
www.classiccomputing.com
"classiccomputing" on eBay
Thanks for the offer, but I didn't mean a standard HPIB-HPIB cable. The
12821A disc interface has a 50 conductor edge connector instead of a
standard HPIB champ connector. I think the HP part number for the edge
connector to HPIB champ connector cable is 59310-60008. If that was really
the cable you were talking about then maybe I will take you up on your
offer.
-Glen
>From: Joe <rigdonj(a)cfl.rr.com>
>Reply-To: cctalk(a)classiccmp.org
>To: cctalk(a)classiccmp.org
>Subject: Re: HP CS/80 Instruction Set Programmers Manual (5955-3442)
>Date: Fri, 13 Sep 2002 23:10:10
>
>Glen,
>
> Don't bother to build a HP-IB cable. They're common. If you can't find
>one locally I'll drop one in the mail to you.
>
> Joe
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
John,
Nope.
I'm running mine on a standard 3-conductor cable, 12AWG.
It draws between 700 and 900 watts, depending on if I insert a full
complement of memory (8MB) and the FPU.
- Matt
At 01:04 PM 9/15/2002 -0600, you wrote:
>Do these things require (as I have heard rumored) 240-volt 3-phase
>power?
>
>Thanks
>John
Matthew Sell
Programmer
On Time Support, Inc.
www.ontimesupport.com
(281) 296-6066
Join the Metrology Software discussion group METLIST!
http://www.ontimesupport.com/subscribe_t&c.html.
"One World, One Web, One Program" - Microsoft Promotional Ad
"Ein Volk, Ein Reich, Ein Fuhrer" - Adolf Hitler
Many thanks for this tagline to a fellow RGVAC'er...
I purchased 4 HP-85Bs at auction yesterday. I was browsing information on
HPs at http://www.finseth.com/~fin/hpdata/serial.html, and discovered that
one of my "new" machines was manufactured in February, 1982. That's 16
months before the 85B was released, as I understand it. Here's the serial
number: 2210A60158. If the first two digits are the number of years since
1960, it was manufactured in 1982. If the next two are the number of weeks
since a certain week in November, it was manufactured sometime in February.
Is that right? If the HP-85Bs were released on June 1, 1983, this one was
either a prototype that rolled off the 85A assembly line, or it's an 85-A in
disguise. Do the 85B covers fit the 85A? If so, there's a hapless soul
with an 85B that thinks it's an 85. And I own both models.
Something else that's interesting: This particular model had an older-style
riveted-on serial number plate, while the other three had newer stickers. It
s also the only one with a 82936A ROM DRAWER. This drawer has the
00085-15002 PLOTTER/PRINTER ROM. I don't think that's significant, but
maybe??
One other thing: The FCC-ID on three models ends with 85B. The model in
question either hasn't got one, or I can't find it.
If you can shed any light, please do so. I plan to keep one and sell off
the other three. If I'm selling an 85-A, I want to make sure that's what I'm
advertising. In fact, I may just want to keep two of them.
Also, how much is an 85-A worth? I can't find them for sale anywhere.
Cheers,
John
Folks,
Just got this email, feel free to respond directly -
armin_h_schmidt(a)yahoo.de is the guy with the stuff.
Hello Mike,
I've got some old manuals (about 1980) of a Sycor (Northern Telecom)
System 405. Included are software and hardware description - they are
all in mint conditionn.
If you're interested or know somebody who is - then please let me
know. Don't want to make money with it - will ship worldwide as long
as somebody is paying postage for it.
armin
Hope someone needs these...
Mike
http://www.corestore.org
_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
Bruce, I tried to reply to you but the reply bounced. See below. Can you give me another address?
Joe
----- The following addresses had permanent fatal errors -----
<kyrrin(a)bluefeathertech.com>
(reason: 550 RR.com netspace: Access denied due to ongoing spamming.)
>I have a couple of CS/80 HPIB disk drives and I am curious how they are
>controlled and would like to read the CS/80 programming manual if I can
>find one.
>
>The drives I have are a 9133H which is a combo 20MB hard drive and floppy
>drive unit which I have used with my HP IPC, and a 2203A which is a
>whopping 670MB dual disk unit which I haven't hooked up to anything yet.
>Was that the biggest CS/80 HPIB drive HP ever made? Some day I'll try
>interfacing one of the drives to the HP 2117F box I have if I can ever
>figure out how to get it to power up.
Glen,
Earlier this year I wrote a primitive driver so that my HP1000's could talk
to CS/80 drives. Even with the CS80 docs it took weeks of tinkering to make
the damned thing work.
The CS80 protocol really isn't that difficult. All you need is a HPIB
protocol analyzer (Joe has one) and some patience. I can help you get
started with the command sequences. Getting the HP1000 to to send all the
correct sequences is a much larger problem.
I never finished the project but, I can do some basic disk functions. I can
boot from the 1000, I can read an write absolute sectors, and I can run
progrmas from the disk. This in itself is a major accomlishment.
If you need any help getting started, just let me know.
See ya,
SteveRob
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
"James B. DiGriz" <jbdigriz(a)ns2.i16.net> wrote ..
> vance(a)neurotica.com wrote ..
> >
> > Refresh my memory. What are these machines?
> >
> > Peace... Sridhar
> >
> > On Wed, 11 Sep 2002, Eric Dittman wrote:
> >
> > > While cleaning up some old stuff I found my TI-74, TI-95, and
> > > PC-324 printer. I completely forgot I had these, even though
> > > I used to use them all the time. I think the most interesting
> > > accessory is the Pascal module for the TI-74, allowing programs
> > > to be written in Pascal instead of BASIC.
>
> Early handheld computers/calcs with a single line display somewhat along
> the lines of the RS model 100.
> jbdigriz
Make that "along the lines of the RS PC-2 or Sharp handhelds"
There is a good description of the 74 at http://www.99er.net/ti74art.html, by Charles Good of the Lima TI User Group. It's basically a pocket version of the CC40. It's possible to adapt a CC40 Hexbus cable and peripherals to it, even, according to the article.
http://www.hightechsolutions.com/Accesories.htm for TI-74 and 95 stuff. They appear to be out of the computers, but the PC-324, modules, and other accessories are available.
jbdigriz
>From: "Jeffrey Sharp" <lists(a)subatomix.com>
>
>On Friday, September 6, 2002, Davison, Lee wrote:
>>
>> > That's not true. Serial cable can go for a good many feet before
>> > the signal breaks down (someone should pipe in with actual data ;)
>>
>> 450 feet at 9600 bps through multi strand sheilded cable. This was
between
>> two buildings and ran through a drain to get under a road. 19200 bps was
>> tried but was error prone. dropping the speed to 9600 bps worked.
>
>100 feet at 115200 bps through three unshielded wires, wrapped around a
>three-foot-tall Jacob's ladder apparatus enclosed in plexiglass. No bit
>errors. We gave up and decided to build a device to simulate bit errors.
>
Hi Jeffrey
What makes you think that wrapped on the outside of a Jacob's
ladder has either the right coupling or the right frequency
spectrum to effect a RS-232 signal? Arbitrary test like this are
not real world test and only impress those that don't understand
what it takes to interfer with a particular signaling method.
There are books written about how to test for interference.
Looking at impressive sparks will sell P.T. Barnum's
"one every minute" but not me.
The environment I used the RS-485 in had RS-232 running at
4800 baud and was seeing error burst on the order of
1 in every 1000 or so bytes. The lines were not any
longer than 20 feet. It was more the type of noise
source that was important. One needs to know the right
spectrum and how the energy was coupled. I wouldn't
have expected the Jacob's ladder connected as you
described to have introduced hardly any energy in the
right form.
Dwight
And here I am contributing to the way way off topic..... I understand one of
Tom Clancy's novels deals with the subject, flying large airliners into a
building. Written in the mid 1990's. I am trying to find out which novel it
is, he is very prolific.
Paxton
Who is looking for a novel to take traveling to Fiji and wondering where he
will find the internet there?
Hmm.. When I was last there (1990) the telecom system was run on intel
multibus and the airport on a microvax. Does that make this on topic.
Hello: I wrote the following query to a Don Maslin (I think) who referred me
to your site. I may well just keep it or sell it to the right party for the
right price.
I have a Morrow Decision 1 (?) in large rectangle box (not in console),
big power supply, noisy 8" fd, many discs, bodacious hd (few megs), liberty
rs232 monitor (I have 3-4), wordstar, micronix, asm(?), manuals . I'm 50
miles n SFran. Decision in console, this thing big raw box approx. 3x2x1'
only smaller, what is it, who can I contact who is the prime collector
etc.?? It has been in covered storage for years and I haven't looked at
since.
I am writing you to get some measure of its value and being sought after.
thanks, wally
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Dear Christian,
On 10/15/01 you wrote, concerning CP/M-8000:
Hi,
I've got a Olivetti M20 Z8001 PC, and it appears that once there was a
CP/M-8000 version available for it.
Has anyone got such thing? I'd be interested in this, I could swap
with some PCOS programs. (Assuming the copyright holder (Olivetti)
doesn't mind.)
regards,
chris
In case you still are looking for it, here's the link to the officilial DR distribution of CP/M-8000 tuned to the M20:
http://www.cpm.z80.de/source.html
On this page you will find the link to CP/M-8000 distributions
I have a few questions concerning the z8001 and accompanying software, may I get in contact with you about this (I am planning to build a Z8001 system myself (in the year 2002? Yes, because I bought the parts in 1985 and I rediscovered them just recently)
Regards,
Jurjen Kranenborg
I saw this on The Register's US web site (http://www.theregus.com/) today...
First ever smiley found, preserved for posterity
- MS researcher and CMU staff find backup tape
13 September 2002 4:33am
http://www.theregus.com/content/6/26295.html
--
--- David A Woyciesjes
--- C & IS Support Specialist
--- Yale University Press
--- (203) 432-0953
--- ICQ # - 905818
I'm looking for a 1974, or 1975 Intel Data Catalog. Will pay $200 for either.
Will pay $100 for a scanned copy on CD.
Also looking for Intel 1301 ROM. Don't care what's programmed on it. Also looking for Intel C3102, C3104, C3106, or C3107 Static RAMs. Will pay $50 to $200 ea. depending on condition.
email me: gmphillips(a)earthlink.net
I've recently acquired a DECstation 5000/240, a MIPS-based workstation
made in 1992. I've got it to respond to the serial console (by
removing the frame buffer card) and now I want to try to net-boot it.
However, the console PROM is version KN03-AA V5.1b, which is too old
to boot via tftp. Version KN03-AA V5.2b would be OK. Now, does
anyone know if I can upgrade the console PROM somehow? If so, how?
I do have an EPROM programmer, of course!
--
John Honniball
coredump(a)gifford.co.uk
I heard this a little while ago, also. You don't know how much this ruined my day... Warren is one of the best. Met him a couple of times, seen him a dozen, was at one of the shows that got recorded for "Learning to Flinch."
Damn it. I hate it when we lose the good ones.
Paul
ORIGINAL MESSAGE FOLLOWS:
I think Warren Zevon has come up here a couple times. I figured I'd let
any fans that don't already know, know the bad news. I know my day is
ruined now.
Zane
September 12, 2002
Warren Zevon has inoperable cancer
Sep. 12, 2002
"Werewolves of London" rocker Warren Zevon, the singer-songwriter whose
satire, cynicism and wit went on display in the 1978 album "Excitable Boy,"
has been diagnosed with inoperable lung cancer, his publicist said
Thursday. Zevon, 55, was told of the terminal diagnosis last month by
doctors and he is spending time with his grown children, spokeswoman Diana
Baron said. The entertainer lives in Los Angeles. "He has been diagnosed
with lung cancer which has advanced to an untreatable stage," she said,
adding he's writing and recording as many songs as possible and will be in
the recording studio next week. Zevon said in a statement, "I'm OK with it,
but it'll be a drag if I don't make it till the next James Bond movie comes
out." (AP)
--
| Zane H. Healy | UNIX Systems Administrator |
| healyzh(a)aracnet.com (primary) | OpenVMS Enthusiast |
| | Classic Computer Collector |
+----------------------------------+----------------------------+
| Empire of the Petal Throne and Traveller Role Playing, |
| PDP-10 Emulation and Zane's Computer Museum. |
| http://www.aracnet.com/~healyzh/ |
vance(a)neurotica.com wrote ..
>
> Refresh my memory. What are these machines?
>
> Peace... Sridhar
>
> On Wed, 11 Sep 2002, Eric Dittman wrote:
>
> > While cleaning up some old stuff I found my TI-74, TI-95, and
> > PC-324 printer. I completely forgot I had these, even though
> > I used to use them all the time. I think the most interesting
> > accessory is the Pascal module for the TI-74, allowing programs
> > to be written in Pascal instead of BASIC.
> > --
> > Eric Dittman
> > dittman(a)dittman.net
> > Check out the DEC Enthusiasts Club at http://www.dittman.net/
> >
Early handheld computers/calcs with a single line display somewhat along the lines of the RS model 100. What TI ultimately put out instead of the much-touted TI-88. (Actually saw one of those a while back on Ebay. Went for about $600 IIRC. The seller was an ex-TI engineer who expressed surprise when I brought up the subject of the TI-99/8, many more of which escaped Engineering and found their way out into the world than said calc.)
The 74 has a BASIC interpreter, while the 95 is more an advanced scientific calculator. Both are programmable at the assembly level. The PC-324 printer works with both. Nice machines. You can still by them new/refurbed from an outfit in the Pac. Northwest. Name of which escapes me at the moment.)
jbdigriz
what voltage is UK mains power, out of curiosity
Best
John
-----Original Message-----
From: melt
Sent: Sun 9/15/2002 2:20 PM
To: ccmp
Cc:
Subject: Re: VAX 11/750 power requirements
On Sun, 2002-09-15 at 20:04, John Willis wrote:
> Do these things require (as I have heard rumored) 240-volt
3-phase
> power?
Nope, my (UK) model is a single-phase model, and will run off a
standard
UK mains plug.
Alex
--
Live like you will never die, love like you've never been hurt,
dance
like no-one is watching.
After a year search I am now working at HALTED.
Any of you in the area, stop by and say Hi.
Sorry, can't get you any discounts :^)
I am usually there Thurs, Fri and SAT
This saturday is Halted's 25th aniversary SALE, many-but-not-all things
discounted! Come and see what they drag out of the dark corners of the
warehouse! (probably very little classic comp stuff, lots of components!)
The DG guy in PDX just got in three Gould/Encore SEL 32s in. If there is any
interest I can send you his way. Since he is a scrapper you will have to pay
twice gold price. These won't stick around long.
They appear to be single full height racks with a Pertec tape and maybe a
large (physically) HD. Heavy and would require pickup In Portland, OR or
palletizing and shipping from there.
Sorry no pictures. I am 100 miles from the systems and cannot go look.
Paxton
Astoria, OR
I've got a PDP-11/23 cpu, M8044 32kW memory card, DLV11-J serial card, and
an RQDX1 set up, and starting up into ODT. I've got an ST225 'MFM'
interface drive and an RX50 I'd like to hook up, but no cab kit for the
RQDX1.
Four questions:
1a) Does anyone have a pinout for a cable that'll let me hook up the RX50
and MFM drive to the RQDX1
1b) What DIP switch settings should I use on the RQDX1?
1c) Does someone have a bootstrap I can enter using ODT to boot RT-11 off
of an RX50 or the hard drive on the RQDX1?
2) I can potentially get a PC set up with a TU58 emulator, does anyone
have a bootstrap to load from a TU58?
Thanks!
-- Pat
Hi
I know someone that re-tires phono idlers. Contact me
off list and I'll give you the info on him. He said
he'd give re-tiring a capstan a try if someone want
to experiment.
Dwight
>From: Joe <rigdonj(a)cfl.rr.com>
>
>Ethan,
>
>At 09:02 AM 9/11/02 -0700, you wrote:
>>
>>--- "J.C. Wren" <jcwren(a)jcwren.com> wrote:
>>> I acquired a pair of HP-4952A protocol analyzers. One has version
>>> 1.00 1986 software, the other A.02.00 1989 software...
>>>
>>> Also, I'm looking for a copy of the terminal emulator that came with
>>> these. I know the diskettes can't be copied on the unit, but I'm sure
>>> they could be copied on a *nix box.
>>
>>Can't help you with floppy-based HP analyzers, but it leads me to ask
>>about my own - I have a pair of portable HP protocol analyzers (I
>>*thought* the numbers were 4951A and 4951B, buit they do not use 3.5"
>>floppies (that's the 4951C, AFAIK); instead, they use the same sort of
>>tapes as a DEC TU-58).
>
>
> I have a 4951. It uses the same tapes as the HP-85, HP 9825, etc. IIRC
they're DC-100 tapes and you can use the same (40MB?) tapes that were used
in PCs. You can also reformat and use DECTapes. But check your drive first,
you'll probably find that it has the same problems (melted tape drive
roller) as the HPs usually do.
>
>>
>>I did find this PDF on a Google search:
>>
>> http://www.helmut-singer.de/pdf/hp4951c-4952a-4954a-4955a-4972a.pdf
>>
>>Doesn't solve any problems, but it's a nice feature reference.
>>
>>We did lots and lots with ours, including simulating an IBM 37X5 (PU T4)
>>up to and including the BIND, with enough RR traffic to fool our PU T2
>>product into thinking it was logging onto a real system. It's harder
>>than it sounds, especially given that the menu-based "programming
>>language" does not allow much creative latitude. I suspect that newer
>>analyzers (like yours), especially those mentioned in that PDF file,
>>would have better SNA support. In any case, they were stunning for
>>BISYNC traffic. Not sure we ever used them for async monitoring, but
>>they _will_ do it.
>>
>>Are there any other HP analyzer owners on the list? I'd love to swap
>>any information.
>
> My 4951 is in storage but I'm pretty sure that there's a operators
manual with it.
>
> Joe
>>
>>-ethan
>>
>>
>>__________________________________________________
>>Yahoo! - We Remember
>>9-11: A tribute to the more than 3,000 lives lost
>>http://dir.remember.yahoo.com/tribute
>>
>
>
>
I saw a Mac at a thrift today that I assume must be one of the 128k
Macs. It is a Model M0001 and there is not a mini-DIN to be found
on it. Just D-subs and an RJ-11 on the front for the keyboard. It
runs too - or it would like to if it had a disk.
Is my 128k Mac surmise correct?
- don
Yet another box from my collection will have to go. It's an fully working Apple II Euro+, an Apple II made for the european market that was able to display video in the PAL format and also supported european letters.
Read more about it here : http://www.apple-history.com/quickgallery.html?where=aIIplus.html
As with the Raptor 3 - I will ship anywhere. The computer works great but I have no additional stuff for it like manuals, software or anything.
Please email an offer to joacim at melin dot org.
Try this:
ftp://ftp.apple.asimov.net/pub/apple_II/utility/adt122.zipftp://ftp.apple.asimov.net/pub/apple_II/images/utility/programming/apple_pa…
>From: Ron Hudson <rhudson(a)cnonline.net>
>Reply-To: cctalk(a)classiccmp.org
>To: cctalk(a)classiccmp.org
>Subject: want:Apple Pascal
>Date: Sun, 15 Sep 2002 08:07:01 -0700
>
>Anybody got a spare or know how to clone this.
>I don't need docs, I have the Mcgraw Hill apple pascal
>book.
>
>I have internet access with a linux box/windows box but I don't
>know how to cut apple IIc disks from there.
>
>Thanks!
>ron.
_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
Anybody got a spare or know how to clone this.
I don't need docs, I have the Mcgraw Hill apple pascal
book.
I have internet access with a linux box/windows box but I don't
know how to cut apple IIc disks from there.
Thanks!
ron.
Umm looks like a twist-lock connector... *sniff* tastes like a twist-lock
connector... *lick* mmm tastes like a twist-lock connector... "Hey mom, um a
VAX is FAR more usefull than a dryer! OK? OK!" Nope no three-phase here :
).. Also, the main difference between the "normal" VMS and 11/750 VMS is
that generally speaking, it would be difficult to put the CDs in the
TU-58... 11/750 VMS distros generally were at at least some portion
TU58-based.
Will J
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Hello,
Today I acquired a BRAND NEW AT&T model 458 serial daisy wheel printer. It's in the original wrapping. It has a printout saying Printer AT&T 458 Number 7829177, then it has a vertical alignment test. If someone wants this before I open the original packing, let me know.
Ralph