In this wiki you can store howto's what to know etc..
About using and preserving vintage HP computers.
Re: Disk selector switch for a disk emulator?
Everyone's vote counts :)
|
|
Re: Disk selector switch for a disk emulator?
Steve Leibson
Brilliant. A retrofittable idea. I'd vote for that one (if I had a vote). --Steve
On 1/26/2020 7:44 AM, Anders wrote:
I have been giving this a bit more thought and I am not SONOS :) With close to 100 PCBs sold, I'd hate to disappoint my existing customers, so what about this: -- Steve Leibson Phone (Cell): 408-910-5992 Phone (Home): 408-292-4930 Please feel free to link to me on LinkedIn History site: www.hp9825.com #Iwork4Intel
|
|
Re: Disk selector switch for a disk emulator?
I have been giving this a bit more thought and I am not SONOS :) With close to 100 PCBs sold, I'd hate to disappoint my existing customers, so what about this:
I create a small extra board that can be connected to the existing board's AUX connector and mounted at right angle to the main board that slides into the box pictured above. On that board are switches for down/up, leds for talk/listen/disk and a small display (NDH-C02-16CZ-FSW-FBW-3V3). In addition to that a DS2417 RTC plus a 20mm coin battery.
|
|
Re: HP-9885M service manual.
Paul Berger
Francois, I would be interested in seeing that. I have also successfully connected a 9885 to 9000-332. Paul.
On 2020-01-25 12:21 p.m., François
Lanciault wrote:
|
|
HP-9885M service manual.
François Lanciault
Hi, I don't think there is that much new informations. I could eventually scan it if there is interest. I also have a 1982 print of the installation manual but a quick look shows no differences from the 1978 HP museum copy. François
On Jan 24, 2020, at 12:54, CuriousMarc <marc.verdiell@...> wrote: I added two missing manuals for the HP 9825: The Printer Manual (for the HP 9866 printer) and the Disk Manual (for the HP 9885 8" Floppy). David and Al, you might want to add this to your collection.
|
|
Re: More HP 9825 Manuals
David Collins
Never!
toggle quoted messageShow quoted text
David Collins +61 424 785 131
On 25 Jan 2020, at 6:19 pm, CuriousMarc <marc.verdiell@...> wrote:
|
|
Re: More HP 9825 Manuals
Agh, poort fellow ;p
-Rik
On Sat, Jan 25, 2020 at 8:19 AM +0100, "CuriousMarc" <marc.verdiell@...> wrote:
|
|
Re: More HP 9825 Manuals
Now suddenly I feel obsolete :-(
Marc
|
|
Re: More HP 9825 Manuals
Paul Berger
The one Marc uploaded is an older version that only includes 9885, the one on museum.net is the replacement that includes both 9885 and 9895. Paul.
On 2020-01-24 2:43 p.m., Rik Bos wrote:
|
|
Re: More HP 9825 Manuals
Marc,
I think it’s available on the hpmuseum website already. http://www.hpmuseum.net/document.php?hwfile=4152
-Rik
Van: VintHPcom@groups.io <VintHPcom@groups.io> Namens CuriousMarc
I added two missing manuals for the HP 9825: The Printer Manual (for the HP 9866 printer) and the Disk Manual (for the HP 9885 8" Floppy). David and Al, you might want to add this to your collection.
|
|
Re: More HP 9825 Manuals
The rest is in the file area.
|
|
Re: More HP 9825 Manuals
Oops, the high resolution version of the disk manual was too large to upload into groups.io, so here it is from my Google drive: https://drive.google.com/open?id=1y5avKIQbYggwgH-dgLZ4XXUwa7pVrfne
Marc
|
|
Re: More HP 9825 Manuals
Are they in the files area? Interested in looking atb the 9885 manual.
|
|
More HP 9825 Manuals
I added two missing manuals for the HP 9825: The Printer Manual (for the HP 9866 printer) and the Disk Manual (for the HP 9885 8" Floppy). David and Al, you might want to add this to your collection.
|
|
Re: HP App Notes 201-X series wanted
Steve Leibson
I read the note, Marc. But LID's extensive use of Store(A$) went far beyond mere program retrieval. --Steve
On Friday, January 24, 2020, 8:41:58 AM PST, CuriousMarc <marc.verdiell@...> wrote:
Hey Mr Wise-A**, no such thing. That's the whole note (Jack's joke was referring to a program named HARPO in the note). Marc
|
|
New files uploaded to VintHPcom@groups.io
VintHPcom@groups.io Notification <VintHPcom+notification@...>
Hello, This email message is a notification to let you know that the following files have been uploaded to the Files area of the VintHPcom@groups.io group.
Uploaded By: CuriousMarc <marc.verdiell@...> Description: Cheers,
|
|
Re: HP App Notes 201-X series wanted
Hey Mr Wise-A**, no such thing. That's the whole note (Jack's joke was referring to a program named HARPO in the note).
Marc
|
|
Re: HP App Notes 201-X series wanted
Thanks Marc (for the scan) and Steve (for the implementation). A quick read through the manual raises questions about the missing routines, GROUCHO and ZEPPO. Is there another chapter in this volume?
-- Jack www.computerarium.org
|
|
Re: HP App Notes 201-X series wanted
Steve Leibson
Hi Marc, Yes, half of the words in the System Programming ROM are devoted to the Store(A$) command. It was the only way to get a listing back into the machine from a saved ASCII printout. I never imagined that the Loveland Instrument Division would use it to programmatically combine HPL program subroutines into completed ATE programs, but it proved very popular for them. It seemed so simple: just jam a line into the keyboard buffer and smack the "store" key with a JSR call. But there were several exceptions to the ASCII program listings compared to the stored program and all of the exception checking ended up consuming half of the ROM. Chris Christopher was in charge of the HP 9825 firmware effort and he was not at all pleased with my tinkering. He was afraid my abuse of the 9825's live keyboard feature would surface a latent bug in the main language ROM and so he repeatedly told me "Any bugs you find are yours!" None were found, until the 9825S/T conversion turned up a latent bug in my own code, but not in the Store(A$) command. It was in one of the special 98036A register-access commands I'd added. There were two writes misdirected at ROM locations. In the 9825A/B, writes to a ROM address counted as NOPs, so no damage was done. In the 9825S/T with full 16-bit addressing, RAM occupied those locations and the conversion team had to debug the problem of two RAM locations being mysteriously zeroed out for no apparent reason. "Any bugs you find are yours!" is what I told the conversion team. "It works fine on the 9825A/B." By the way, the Systems Programming ROM was my first and only
commercial software-only product. That's how we did it back then
at HP. Design and debug hardware one day, run a lathe or mill the
next day (under close supervision by the machinists who hated
having engineers fooling with a power tool), write code the day
after. What's all this specialization stuff? --Steve
On 1/23/2020 5:03 PM, CuriousMarc
wrote:
Just added my scan of the missing AN 201-06 Computer Communications HP 9825 - HP 1000. One is a large (45 MB) pdf file with high resolution scan, the other one is a smaller (4.5MB) one with searchable text. They describe communication over HP-IB and Serial, with ways to upload and download program and data from the 9825 to the HP 1000 running FORTRAN helper programs. It can be done, but pretty contrived as expected, I suspect not many people went through the trouble. It uses Steve Leibson's system programming feature "store" command to download programs (Steve did I get this right that you put that function in?). Many thanks to John Lawson for a) rescuing the manual and b) driving it all the way from Nevada to California. Now that's customer service! -- Steve Leibson Phone (Cell): 408-910-5992 Phone (Home): 408-292-4930 Please feel free to link to me on LinkedIn History site: www.hp9825.com #Iwork4Intel
|
|
Re: HP App Notes 201-X series wanted
Just added my scan of the missing AN 201-06 Computer Communications HP 9825 - HP 1000. One is a large (45 MB) pdf file with high resolution scan, the other one is a smaller (4.5MB) one with searchable text. They describe communication over HP-IB and Serial, with ways to upload and download program and data from the 9825 to the HP 1000 running FORTRAN helper programs. It can be done, but pretty contrived as expected, I suspect not many people went through the trouble. It uses Steve Leibson's system programming feature "store" command to download programs (Steve did I get this right that you put that function in?). Many thanks to John Lawson for a) rescuing the manual and b) driving it all the way from Nevada to California. Now that's customer service!
Marc
|
|