--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/1b03db81-9ceb-4cdf-82fb-bf69f1826650n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/a3fb4ba3-ebb3-4f90-834b-e2058fe28a99n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/af3fc376-4295-4705-a30d-780447da9c88n%40googlegroups.com.
Thank you All !I have an Apple Super Serial Card, a USB-A to DB-9 cable with FTDI,
a DB-9 to DB-25 adapter.
The USB-Serial cable is not null-modem
and the SSC setup is 'Terminal' - is that correct?
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/af3fc376-4295-4705-a30d-780447da9c88n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/0208309b-46b8-4642-8d6a-f7ad0ba50b91n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/f2389d9b-764a-4b7a-b687-80f1aab6dee4n%40googlegroups.com.
Thank you Clem - I did not realize that ANSI meant vt100
ESC [ Pn L — Inserts one or more blank lines at the cursor position, pushing lower lines down.ESC [ Pn M — Deletes one or more lines at the cursor position, pulling lower lines up.ESC [ Pn @ — Inserts one or more blank spaces at the cursor position, shifting existing characters to the right.ESC [ Pn P — Deletes one or more characters at the cursor position, shifting remaining characters to the left.ESC [ 4 h (Set) and ESC [ 4 l (Reset) — A standard ANSI mode toggle. When set to Insert Mode, typing any regular character pushes existing text to the right instead of overwriting it.ESC [ pt; pb rJust set it up and added the terminal definition and it works perfectly !
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/206d041b-9121-4c02-b41f-91b41addf54cn%40googlegroups.com.
On Aug 18, 2026, at 5:16 PM, Clem Cole <cl...@ccc.com> wrote:below......
Later, the DEC engineers added the missing ANSI functionality with the VT-220 IIRC, and by the time xterm(1) was written (by a couple of DEC engineers working at MIT on the X-windows project), the pure ANSI and the DEC scrolling regions were both supported in the xterm(1) screen control definition.
On Aug 18, 2026, at 5:16 PM, Clem Cole <cl...@ccc.com> wrote:below......Later, the DEC engineers added the missing ANSI functionality with the VT-220 IIRC, and by the time xterm(1) was written (by a couple of DEC engineers working at MIT on the X-windows project), the pure ANSI and the DEC scrolling regions were both supported in the xterm(1) screen control definition.When the VT2xx series of terminals were created, DEC also created a very thorough internal standard for terminals, DEC Std. 070 (preserved on Bitsavers).
As was done with many DEC standards, it is precise enough that you can simply implement what it says and end up with a compliant and interoperable ANSI terminal.
I did exactly that when I created the Pro terminal code for (unreleased) RSTS.
Note that, apart from the draft standard issue around ANSI and the VT100, there is also the extension DEC added (in all its terminals) to switch to VT52 mode and then support the entirely different VT52 escape sequences.
DECANM (with the Reset Mode parameter)ESC [ ? 2 l {which was defined as ESC (ASCII 27 / 0x1B) [ (Control Sequence Introducer) ? (a DEC private mode) 2 (The parameter ID for ANSI/VT-52 selection) l (Lowercase 'L', which stands for Reset Mode, resetting the terminal back to VT-52 compatibility)}ESC < {which was defined as ESC (ASCII 27 / 0x1B) < (Less-than sign) }(I sometimes wonder why they did not also include a VT05 mode...)
On Aug 20, 2026, at 4:01 PM, Clem Cole <cl...@ccc.com> wrote:...
(I sometimes wonder why they did not also include a VT05 mode...)As I understood it from my friend Tom Kent, who was part of the VT-100 team, even though the VT05 started selling in Nov 1970 and was replaced in Sep 1975 with the VT-52, DEC sold only a few thousand of them, mostly to institutional/high-end customers. IIRC, it couldn't go faster than 300 baud, and it was Uppercase. It really was a "glass tty." Under "Simple Economics Always Beats Sophisticated Technology/Engineer, I'll make a wager that there were that many end-user apps that had been written for the VT05. Whereas the latter model sold tens of thousands, even with Lear Siegler bringing out the ADM3A for $955 as a kit and $1,045 assembled.† Tom suggested there was no demand for the VT05, while breaking application compatibility with the VT52 would have been bad when the VT-100 rolled out.
On Aug 20, 2026, at 4:01 PM, Clem Cole <cl...@ccc.com> wrote:...(I sometimes wonder why they did not also include a VT05 mode...)As I understood it from my friend Tom Kent, who was part of the VT-100 team, even though the VT05 started selling in Nov 1970 and was replaced in Sep 1975 with the VT-52, DEC sold only a few thousand of them, mostly to institutional/high-end customers. IIRC, it couldn't go faster than 300 baud, and it was Uppercase. It really was a "glass tty." Under "Simple Economics Always Beats Sophisticated Technology/Engineer, I'll make a wager that there were that many end-user apps that had been written for the VT05. Whereas the latter model sold tens of thousands, even with Lear Siegler bringing out the ADM3A for $955 as a kit and $1,045 assembled.† Tom suggested there was no demand for the VT05, while breaking application compatibility with the VT52 would have been bad when the VT-100 rolled out.The VT05 could do at least 1200 baud, I think also 2400.
Yes, upper case only (VT50 was UC only as well). 20 lines at 72 characters. I suspect its sales were modest because it was quite a complex beast, some vague memory says core memory for the refresh memory, that may be wrong but it certainly was a lot harder then.
I did my first work for DEC on one of those, visiting in 1976 trying to get a summer intern job. Didn't, but Anton Chernoff pushed me into writing the first version of PIP.SAV for RSTS, for V5B to use during SYSGEN. Took one week to get it functioning and about 100x faster than its predecessor, I'm still rather proud of that. :-)
The VT05 case, though I'm not sure about any of its innards, was reused for the VT20 typesetting terminal. There are some photos of it on Bitsavers, but no other data. It was in effect a predecessor of the VT71, but controlled by a PDP-11/05 that ran two of the displays (vs. the VT71 with an LSI-11 inside controlling just that one display). Nice devices, full file editing inside the terminal, download the file to start editing and upload it when finished.