Re: [M100] oh, and Hello again

2021-11-16 Thread Philip Avery
Jim, by coincidence in the last few days I decided to get back onto M100 CP/M. I hadn't forgotten about 4MB directory size & beefed up Import/Export. The 4MB directory size should be quick to fix, but is it any use to you without Import *.*? That Import/Export feature will take a little

Re: [M100] Re-directing CP/M console to serial port in REXCPM

2021-11-16 Thread Philip Avery
I thought I had this I/O configuration working using my XP box when testing the code, but I can't be certain. It's been almost a year since I've 'been on the tools' (8085 assembly & M100 CP/M), so it may take a few days to get back into this, but I will. Philip On 17/11/2021 11:55 am, Tom

Re: [M100] Re-directing CP/M console to serial port in REXCPM

2021-11-16 Thread Tom Hoppe
Correct, VT100 emulation. On Tue, Nov 16, 2021 at 2:15 PM Stephen Adolph wrote: > there will be escape characters flowing over serial in this case, so you > need to ensure that does not mess with things. > If I understand what is happening > > M100 > PC (video terminal character flow) >

Re: [M100] Re-directing CP/M console to serial port in REXCPM

2021-11-16 Thread Stephen Adolph
there will be escape characters flowing over serial in this case, so you need to ensure that does not mess with things. If I understand what is happening M100 > PC (video terminal character flow) M100 < PC (input keyboard strokes) When you say the terminal works reliably using F3,

Re: [M100] Re-directing CP/M console to serial port in REXCPM

2021-11-16 Thread Tom Hoppe
I left minicom set to 19200 8N1 and it worked (until it didn't). The Sc L vs Sc S is a good point! I will try changing this tonight and see if it helps. My ultimate goal is to ssh into my home PC from work so I can play with CP/M during lunch :). Tom On Tue, Nov 16, 2021 at 11:21 AM Jim

Re: [M100] Re-directing CP/M console to serial port in REXCPM

2021-11-16 Thread Stephen Adolph
I think Philip Avery is probably best to comment on to what degree that is supported. It is a good question. On Tue, Nov 16, 2021 at 2:21 PM Jim Anderson wrote: > First thought that comes to mind: it may be stopping because of the > feature which pauses the screen output after 8 lines of

[M100] oh, and Hello again

2021-11-16 Thread Jim Anderson
Sorry I vanished for most of this year - depression is not a good place to be. I am hoping to get rolling and finish off the font redesign for the MVT100 board I was working on last winter. I think Stephen had started sharing the interim firmware I made which had initial M100 graphic

Re: [M100] Re-directing CP/M console to serial port in REXCPM

2021-11-16 Thread Jim Anderson
First thought that comes to mind: it may be stopping because of the feature which pauses the screen output after 8 lines of consecutive output – try Label-F1-Label to toggle ‘Sc L’ to ‘Sc S’ to disable this before redirecting the console? I’m glad to see this post because I honestly had been

[M100] Re-directing CP/M console to serial port in REXCPM

2021-11-16 Thread Tom Hoppe
I am trying to re-direct the REXCPM console to the M100 serial port but only having limited success. I am using 'stat con:=uc1:' to do the re-direct. It seems to work for a minute, then stops. I am using minicom in Linux and it works reliably using the REXCPM 'F3 toggle' feature to re-direct only