Hi All,
First post here.? I have a HP9000 Series 320 computer with a HP Drive
system.? It uses the HPL 2.1 (I think) operating system. I'm trying to
get some ASCII files out of the system using the RS232 port.? The port
is female DB9, so I'm assuming it's DCE.? I got an HP cable DB9 to DB25
which reorients the pins to PC standard RS232 DTE.? I can get a
connection with the HP. but when I try to send a file it just shows the
word "PROMPT" on the PC. I'm not sure what to do at this point.? I'm
currently using Tera Term.? Any advice is appreciated.
Roger Addy
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
Hi...I am arriving at Gatwick Airport this weds evening1045pm and I have a
17 hour layover. I'd like to visit the national computer museum at
bletchley park about an hour north. I see I can rent a car from the
airport and drive to a hotel near the museum. There are a few hotels with
24/7 desks. Concerns? Total time in England is 17 hours, 8 of which
needed for sleep, plus travel to and from the airport and museum. Not sure
how efficient the car rental return process is, etc. Need some buffer for
unknowns
Thanks in advance
Bill
I played around with this algol 60 compiler for the PDP8 and succeeded in
getting it to run. I have not found any other notes, so I thought that I
would give a leg up to the next one that wants to work on it.
-chuck
--------
This ALGOL 60 implementation for the PDP8 was written by Roger H. Abbott
while he was at Oxford.
The bits are here:
http://www.bitsavers.org/bits/DEC/pdp8/papertapeImages/russ.ucs.indiana.edu…
A copy of the manual here:
https://archive.org/details/hack42_ROG_ALGOL_Compiler
A paper here:
http://pdp8.de/download/RogAlgol.pdf
Mr. Abbotts business is here:
http://www.angelfire.com/biz/rhaminisys/index.html
The website or the host is a bit sketchy. The business is probably defunct.
I found a link that said Mr. Abbott died in the early 2000.
The system is two parts: the compiler and the runtime.
This is all assuming the use of OS/8.
To create the SV file for the compiler:
.R ABSLDR
*INTRUN.BN,ALGCOM.BN,COMOS8.BN$
.SAVE SYS:ALGCOM.SV
.R ALGCOM.SV
To create the SV file for the runtime system/loader:
.R ABSLDR
*FPP.BN,ALGRUN.BN,RUNOS8.BN
.SAVE SYS:RALGOL.SV
.R RALGOL.SV
There are other options for the FPP.BN for other hardware possibilities.
FPEAE8.BN for the classic pdp8 EAE and FPPEAE.BN for the PDP8/e EAE. This
needs some testings.
Running an ALGOL program:
.TYPE FLOAT.AL
'BEGIN'
'REAL' A,B;
TEXT(1,"HELLO WORLD!");
SKIP(1);
A := 3.141592;
B := COS(A);
TEXT(1,"A = ");
RWRITE(1,A);
SKIP(1);
TEXT(1,"B = COS(A) = ");
RWRITE(1,B);
'END'
$$$$$
.R ALGCOM
ROGALGOL MK40
OUT<IN*FLOAT<FLOAT
SIZE 39
.R RALGOL
ROGALGOLOADER
INPUT FILENAME ?*FLOAT.AC
ENDS 0251
^^PHELLO WORLD!
A = +0.314159E+001
B = COS(A) = -0.999999E+000
^^PHELLO WORLD!
A = +0.314159E+001
B = COS(A) = -0.999999E+000
^^C
.
The source AL file must end with a few $$$$ or an odd fault code will
result. The fault codes are embedded in the source files as addresses.
The compiler output file has the AC suffix.
After the loader runs it will pause with a ^ prompt and the user will have
to enter a ^P to proceed or ^C to quit.
The manual is the best description for the user.
> From: Evan Koblentz
> what the owners plan to do in the future.
Sell the Apple I and retire to a tropical island on the proceeds, if
they have any sense! :-)
Noel
?Hi all,
I have a crashed RL01 disk (very crashed). I'd like to remove it from the plastic cover to display it. I opened up the case but cannot figure out how to remove the platter? I took 4 philips screws out which only served to remove a metal ring.
It seems that the handle is somehow attached to the platter and seems it is preventing me from removing the platter.
Whats the trick?
Thanks
Eugene
> From: Nigel Johnson
> Anybody have any docs on the DEC LSI 11/93 (KDJ11-E)?
Info on the -E is thin on the ground. The User's Manual (EK-KDJ1E-UG-001)
is available online, though, which is a start - it gives info on how to
configure it, etc.
> I am trying to run it in a BA23 backplane and seemingly geting bus
> hangs as is there is something that it is looking for that is not
> there!
QBUS 11's are pretty resistant to hangs, unless you have an interrupted
grant chain. A simple missing device should give a NXM fault.
I"d try getting the whole system working with another CPU, and then plug in
the -E; reduce the number of unknown variables. Although with memory and
console line on-board on the -E, it shouldn't need too much else for at least
basic functioning.
Noel
Bill,
If I were on such a tight schedule, I would as you say rent a car,
but one-way, from Gatwick - drive that night late to a hotel in
Milton Keynes about five miles north of Bletchley.
About 90 miles Gatwick to Milton Keyes - two hours or so late at night.
Avis has a return site at Milton Keynes. Leave the car there at Avis.
Thursday morning, I would take a taxi to Bletchley Park - the place opens 0930.
Spend 1.5 hours or some such max at Bletchley - Train back to Gatwick.
I know that you can easily get to London Euston from Bletchley -
trains run about every twenty minutes I recall, but I do not know how
to get to Gatwick from Euston - figure that out.
It would all be very tight, but Bletchley Park is an amazing place to
see and only 1.5 hours there would be better than nothing.
Here is a snap I took of the "Mansion" when there 15 years
ago: http://frobenius.com/bletchley/bl012.jpg
If I could see only a couple of things: Hut 8 where Turing used to
do his thing and, of course, the Colossus rebuild.
It is easy to spend two days there, which I did 2004.
Best,
Jack Harper
Evergreen, Colorado USA
At 03:54 AM 7/6/2019, Bill Degnan via cctech wrote:
>Hi...I am arriving at Gatwick Airport this weds evening1045pm and I have a
>17 hour layover. I'd like to visit the national computer museum at
>bletchley park about an hour north. I see I can rent a car from the
>airport and drive to a hotel near the museum. There are a few hotels with
>24/7 desks. Concerns? Total time in England is 17 hours, 8 of which
>needed for sleep, plus travel to and from the airport and museum. Not sure
>how efficient the car rental return process is, etc. Need some buffer for
>unknowns
>Thanks in advance
>
>Bill
----------------------------------------------------------------------------------
Jack Harper, President
Secure Outcomes Inc
2942 Evergreen Parkway, Suite 300
Evergreen, Colorado 80439 USA
303.670.8375
303.670.3750 (fax)
http://www.secureoutcomes.net for Product Info.
I have an Apple /// that I've had for many years; it's never worked.
When you power it up, you get a checkerboard screen, where half the squares
are solid white, and the other half have a little mosaic pattern in them.
Looks like this:
https://share.icloud.com/photos/0NHNkEG9ssPsi65ojivBteKaQ
Does this failure mode ring any bells? Obviously the video signal is being
generated well enough to sync a composite output. Any idea whether I
should start by replacing the CPU or the ROMs?
Adam
Anybody have any docs on the DEC LSI 11/93 (KDJ11-E)?
I have a suspect one and am looking for schematics, configuration data
etc. I am trying to run it in a BA23 backplane and seemingly geting bus
hangs as is there is something that it is looking for that is not there!
cheers,
Nigel
On 06/07/2019 13:00, cctalk-request at classiccmp.org wrote:
> Send cctalk mailing list submissions to
> cctalk at classiccmp.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.classiccmp.org/mailman/listinfo/cctalk
> or, via email, send a message with subject or body 'help' to
> cctalk-request at classiccmp.org
>
> You can reach the person managing the list at
> cctalk-owner at classiccmp.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of cctalk digest..."
>
>
> Today's Topics:
>
> 1. Re: gunkies.org is down or?... (Noel Chiappa)
> 2. Re: gunkies.org is down or?... (ben)
> 3. Email delivery protocols / methods. (Grant Taylor)
> 4. Re: Email delivery protocols / methods. (Dennis Boone)
> 5. Re: Email delivery protocols / methods. (Diane Bruce)
> 6. Re: Email delivery protocols / methods. (Diane Bruce)
> 7. Question about Apple /// (Adam Thornton)
> 8. Lots of Apple 1 computers @ VCF West (Evan Koblentz)
> 9. Re: Question about Apple /// (Jecel Assumpcao Jr.)
> 10. Re: Email delivery protocols / methods. (Dennis Boone)
> 11. RE: Email delivery protocols / methods.
> (newsgroups at micromuseum.co.uk)
> 12. RE: Email delivery protocols / methods. (Dave Wade)
> 13. Re: Email delivery protocols / methods. (Bill Gunshannon)
> 14. Re: Lots of Apple 1 computers @ VCF West (John Herron)
> 15. Re: Email delivery protocols / methods. (Peter Coghlan)
> 16. Re: Email delivery protocols / methods. (Peter Corlett)
> 17. Re: Email delivery protocols / methods. (Jason T)
> 18. Re: Lots of Apple 1 computers @ VCF West (ED SHARPE)
> 19. Re: Lots of Apple 1 computers @ VCF West (ED SHARPE)
> 20. Re: Lots of Apple 1 computers @ VCF West (Evan Koblentz)
> 21. Re: Question about Apple /// (Jim Manley)
> 22. Re: Lots of Apple 1 computers @ VCF West (Evan Koblentz)
> 23. Re: Question about Apple /// (ED SHARPE)
> 24. Re: Lots of Apple 1 computers @ VCF West (Evan Koblentz)
> 25. Re: Lots of Apple 1 computers @ VCF West (Guy Dunphy)
> 26. Re: Question about Apple /// (Bill Degnan)
> 27. Re: Email delivery protocols / methods. (Noel Chiappa)
> 28. Re: Wtd: advice upcoming visit to Bletchley Park / comp
> museum (Mattis Lind)
> 29. Re: Question about Apple /// (ED SHARPE)
> 30. Re: Wtd: advice upcoming visit to Bletchley Park / comp
> museum (Peter Corlett)
> 31. Wtd: advice upcoming visit to Bletchley Park / comp museum
> (Bill Degnan)
> 32. Re: Email delivery protocols / methods. (David Bridgham)
> 33. Re: Email delivery protocols / methods. (David Bridgham)
> 34. QSIC, was: Re: Email delivery protocols / methods.
> (emanuel stiebler)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 5 Jul 2019 13:33:38 -0400 (EDT)
> From: jnc at mercury.lcs.mit.edu (Noel Chiappa)
> To: cctalk at classiccmp.org
> Cc: jnc at mercury.lcs.mit.edu
> Subject: Re: gunkies.org is down or?...
> Message-ID: <20190705173338.C9ACB18C0B6 at mercury.lcs.mit.edu>
>
> > From: Tomasz Rola
>
> > Is it really down?
>
> I suppose this is actually good news, in a way - someone must have been
> trying to use it, to notice that it was down! :-)
>
> So let me take this opportunity to appeal once again for people to contribute
> content; I've added a lot of PDP-11 stuff, and Lars and I sporadically add
> PDP-10 stuff (not that very many actually have a hardware -10 :-), but
> _everything else_ could use more content. So if you have a particular focus -
> please consider contributing your knowledge in that area!
>
> Noel
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 5 Jul 2019 11:46:30 -0600
> From: ben <bfranchuk at jetnet.ab.ca>
> To: cctalk at classiccmp.org
> Subject: Re: gunkies.org is down or?...
> Message-ID: <fef4a9ac-4bee-acee-5bdd-e7fbfbdc5647 at jetnet.ab.ca>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 7/5/2019 11:33 AM, Noel Chiappa via cctalk wrote:
>> > From: Tomasz Rola
>>
>> > Is it really down?
>>
>> I suppose this is actually good news, in a way - someone must have been
>> trying to use it, to notice that it was down! :-)
>>
>> So let me take this opportunity to appeal once again for people to contribute
>> content; I've added a lot of PDP-11 stuff, and Lars and I sporadically add
>> PDP-10 stuff (not that very many actually have a hardware -10 :-), but
>> _everything else_ could use more content. So if you have a particular focus -
>> please consider contributing your knowledge in that area!
>>
>> Noel
> It looks up from here. Wow all those banks of EVIL computers behind that
> man in the photo. Ben.
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 5 Jul 2019 15:05:32 -0600
> From: Grant Taylor <cctalk at gtaylor.tnetconsulting.net>
> To: cctalk <cctalk at classiccmp.org>
> Subject: Email delivery protocols / methods.
> Message-ID:
> <ff892b2d-b7f1-01e8-a59c-f60f890f4f77 at spamtrap.tnetconsulting.net>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Here's pot stirrer for a holiday Friday afternoon:
>
> How many different protocols / methods can we collectively come up with
> for how email can be transferred?
>
> I'm primarily thinking about between servers (MTA-to-MTA). But I'm also
> willing to accept servers and clients (MTA-to-MUA). Where you can /
> could run at least one server yourself.
>
> ? SMTP(S)
> ? UUCP (rmail)
> ? MMDF
> ? X.400
> ? Microsoft Exchange proprietary protocol
> ? Novell GroupWise proprietary protocol
> ? Lotus (IBM) Domino proprietary protocol
> ? FidoNet (FTN)
> ? BITNET
> ? Direct file access - group Post Office
> ? Direct file access - mail spool
>
>
>
--
Nigel Johnson
MSc., MIEEE
VE3ID/G4AJQ/VA3MCU
Amateur Radio, the origin of the open-source concept!
You can reach me by voice on Skype: TILBURY2591
If time travel ever will be possible, it already is. Ask me again yesterday
This e-mail is not and cannot, by its nature, be confidential. En route from me to you, it will pass across the public Internet, easily readable by any number of system administrators along the way.
Nigel Johnson <nw.johnson at ieee.org>
Please consider the environment when deciding if you really need to print this message