When I use Kermit, the key sequence to escape back is ^\ C. In other words, type control-backslash followed by C. I don't know where you found the alt-x command; perhaps that is what you'd use on RSX when calling out to another computer from your RSX system.
When kermit starts up on your macbook it might say what the escape key is. For example, here is what I get connecting to the serial port on my PiDP-11 from my Linux desktop. Notice that it says to use control-backslash followed by "C":
Connecting to /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AC013VJY-if00-port0, speed 115200
Escape character: Ctrl-\ (ASCII 28, FS): enabled
Type the escape character followed by C to get back,
or followed by ? to see other options.
Does yours print anything similar?
Steve
On 12/13/24 08:22 PM, Tim Radde wrote:
> Well, I tried it from my laptop (Mac) and my Linux box. Neither do anything at the point of pressing Alt-x (Command X on Mac) and Alt-x on Linux. Yes, I do get to running K10MIT (TOPS-10 Kermit). I can start it as a server, but can't then get back to the client. So I am kind stuck for now.
>
> On Friday, December 13, 2024 at 5:09:39 PM UTC-6 Tim Radde wrote:
>
> No worries. I haven't even thought of trying it yet. I still am trying to get this Basic code over onto my TOPS-10 disk to see if it will run. I too am sure there are still typos. As it was probably 1000-2000 lines typed in manually. I caught many of the early ones just trying to run on RSTS, but there are 10 files and I am only on the 3rd I think. I'd like to see it run as it's one of the most inclusive versions I've seen. I never heard of yours so don't know and yours may be even better.
>
> On Fri, Dec 13, 2024 at 4:57 PM Nigel Eke <
nige...@gmail.com> wrote:
>
> Ha - don't look tooooo closely at the Monopoly game. It's a little buggy. I don't know if it's "my re-typing in" bugs or "original" bugs. I cross-checked the code as best I could, so I'm putting them down to "original", but not inspecting them further though...
>
> On Saturday, 14 December 2024 at 03:31:51 UTC+11
timr...@gmail.com wrote:
>
> Interesting on this Monopoly game. I have one written in Basic. For what system I don't remember. Think an HP 2000 Basic. I have tried to make it run on many different
> Basics with little luck. Each is a bit different. It uses a Common directive which many don't support. It also uses random access files and Chains between multiple Basic files. It's contained in about 10 or 12 files. The first sets up the database (not really, but a file containing all the properties to be used later, along with costs, etc).
> I might try it on Tops-10 and see if Basic there works. I had to type it all in from the printout I have of it. And since it's almost a 50 year old listing it's faded in some
> areas. I am sure there are typos. I have already fixed many. I wasn't sure how to load it in and maybe your PIP solution will work. I am surprised the PTR thing doesn't work as that is how I would have normally done it. Just trying to paste the file contents into BASIC must overflow a buffer as it loads about 20 lines.
>
> On Wednesday, February 14, 2024 at 3:35:04 AM UTC-6
nige...@gmail.com wrote:
>
> Thanks to everyone that helped me out on this problem (especially Clem with his patience re my lack of knowledge of many areas).
>
> In the end I by-passed the magtape route, and simple went for a TTY solution:
>
> From file: <CTRL-A><CTRL-C>
>
> From emulator:
> .R PIP
> *MYFILE.MAC=TTY:
> <CTRL-SHIFT-V>
> ...
> <CTRL-Z>
> *
>
> It's a bit time-consuming doing changes that way, but it serves its purpose. The end results can be seen here:
https://github.com/nigeleke/monop <
https://github.com/nigeleke/monop>
>
> Thanks again,
> NIgel
>
> On Thursday 1 February 2024 at 03:00:50 UTC+11 John Forecast wrote:
>
> I am the author of "fsio". You should be able to use it to create an RT11 floppy image which can be read with RTFLX on TOPS-10 (ks10 only). However, once again you will need to perform a SYSGEN since the RX20 device driver is not included in the default monitor.
>
> John.
> On Friday, January 26, 2024 at 10:32:00 AM UTC-5
cl...@ccc.com wrote:
>
> Nigel - the easiest way I have found is using tape files. I have several tools for the same. I tended to use PDP-10 backup/PDP-20 dumper format, for which I have a couple of different implementations for UNIX, but there is also a version of the v7 tar for TOPS-10/TOPS-20 in the wild (I think I have it also somewhere), as well as lots of tools to run on Unix that read/write ANSI labeled tapes.
>
> Contact me offline if you have questions, I'll be happy to make what I have available.
>
> One other thought .. (I've never tried this personally), but ... Bob has a tool in the simtools/converter directory called fsio, which can read/write RT11/DOS8 and a few other formats. TOPS-10 has a tool called RTFLX that reads RT-11 formatted disks. While the size of an RX01/02 floppy is smaller than Magtape, I believe that the RX20 drive and controller will read
>
> ToDo - update the OpenSimh tools directory to add some more of the tape tools.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/pidp-10/7bb2d4da-3a7f-4d3e-b1d6-36776eb46c91n%40googlegroups.com <
https://groups.google.com/d/msgid/pidp-10/7bb2d4da-3a7f-4d3e-b1d6-36776eb46c91n%40googlegroups.com?utm_medium=email&utm_source=footer>.
>
> --
>
> You received this message because you are subscribed to a topic in the Google Groups "PiDP-10" group.
> To unsubscribe from this topic, visit
https://groups.google.com/d/topic/pidp-10/kPj195Cat-A/unsubscribe <
https://groups.google.com/d/topic/pidp-10/kPj195Cat-A/unsubscribe>.
> To view this discussion visit
https://groups.google.com/d/msgid/pidp-10/826b0a68-c461-4060-a65f-9c90509b1426n%40googlegroups.com <
https://groups.google.com/d/msgid/pidp-10/826b0a68-c461-4060-a65f-9c90509b1426n%40googlegroups.com?utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google Groups "PiDP-10" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
pidp-10+u...@googlegroups.com <mailto:
pidp-10+u...@googlegroups.com>.
> To view this discussion visit
https://groups.google.com/d/msgid/pidp-10/bb37ec8a-53be-48ac-b76f-b69a905b45aan%40googlegroups.com <
https://groups.google.com/d/msgid/pidp-10/bb37ec8a-53be-48ac-b76f-b69a905b45aan%40googlegroups.com?utm_medium=email&utm_source=footer>.