DEC Terminals News (this website's homepage: http://www.cs.utk.edu/~shuford/terminal_index.html) \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ On 30 August 1995, Boundless Technologies bought DEC's terminals business. http://www.boundless.com/news/pr83095.htm The VT510, VT520, and VT525 are still being offered, as well as Dorio models. http://www.boundless.com/Text_Terminals/ \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ As of March A.D. 1995, the currently marketed products of Digital Equipment Corporation were: VT510 single-session terminal VT520 multi-session terminal VT525 color text terminal Advertised features include ANSI controls, PCTerm support, emulation of 18 major terminal types; support for 25 languages and character sets. From the 48-state United States, call 800/354-9000 for information. From elsewhere, contact the local DEC sales organiztion. Read about the VT510 on the World Wide Web at this URL (as of June 95): ftp://ftp.digital.com/pub/Digital/info/infosheet/EC-F2423-56.txt http://www.digital.com/info/Customer-Update/930913008.txt.html [1996 UPDATE: DEC has sold its terminals business to Boundless Systems. The above URLs are stale. However, Boundless can still sell you a new VT520 if you want. http://www.boundless.com/ 1998 UPDATE: DEC is being bought out by Compaq. Character-cell terminals have never been important to Compaq. 2002 UPDATE: Compaq has been acquired by Hewlett-Packard. Although HP has sold character-cell terminals, this seems no longer to be an important line of business. ] ////////////////////////////////////////////////////////////////////////////// 2002 Update: Several of the news articles archived in this file contain the following hostname in their distribution path: "nntpd.lkg.dec.com". This would have been an NNTP news server machine located at the Digital King Street campus in Littleton, Massachusetts, at the intersection of I-495 and Rt. 119, where the mighty DEC network-technology operation was centered during the late 1980s--where once thousands labored over implementing the OSI protocol suite, which was believed to be destined to quickly surpass TCP/IP in popularity. Times have changed. As of August A.D. 2002, the buildings bear signs that say "HP: Invent", and OSI has faded. 2008 Update: The times just keep on a'changin. Hewlett-Packard, as part of its global shrinkage strategy, sold the King Street campus off. The buildings are now being renovated for use by IBM! \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ////////////////////////////////////////////////////////////////////////////// Newsgroups: comp.terminals,alt.folklore.computers Path: cs.utk.edu!not-for-mail Followup-To: comp.terminals Organization: University of Tennessee, Knoxville--Dept. of Computer Science Distribution: world Expires: 10 May 1995 22:11:33 GMT Message-ID: <3jof0pINNrad@duncan.cs.utk.edu> References: Summary: later ones are superset Keywords: DEC, VT100, emulation Date: 9 Mar 1995 21:54:17 -0500 From: shuford@cs.utk.edu (Richard Shuford) Subject: Re: Differences Between Vt100, Vt102, Vt200, & vt220 In article , malek@tor.hookup.net (Malek Abdel-Fattah) writes: > > I had originally intended to include several emulations in a terminal > program I am working on. These were : Ansi, Vt100, Vt102, Vt200, Vt220 > & Wyse 60. > > But having finished the Ansi and Vt100, I have noticed that VT100 and VT102 > are extremely similiar and the emulations are almost synonymous. So I > wanted to know what the differences are between the two and whether I should > simply make one emulation to cover both? Joe Doupnik did something like this in MS-Kermit. You can set his program to either VT100 or VT102, but the operational behavior is essentially identical. The two settings differ only in how the emulation responds to a terminal-type query sequence from the host. (MS-Kermit also can emulate VT220, VT320 and several other types.) > Also, I wanted to know if Vt100 and Vt200/220 are much different. Are > there big differences between them or can they be summed up easily in a > reply? Since the introduction of the first ANSI-compatible DEC terminal, the VT100, Digital Equipment Corporation has been pretty good about making each new generation of video terminal products capable of a superset of the operations that the previous generation could do. Thus the VT100 could operate in either its ANSI style or that of the older, cruder VT52 product. The VT102 did what the VT100 did plus a few tricks. The VT125 did what the VT102 could do plus ReGIS graphics. (There were some other VT1xx models about which I know little.) Later, the VT220, VT240, and VT241 (there was no VT200 as such) added a good many capabilities (such as the 8-bit multinational character set), but there was a setup option to make it seem to be a VT100. (The VT240 and the VT241 differed only in whether a monochrome or color monitor was supplied.) One major change from the VT100 series was the keyboard layout, with the LK201 keyboard in the VT200 series adding numerous top-row special- function keys while omitting the single-purpose Escape key and a couple others. The LK201 also introduced the Compose Character key, which to this day remains shrouded in mystery. ;-) Some of the LK201 function keys sent codes to the host, while others had only local effect. When you put the VT220 into VT100 mode, three of the top-row function keys reverted to VT100 purposes, such as Escape, Linefeed, and Backspace. And the LK201 put the <> characters in the controversial B00 position, to the left of the Z. (This tendency was not just DEC's; at about the same time, IBM put \| in the B00 position on the keyboard of the original IBM PC. International standards often have the effect of making all nationalities equally disgruntled.) The VT300 series (VT320, VT330, and VT340) added some features and, to some extent, compensated for aspects of the VT200 series that users had complained about. Then there came the VT400 series, and the now-current VT500 series. There are various new features that have been introduced at each step, but if a host computer sends out a valid series of VT100 display codes, a listening VT510 will correctly format its screen display in just the same way the VT100 would. > Is there some reference out there that talks about vt220 features >_Additional_ to vt100, or should I simply treat it as completely different > and a new emulation? I suggest you connect by "anonymous FTP" to CS.UTK.EDU (if your machine is registered in the DNS); look in "pub/shuford/terminal" and retrieve the file "vt510_function_checklist.ps", a PostScript file that contains a good list of terminal features with some information on which terminals support them. [available from the DEC page at http://www.cs.utk.edu/~shuford/terminal_index.html ] But really, if you think your emulation is going to be used by any large number of people, you would do them a favor by also obtaining and reading the real documentation of the terminals you are trying to emulate. (It wouldn't hurt, either, to try out a real terminal of the intended type.) One cost-effective document is "VT220 Programmer Pocket Guide", part number EK-VT220-HR-001, $21.00 (US). From the 48-state United States, call 1-800/DIGITAL to order this. From elsewhere, dial +1 603/884-6660. Alas, the "VT510 Reference Manual" (EK-VT510-RM) will cost $220.00! (P.S. the Compose Character key is used to generate characters from the Multinational Character Set.) -- ...Richard S. Shuford | "Speak up for those who cannot speak up for ...shuford@cs.utk.edu | themselves, for the rights of all those who ...Info-Stratus contact| are destitute." Proverbs 31:8 NIV ////////////////////////////////////////////////////////////////////////////// Newsgroups: comp.terminals Path: cs.utk.edu!gatech!swrinde!cs.utexas.edu!news.sprintlink.net !peernews.demon.co.uk!kirsta.demon.co.uk!John Distribution: world References: <3jof0pINNrad@duncan.cs.utk.edu> Message-ID: <794914523snz@kirsta.demon.co.uk> Organization: Usenet Control X-Newsreader: Demon Internet Simple News v1.29 X-Posting-Host: kirsta.demon.co.uk Date: Sat, 11 Mar 1995 09:35:23 +0000 From: John@kirsta.demon.co.uk (John Morris) Subject: Re: Differences Between Vt100, Vt102, Vt200, & vt220 In article <3jof0pINNrad@duncan.cs.utk.edu> shuford@cs.utk.edu "Richard Shuford" writes: [good stuff trimmed] > One major change from the VT100 series was the keyboard layout, with the > LK201 keyboard in the VT200 series adding numerous top-row special- > function keys while omitting the single-purpose Escape key and a couple > others. The LK201 also introduced the Compose Character key, which to > this day remains shrouded in mystery. ;-) Ah - the LK201 of fond memory! There was a UK variant of this, which was a nightmare for C programmers. I can't remember the details, but many of the interesting punctuations {}[]| were quite inaccessible. After using one I insisted that we order the US layout. The Compose Character key then became a great boon. <-> for the UK pound sign - as a sort of nationalistic protest I changed my VMS prompt from $ to that. The "compose" variations were quite well thought out in a vaguely mnemonic way. Much better than the totally forgettable MSDOS provides. -- John Morris Ada Lovelace set a major precedent we follow to this John@kirsta.demon.co.uk day: she worked on a project that was over budget, GM4ANB@GB7EDN.#77.GBR.EU late, and didn't do what it was supposed to do. - Michael D Shapiro ////////////////////////////////////////////////////////////////////////////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ Newsgroups: comp.terminals References: <32CCC4FB.DFA6041B@yahoo.com> Message-ID: <32D2E960.18AB7B2E@yahoo.com> Organization: Road Runner Date: Wed, 12 Jun 2002 17:15:16 GMT From: Sark Subject: Re: Dec VT220 backspace help Simon Coombs wrote: > > Sark wrote: > > I recently accquired some Dec VT220 terminals that were originally > > connected to a Prime computer. I have gotten the terminal set up fine, > > standard null modem, etc. The only problem I am having is that the > > backspace key does not backspace when pressed. I have even tried loading > > all default settings and going into Local mode, and even there backspace > > doesn't backspace. Is it possible to configure the backspace to send a > > standard "Ctrl-H"? > > Hi there, Ian. > > AFAICR, there is no configurable option to make a VT220 send backspace > instead of delete. You have 3 choices: > > 1. Make the host understand what DEL means. If you're using a unix-type > of system, check out the 'stty' command in your manual pages. If > you're using something older, like CP/M, it should work OK. > 2. Press Ctrl-H instead of Delete. > 3. Put the terminal into VT100 mode, and use F12. > > I think option 1's your best bet. >:) > > The actual process of moving the cursor back one space, overtyping the > character *under* the cursor with a space, then moving the cursor back > one space again is all done by the host, not by the terminal, which is > why it won't do anything in Local mode (or, indeed, if you just had two > terminals hooked up together over a null-modem connector.) > > Good luck. VT220's are nice terminals. You could bounce rocks off 'em. > S. Well, once I finally found the box with my null modem cables in it (in the process of moving, can't find anything) I hooked the terminal to my Linux box, and changed lilo.conf to tell the computer that the terminal was the system console. Fired up the terminal, worked perfectly. I was really worried about the backspace not working in local mode. I thought the terminal was responsible for all of that. Oh well, it works, and I appreciate the help. Now I know more about how the VT220 works. I also found that the VT220 has a composite output jack on the back! I got a little adapter at Radio Shack that went from the BNC to an RCA jack. I then hooked it to a T.V., and it worked pretty well, although the TV has lower resolution than the VT220. Just for fun, I plan to connect this thing to the big screen T.V. once it's out of storage. Now I can play 43" NetHack :). While I am on the subject of the VT220, I have noticed that when listing long directories, cat-ing readme files, or running certain programs, the text display gets messed up, and I get superfluous characters, text out of alignment and the like. Could this be caused by the termcap entry? Could it be that Slackware linux doesn't have the proper entry for a VT100? (I run it in VT100 mode, I may start using it in VT220 mode, but I was always told that VT100 mode was more compatible) Or could it be caused by the baudrate? I have both the computer and the terminal set up to talk at 19200 baud, and my serial cable isn't very long, so I don't really think it's a problem, but I can't be sure. Thanks! Ian Primua ian_primus@yahoo.com ////////////////////////////////////////////////////////////////////////////// Newsgroups: comp.terminals References: <32CCC4FB.DFA6041B@yahoo.com> <32D2E960.18AB7B2E@yahoo.com> Message-ID: Organization: Stratagy Users Group Date: Wed, 12 Jun 2002 17:25:01 EDT From: Richard S. Shuford Message-ID: <9v39r2$j6l$1@nenevr.demon.co.uk> Organization: Grot Plc. Date: 10 Dec 2001 21:35:30 GMT From: simon@nenevr.demon.co.uk.NOJUNK Subject: Re: VT510 Paul Ryan wrote: > I may be getting a free VT510 terminal, which I am planning to use with > Linux. I'm after some info on this terminal. What would you like to know? It's a multisession terminal, it uses a standard PS/2 keyboard, and it's backward compatable with VT420/320/220/102/100, etc. It'll talk to a Linux box quite happily. It's got one standard DTE 25-pin serial port, a couple of MMJ serial ports, and a standard Parallel port. So you can avoid using odd connectors if you want to, as long as you're happy running just the one session. Give me a shout if you've got any other questions! -- Simon P. Coombs simon@nenevr.demon.co.uk Don't stand on ceremony; just bow low. CP/M - The once and future O/S! ////////////////////////////////////////////////////////////////////////////// Newsgroups: comp.terminals Path: utkcs2!emory!wuarchive!usc!snorkelwacker.mit.edu!bloom-beacon!eru !hagbard!sunic!mcsun!ukc!axion!tharr!conrad Message-ID: <2007@tharr.UUCP> References: <6171@cactus.org> Reply-To: conrad@tharr.UUCP (Conrad Longmore) Organization: Power Microsystems Ltd Date: 3 Apr 1991 23:07:01 GMT From: conrad@tharr.UUCP (Conrad Longmore) Subject: Re: vt220 In article <6171@cactus.org> cheselka@cactus.org (Mike R. Cheselka) writes: > >I have a vt220 by Digital, the real thing, not a clone. What is the >'Compose Character' key for? How can I use it? The 'Compose' key is for creating high-order ascii characters, and other ascii characters not on the keyboard. To use it, you must operate the terminal in an eight-bit environment, and be using the VT in VT220 mode. Put simply, you compose an accented character by a two or three character sequence, e.g. for A-umlaut you would type COMPOSE A ", for c-cedilla type COMPOSE c , ... for GB pound sign it's COMPOSE l =, for Japanese yen it's COMPOSE Y =. Most of the accented characters are fairly easy to guess once you understand the principle of 'combining' the ascii characters. >Can I 'save' stuff to the >function keys so that I power up with Hayes AT commands on them? The contents of the function keys are host-writable, but the VT220 loses the settings when turned off. You could look at the ANSWERBACK field though. >Are there >any roms out there for Japanese characters sets? The character matrix on the VT220 is a bit too crude to allow much in the way of Japanese, as the chinese root symbols that most of Japanese starts words with are too complex to the represented properly. Terminals such as the VT320 have more complex character matrices. >More generally, would >some kind soul send me some information about the differences between the >various vt### terminals? I always use the vt100 set up, how would vt220 >be better? Can graphics be viewed, like gifs or bitmaps? The VT220 is a text-only terminal. A quick guide as to the main differences between the VT terminals follows: Terminal Extended Mono Colour Redefinable Refresh Dual Host keybd? Graph? Graph? characters? rate (2 sessions)? VT52 No No No No 60Hz No VT100 No No No No 60Hz No VT125 No Yes No No 60Hz No VT220 Yes No No Yes 60Hz No VT230 Yes Yes No Yes 60Hz No VT240 Yes No Yes Yes 60Hz No VT320 Yes No No Yes 60Hz No ** VT330 Yes Yes No Yes 60Hz Yes ** VT340 Yes No Yes Yes 60Hz Yes ** VT420 Yes No No Yes 70Hz Yes ** VT520 %% VT1000 Yes Yes (Monochrome X-windows terminal) VT1200 Yes Yes (Monochrome X-windows terminal) ** VT1300 Yes No Yes (Colour X-windows terminal) ** All VT100-400 terminals are ANSI X3.41-1977 and X.3.64-1979 compliant. VTx30 and x40 terminals use Regis graphics, which can provide bitmapped displays. The VT340 display is very similar to EGA. Terminals marked with ** are current digital terminals. (as of 1991!) (As of 1998, the VT520 %% is certainly current, but the others may not be.) -- // Conrad Longmore / Uucp: ..!ukc!axion!tharr!conrad / All opinions // // Eniac Programmer/ Janet: tharr!conrad @ uk.ac.ukc / stated are // // Bedford College / YelNet: +44 234 345151 x5350/1 / belong to // // Computer Centre / Linenoise research a speciality / someone else // // ** T H A R R ** / Free access to Usenet in the UK / * 0234 720202 *// \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!gatech!usenet.ins.cwru.edu!agate!spool.mu.edu!wupost !cs.utexas.edu!rutgers!igor.rutgers.edu!zodiac.rutgers.edu!leichter Date: 30 Mar 93 16:34:56 GMT From: leichter@zodiac.rutgers.edu (Jerry Leichter) Subject: Re: VT100 features not in 220/320? Message-ID: <1993Mar30.113456.1@zodiac.rutgers.edu> References: <1p7s9gINNhvl@CS.UTK.EDU> Sender: news@igor.rutgers.edu Followup-To: comp.terminals Organization: Rutgers University Department of Computer Science Lines: 57 Nntp-Posting-Host: pisces.rutgers.edu | In article , | lloyd@world.std.com (Chris Lloyd) writes: | | My question primarily is, does the VT100 have functionality which is not | represented in a full blown VT320? i.e. features that were dropped as | the series progressed? DEC settled on an official definition of "VT100 compatibility" some years back. (For the curious, it exists as an internal-only document perhaps an inch thick that defines a model for a terminal and then the actions in all circumstances. The definitions are given in simple Pascal - which is actually executable. If executed, it gives you a slow implementation of a VT100-- slow because the point is clarity and ease of understanding, not execution speed or program size.) All DEC terminals that claim "VT100 compatibility" are tested against this spec, and must conform to it. As far as I know, all of them do. The actual spec for the "VT100" does not actually match the original VT100 terminal. Rather, the standard is really almost identical to the VT102, a later version. For the most part, the VT102 was the same as the VT100 with the AVO option (which gave you 24 lines in 132 character mode, rather than 12; and all four character special renditions - bold, blink, underline, reverse - rather than just one, which was either reverse or underline, depending on how you set the cursor display) and, I think, the printer controller and modem interfaces. The only significant features of the VT100 that I know of that were left out of the VT102 (and all subsequent terminals) were the user-controllable LED's on the keyboard and control of interlace mode. (The VT100 could run its display in either interlaced or non-interlaced mode. The choice could be made in SETUP or with an escape sequence. The original VT100 had 4 LED's on the keyboard, all under user control. Some versions of the VT100 series reserved some of the LED's for other indicators, mainly the state of modem lines; on these I think two user-controllable LED's remained. Later terminals dropped these LED's entirely.) Also, the VT102 omitted all the known VT100 "bugs", some of which had come to be seen as interesting "features" (for example, the "ring the bell forever" mode). By the way, the following things are not considered part of the VT100 speci- fication: - SETUP mode - On-screen appearance of characters. The fonts used are not specified, nor how the different character renditions are to be implemented (except that they are all to be visibly distinct, in all combinations). In particular, "bold" was implemented on the original VT100 series using greater beam intensity. The color VT240 used a different color. All recent terminals use an alternative font with more pixels turned on. - The configuration of the keyboard, beyond the requirement that there be some way to enter the entire 7-bit ASCII set. (The spec may not bother to say this explicitly.) -- Jerry ////////////////////////////////////////////////////////////////////////////// Newsgroups: comp.terminals,vmsnet.misc Path: cs.utk.edu!shuford Message-ID: <1p7s9gINNhvl@CS.UTK.EDU> References: NNTP-Posting-Host: carlsberg.cs.utk.edu Organization: University of Tennessee, Knoxville--Dept. of Computer Science Date: 29 Mar 1993 22:13:04 GMT From: shuford@cs.utk.edu (Richard Shuford) Summary: lacking in VT220 Subject: Re: VT100 features not in 220/320? In article , lloyd@world.std.com (Chris Lloyd) writes: > > My question primarily is, does the VT100 have functionality which is not > represented in a full blown VT320? i.e. features that were dropped as > the series progressed? The major feature of the VT100 that people noticed being omitted from the VT220 was the Escape key. (Well, sort of. If you put the VT320 or VT220 into VT100 mode, you can use the F11 key of the keyboard as an Escape key, but then you can't use the new terminal's extra features. On the VT320, and I think also on the VT220, you can transmit an Escape character by pressing the key combination Control-3. You can also type Control-[, which is pretty much the definition of the Escape code.) In intention, anyway, the electronic features of new DEC terminals have generally been a superset of what the older products could do. -- ...Richard S. Shuford | "Like one who seizes a dog by the ears is a ...shuford@cs.utk.edu | passer-by who meddles in a quarrel not his own." ...Info-Stratus Coord. | Proverbs 26:17 NIV \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!gatech!swrinde!sdd.hp.com!zaphod.mps.ohio-state.edu !uwm.edu!spool.mu.edu!uunet!noc.near.net!transfer.stratus.com !newshub.xylogics.com!steam!carlson Sender: usenet@xylogics.com (News) Organization: Xylogics Incorporated References: <1p7s9gINNhvl@CS.UTK.EDU> Message-ID: <1993Mar30.141717.27146@xylogics.com> Date: Tue, 30 Mar 1993 14:17:17 GMT From: carlson@steam.Xylogics.COM (James Carlson) Subject: Re: VT100 features not in 220/320? In article , lloyd@world.std.com (Chris Lloyd) writes: > > My question primarily is, does the VT100 have functionality which is not > represented in a full blown VT320? i.e. features that were dropped as > the series progressed? Yes, some features were dropped, such as the direct LED control sequences and the serial port control commands for changing bit rates and parity. (In a previous life I designed terminal firmware ... it was always exciting trying to determine *which* "standard vt100" folks wanted. That's the nice thing about standards -- there are always so many from which to choose!) -- James Carlson Tel: +1 617 272 8140 Annex Software Support / Xylogics, Inc. +1 800 225 3317 53 Third Avenue / Burlington MA 01803-4491 Fax: +1 617 272 3159 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Newsgroups: comp.terminals Path: cs.utk.edu!emory!swrinde!zaphod.mps.ohio-state.edu!cs.utexas.edu !sun-barr!rutgers!igor.rutgers.edu!zodiac.rutgers.edu!leichter Message-ID: <1993Mar30.132734.1@zodiac.rutgers.edu> Date: 30 Mar 93 18:27:34 GMT References: Sender: news@igor.rutgers.edu Organization: Rutgers University Department of Computer Science From: leichter@zodiac.rutgers.edu Subject: Re: DEC VT101 problem In article , svirsa@rebecca.its.rpi.edu (Alexander Richard Svirsky) writes: | | I bought a VT101 terminal a while back used, and use it constantly. | I have no documentation for it, except for a list of VT100 control codes | I ftp'ed somewhere. My problem is that in 132-column mode, the screen | only works to 14 lines from the top, and then scrolls. It will not fit | a full page of data. In normal 80-column mode it has the normal I believe | 24 lines. I do happen to know that this terminal does not have the | Advanced Video Option.(it can't do bold or low intensity print) Is there | a way this can be fixed, or is this normal for a VT101 with no options to | have only 14 lines in 132-column mode. Any information will be appreciated. No; you can change neither feature. The VT101 was a "cost-reduced" version of the VT100 WITHOUT AVO. AVO mainly provided extra memory - fairly expensive in those days - which supported both the extra 10 lines in 132-column mode, and the additional character renditions. The VT102 was the corresponding "cost-reduced" VT100 WITH AVO. No upgrade existed from the VT101 to the VT102 - the terminal was "cost- reduced" by making it a bounded, unmodifiable configuration. (In practice, I'm sure you could unsolder the memory chip and ROM's in a VT101 and replace them with VT102 memory and ROM's. In fact, it's quite possible that ONLY the memory chips differed. So, a sufficiently motivated hardware hacker could probably get the job done. But given the price of VT102's these days, is it really worth the trouble?) | | In a related problem I also have a VT100 (with AVO) that seems to | have a video problem. The monitor will not turn on. The terminal part works, | I have tested it through its video out to my TV. I have inspected the video | board, found a burned out capacitor and replaced it, but it did not help. I | can't seem to figure out what is wrong, and I was hoping someone could point | me in the right direction if it was a common problem. Again, any information | at all would be appreciated. The tube seems to be in fine shape, and the | terminal part works. This particular failure mode is unfamiliar to me, which just means that it wasn't very common on VT100's less than, say, 5 years old. Be aware that the repair philosophy of all DEC terminals is based on unit replaced of one of a very few FRU's (Field Replaceable Unit). There are something like 5 FRU's in a VT100. (A friend's VT100 was damaged during a move: The handle on the power switch broke. Repair: Replace the containing FRU, which was the power supply module.) Repair of the FRU's, if done at all, was at factory facilities. That is: You are on your own; there will be no published information at this level of repair detail. -- Jerry \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!emory!europa.eng.gtefsd.com!news.ans.net!cmcl2!adm!smoke!gwyn Keywords: VT101, screen, columns, DEC Message-ID: <19862@smoke.brl.mil> Date: 31 Mar 93 06:22:16 GMT References: Organization: U.S. Army Ballistic Research Lab, APG MD. From: gwyn@smoke.brl.mil (Doug Gwyn) Subject: Re: DEC VT101 problem In article , svirsa@rebecca.its.rpi.edu (Alexander Richard Svirsky) writes: > >My problem is that in 132-column mode, the screen only works to 14 lines ... Yes, that's perfectly normal for a VT10x without the AVO installed. The AVO provides additional memory that (a) extends that to 24 lines and (b) gives every character several independent attributes. >I have tested it through its video out to my TV. I have inspected the video >board, found a burned out capacitor and replaced it, but it did not help. "Burned out capacitor??" I'm not sure what that is but from the sound of things you were lucky you didn't electrocute yourself. The monitor is either an Elkston or a Ball standard video monitor assembly, and should be simple for any qualified CRT technician to diagnose and repair or, more cheaply actually, replace. Don't mess around with these yourself as the high voltage can kill you. There is a VT1xx series technical (shop) manual; I have one but am not willing to part with it. You might consider chucking the whole thing and using a cheap IBM PC clone with VT1xx emulator software instead,. \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: utkcs2!darwin.sura.net!mips!spool.mu.edu!olivea !news.bbn.com!bbn.com!pdsmith From: pdsmith@bbn.com (Peter D. Smith) Subject: Re: VTxxx series Message-ID: Date: 23 Apr 92 17:24:56 GMT Article-I.D.: news.kvdsn8INN26b References: <23APR199211250242@mary.fordham.edu> Reply-To: pdsmith@spca.bbn.com (Peter D. Smith) Organization: Bolt Beranek and Newman Inc., Cambridge MA Lines: 127 NNTP-Posting-Host: bbn.com In article <23APR199211250242@mary.fordham.edu> areid@mary.fordham.edu (Darin Reid) writes: > >Does anybody have or can make a complete list of DEC's VTxxx series? >The ones I know of: vt100, vt102, vt125,vt131, vt220, vt240, vt320, vt330, >vt1000, vt1200. Any others? I whipped up this list so I could say intelligent things to the BBN SPD Marketing Department when they asked questions. Enjoy. Peter D. Smith ----------------------------------------------------------------------------- PARTIAL LIST OF DEC TERMINALS AND PRINTERS ------------------------------------------ NAME COMMENTS ---- -------- -- DEC* Series (Large stand-mounted Clunky dot-matrix printer/terminals) -- DECprinter I LA180 (? also LA11) DECprinter IV LA34 DECwriter Correspondent LA12 DECwriter II LA36 DECwriter III LA120 DECwriter IV LA38 -- LA Series (Small Dot-matrix Printers) -- LA11 DECprinter I 180 cps LA12 DECwriter Correspondent. Portable printer with keyboard LA34 DECprinter IV. Antique stand-mounted printer; 300 baud 30 cps dot-matrix printer LA35 DECwriter II. ?? LA36 DECwriter II. ?? LA38 DECwriter IV. LA34 with keyboard; this was a popular user terminal! Now you know why "line editors" used to be popular. LA50 Simple dot-matrix printer; there are claims that it is just a C Itoh 8510 (presumably with DEC firmware) LA75 Updated LA50; double the Y resolution LA100 LetterWriter 100 printing terminal LA120 DECwriter III LA180 DECprinter I LA210 ?? Emulates Epson MX80 LCG01 LCP01. Full-page Color printer LCP01 ?? LetterPrinter 100 Typewriter-sized dot-matrix printer LetterWriter 100 LA100 LG01 ?? Large, Fast dot-matrix line printer LG02 ?? Large, Fast dot-matrix line printer LJ250 HP PaintJet in other clothes. Color dot-matrix printer; uses inkjet technology. -- LN Series (Laser Printers) -- LN01 Laser printer LN03 Laser printer; sixel graphics LN03 plus LN03 with bigger bitmap LN03Q ImagePrinter -- a dumb printer used with a DEC workstation LN03R LN03 with Postscript (omits some normal LN03 features) LN05 DEClaser 2100 - an HP LaserJet III with DEC mods - unlike other remanufactured HP printers, DEC didn't include the PCL compatibility. LN06 DEClaser 2200. LN05 with duplex hardware. LN82R Nihongo (Japanese) printer -- LQ Series (Letter Quality Daisywheel Printers) -- LQP01 ?? LQP02 LQP03 -- LP Series (Line Printers) -- LP05 300 lpm, uppercase-only printers; OEM'd Data Products 2230? LP06 600 lpm, uppercase-only printers; OEM'd Data Products 2260? LP11-C Drum (big, fast) printer LP11-D Drum (big, fast) printer LP25 300 line/minute printer LP26 600 line/minute printer LP27 1200 line/minute printer LPS20 PrintServer 20. 20 page/minute postscript printer LPS40 PrintServer 40. 40 page/minute postscript printer LVP16 Color pen plotter (16 pens) LXY12 Fast graphics lineprinter LXY22 Fast graphics lineprinter PrinterServer 40 Networked laser printers; 40 pages/minute -- RT Series (Ruggedized VT Series) -- RT100 Ruggedized VT100 RT102 Ruggedized VT102 RT103 RT137 RT100 with bar-code wand -- VT Series (Video Terminals) -- VT52 First decent DEC terminal; can position cursor but can't scroll regions VT55 VT52 with graphics?? VT62 Used on PDT-11/150 computers?? VT86 VT52 for the Japanese market VT100 First totally modern DEC terminal; has full cursor positioning, char bold, scroll regions VT101 VT100 with "advanced video option" (when you go to [see above] 132 char mode, you don't lose the bottom 6 lines!) VT102 VT100 with AVO and a few more escape sequences VT103 VT100 with on-board computer and tape drives. VT125 VT100 with ReGIS (graphics) as an add-on board VT131 VT100 with ??? [probably block-mode feature] VT220 Nice text terminal VT240 Nice graphics terminal (sixel, ReGIS, and Tek 4010 emulation) VT241 VT240 with color VT286 VT240 for the Japanese market; from a programming standpoint it's closer to a 300-series VT320 Nice text terminal; better setup screen then VT220; you can program the function keys easily VT320-XM Forerunner of VT420. VT320 with 8 pages of memory VT330 Nice graphics terminal VT340 VT330 with color and more color planes. VT420 Nice text terminal [VT510] [B/W text terminal made for DEC by Boundless] [VT520] [B/W graphics--Boundless] [VT525] [color graphics--Boundless] ----------------------------------------------------------------------------- Newsgroups: comp.terminals Path: utkcs2!ornl!sunova!linac!uwm.edu!caen!news.cs.indiana.edu!mayer Message-ID: <1992Apr23.213257.26832@news.cs.indiana.edu> Organization: Computer Science, Indiana University References: <23APR199211250242@mary.fordham.edu> Date: Thu, 23 Apr 92 21:32:48 -0500 From: "Mayer Goldberg" Subject: Re: VTxxx series pdsmith@bbn.com (Peter D. Smith) writes: > > PARTIAL LIST OF DEC TERMINALS AND PRINTERS > ------------------------------------------ >NAME COMMENTS >---- -------- >VT131 VT100 with ??? vt102 with "block mode". Block mode lets you transmit a while block at a time rather than a character at a time, and use a built in editor (in the terminal) to do editing locally. This is for IBM mainframes and similar computers with a block-I/O mentality. The 131-ness is due to a chip which fits on the motherboard. If you remove the chip, you get a vt102 (it shows so in the setup screen). Important note: A vt102 is functionally similar (but not functionally identical) to a vt100. It is however hardware-wise radically different. >VT220 Nice text terminal; has bitmap graphics The vt220 has no bitmapped graphics. It supports DEC sixels, which are good for defining a user-downloadable character set, but that's not the same as real graphics. >VT240 Nice graphics terminal Graphics: ReGIS, Tektronix. Generally the vt220, vt320, vt420 are one series ... The 320 has a very nice menu set up. vt240, vt340 are one series too. I've never heard of a vt440 ... Mayer. mayer@iuvax.cs.indiana.edu \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Path: utkcs2!darwin.sura.net!mips!think.com!yale.edu!qt.cs.utexas.edu !cs.utexas.edu!sun-barr!olivea!uunet!kithrup!hoptoad!wet!choke From: choke@wet.UUCP (Sean Gallaty) Newsgroups: comp.terminals Message-ID: <3843@wet.UUCP> Date: 25 Apr 92 13:27:28 GMT References: <23APR199211250242@mary.fordham.edu> Organization: Independant Subject: Re: VTxxx series In article , pdsmith@spca.bbn.com (Peter D. Smith) writes: PJS> PJS>I whipped up this list so I could say intelligent things to the BBN SPD PJS>Marketting Department when they asked questions. Enjoy. PJS> PJS> PARTIAL LIST OF DEC TERMINALS AND PRINTERS PJS> ------------------------------------------ [...] My goodness. I can't believe that you left out the vt-05 terminal. 72x20 screen, weird looking long heavy fiberglass case. There was also the DEC-GIGI which I can't remember; ReGis graphics and all. -- Sean Patrick Gallaty (choke@wet.com) (unix games administrator) Wetware Diversions - SF public access unix - (415) 826 0397 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Newsgroups: comp.terminals Path: utkcs2!darwin.sura.net!wupost!usc!elroy.jpl.nasa.gov!decwrl !access.usask.ca!ccu.umanitoba.ca!umthom61 From: umthom61@ccu.umanitoba.ca (Adam Thompson) Subject: Re: VTxxx series Message-ID: <1992Apr26.223314.25577@ccu.umanitoba.ca> Organization: University of Manitoba, Winnipeg, Canada References: <23APR199211250242@mary.fordham.edu> <3843@wet.UUCP> Date: Sun, 26 Apr 1992 22:33:14 GMT Lines: 14 Please, people... surely SOMEONE remembers ?? The DEC GIGI terminal was quite similar to the VT-640. The 640 supported native GIGI mode, ReGIS mode (it was a mode peculiar to the 640, though), and Sixel graphics. Note, that GIGI and ReGIS as we know it today are not quite identical. Perhaps we should move this to comp.sys.dec ? :-) -Adam Thompson -- = Adam Thompson ---- Computer Engineering ---- University of Manitoba = = umthom61@ccu.umanitoba.ca = "When you have eliminated the improbable, = = ...!uunet!decwrl!alberta!\ = whatever is left, however impossible, = = ccu.UManitoba.CA!umthom61 = must be the answer." = \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Newsgroups: comp.terminals Path: utkcs2!darwin.sura.net!europa.asd.contel.com!uunet!dtix!mimsy !afterlife!adm!smoke!gwyn Message-ID: <18576@smoke.brl.mil> Date: 28 Apr 92 19:52:00 GMT References: <3843@wet.UUCP> <1992Apr26.223314.25577@ccu.umanitoba.ca> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. From: gwyn@smoke.brl.mil (Doug Gwyn) Subject: Re: VTxxx series In article <1992Apr26.223314.25577@ccu.umanitoba.ca>, umthom61@ccu.umanitoba.ca (Adam Thompson) writes: > >The DEC GIGI terminal was quite similar to the VT-640. The 640 supported >native GIGI mode, ReGIS mode (it was a mode peculiar to the 640, though), and >Sixel graphics. Was there a DEC VT-640? The only VT-640 I know of was Digital Engineering's (NOT DEC's!) "RetroGraphics" add-on for DEC's VT100, which provided overlaid Tektronix 401x graphics emulation (and nothing else) on top of the VT100 text video. The nicest DEC "terminal" I ever used was their VS60 stroke-refresh work station (VR48 video, VT48 display processor as a second Unibus master). It was essentially upward compatible with the "VT11" (which went under several guises). TECO on one of those blew away all other text editors. \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Newsgroups: comp.sys.dec Path: utkcs2!darwin.sura.net!mips!mips!decwrl!deccrl!news.crl.dec.com!news !nntpd.lkg.dec.com!toklas!feldman From: feldman@toklas.enet.dec.com (Gary Feldman) Subject: Re: Digital Keyboards - escape vs. tilde Message-ID: <1992Jun2.144416.18127@nntpd.lkg.dec.com> Sender: feldman@toklas (Gary Feldman) Reply-To: feldman@toklas.enet.dec.com (Gary Feldman) Organization: Digital Equipment Corporation References: <1992Jun2.115535.6575@devvax.mincom.oz.au> <1992Jun2.122504.10615@meteor.wisc.edu> Date: Tue, 2 Jun 1992 14:44:16 GMT I use the ~ key as ESC, the key as ~/`, and shift-, and shift-. for < and >. This is easy to do with the DECterm keyboard customizations options, and is quite natural for those of us who were learned to type on computers before the larger international keyboards were introduced. The one problem is that other windowing programs don't necessarily pick up those resources, so you may need to go into the resource files and set them manually; even so, there are probably some X applications that just ignore those resources. I don't let keyboard differences fluster me, even though I touch type, but I'm the exception, not the rule. If your users are just using DECterm, they shouldn't have any problems with this setup. Gary \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Newsgroups: comp.terminals Path: cs.utk.edu!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de !Germany.EU.net!horga!terby!andreas From: andreas@terby.do.open.de (Andreas Terbrack) Subject: Re: vt220 ESC key -- how to, if it doesn't? Organization: Home Date: Tue, 9 Feb 1993 23:25:10 GMT Message-ID: Lines: 31 In-Reply-To: pdsmith@bbn.com's message of 8 Feb 1993 20:55:04 GMT References: Sender: andreas@terby.do.open.de (Andreas Terbrack) X-Posting-Software: GNUS 3.14.1 [NNTP-based News Reader for GNU Emacs] In article pdsmith@bbn.com (Peter D. Smith) writes: > In article , > gplan@cs.umb.edu (George Planansky) writes: > > > > A used vt220 we just acquired does not send ESC when the > > usual function key (F11?) is pressed, despite our best > > "there's-got-to-be-a-way-right?" efforts with the setup menus. > > There are (I think) three ways: > > (1) Get rid of all brain-damaged software that thinks that hooking to > the escape key is a good idea. ESC is for computer->terminal > interactions, not for fucking around to make a 'neato keen' > program that won't work on _the_ industry standard ASCII terminal. I think you're right, but there is too much (good) software that needs an ESC-Key ... ;-) > (2) Press and '[' simultaneously. Or press Ctrl-3. (Ctrl-8 sends Delete, both Combinations are not very well known) > (3) [not verified] Set the terminal to 'vt100' mode; the F11 key will > then work. Works, as in VT52 mode. (F12 sends Backspace in both modes) MfG, Andreas. -- Andreas Terbrack (andreas@terby.do.open.de) 4600 Dortmund FRG \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Newsgroups: comp.terminals Path: cs.utk.edu!darwin.sura.net!newsserver.jvnc.net!yale.edu!ira.uka.de !Germany.EU.net!news.netmbx.de!uropax!robots!karl Organization: K.-P. Huestegge, Systemanalyse und Beratung, Berlin Date: Mon, 15 Feb 1993 01:11:17 GMT Message-ID: <1993Feb15.011117.24579@robots.in-berlin.de> References: From: karl@robots.in-berlin.de (Karl-P. Huestegge) Subject: Re: vt220 ESC key -- how to, if it doesn't? >gplan@cs.umb.edu (George Planansky) writes: > > A used vt220 we just acquired does not send ESC when the > usual function key (F11?) is pressed, despite our best > "there's-got-to-be-a-way-right?" efforts with the setup menus. > > What's the secret? There are a few possibilitis: 1) Set your terminal to VT52/100 Emulation mode. Then your ESC/BS/LF keys work but the other F-keys are dead. 2) Type Ctrl-3. That works always. If you have an american keyboard, Ctrl-[ works also. 3) I don't know, if it works for the vt220, but the vt320 and vt420 can be programmed (Setup Keyboard) that the american ~` key sends ESC. This works only, if you have an american keyboard installed (bug or feature ?). 4) You can programm any Function key in conjunction with Shift as user-defined. If you want to use Shift-F11 as ESC-Key in VT220/320/420-Terminal mode then let your host send "DCS 1;1|23/1B;24/08;25/0A ST" where DCS=ESC P and ST=ESC \ in 7bit mode. This puts BS and LF on F12/13 as well. On most compatible vt-terms the string "DCS 1;1|43/1B;44/08;45/0A ST" works for the unshifted F-Keys but not on DECs :-( . I put a similar sequence in my login script. -- Karl-Peter Huestegge karl@robots.in-berlin.de Berlin Friedenau ..unido!fub!geminix!robots!karl \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Newsgroups: vmsnet.misc Path: cs.utk.edu!emory!europa.eng.gtefsd.com!uunet!noc.near.net !bigboote.WPI.EDU!nntp!dmd Date: 25 Mar 93 15:14:12 Organization: Worcester Polytechnic Institute, Worcester, MA 01609-2280 Message-ID: References: <1993Mar25.132531.1@vms.ocom.okstate.edu> NNTP-Posting-Host: monkeyboy.wpi.edu In-reply-to: 's message of Thu, 25 Mar 1993 From: dmd@monkeyboy.WPI.EDU (David M. Desroches) Subject: Re: WANTED: vt320 printer pin-out > I am trying to connect my VT320 terminal to a LOCAL (NON-DEC) printer > using the printer port on the back. What I need is the pin-out of > the RJ-11 MMJ so that I can connect it to a DB9 serial printer. > (I want to get screen shots for manuals.) > > If anyone has done this, or even tried and failed, please let me > know, so that I don't waste my time. I believe this is the mmj pin-out, I found this in a text file in one of my directories. Signal Pin # DTR 1 TDH 2 TDL 3 RDL 4 RDH 5 DSR 6 -- ******************************************************************************* * David M. Desroches * One of the most difficult things to give away is * * dmdesroches@jake.wpi.edu * kindness - it is usually returned. CORT R FLINT * ******************************************************************************* \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.sys.dec.micro Path: cs.utk.edu!gatech!howland.reston.ans.net!usc!elroy.jpl.nasa.gov !decwrl!waikato.ac.nz!comp.vuw.ac.nz!zl2tnm!toyunix!don Message-ID: <748078@zl2tnm.gen.nz> Sender: news@zl2tnm.gen.nz (GNEWS Version 2.0 news poster.) References: Organization: The Wolery Date: 20 Mar 93 07:16:29 GMT From: don@zl2tnm.gen.nz (Don Stokes) Subject: Re: Pinout of DECmate II videoconnector ? messmer@surukuku.cc.lut.fi (Willi Messmer) writes: > And some signal information ?? The 15pin monitor cable connector pinouts are: 1 Blue return 2 Green return 3 Red return 4 Mono return 5,6 Ground 7,8 +12VDC 9 Blue video 10 Green video 11 Red video 12 Mono video 13 Monitor present 14 Keyboard receive 15 Keyboard transmit Signals are straight video. VR201 monitor gets its power through the +12VDC line (pins 7&8), VR241 has its own power supply. I'm not sure where the sync comes from in the colour signals (green?), but it's there in the mono signal. This pinout is pretty much the same for all DEC monitor cables. -- Don Stokes, ZL2TNM (DS555) don@zl2tnm.gen.nz (home) Network Manager, Computing Services Centre don@vuw.ac.nz (work) Victoria University of Wellington, New Zealand +64-4-495-5052 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Newsgroups: alt.sys.pdp8,comp.sys.dec.micro Path: cs.utk.edu!gatech!howland.reston.ans.net!usc!elroy.jpl.nasa.gov !decwrl!waikato.ac.nz!comp.vuw.ac.nz!zl2tnm!toyunix!don Subject: Re: DECmate II Video Connections Message-ID: <2124078@zl2tnm.gen.nz> From: don@zl2tnm.gen.nz (Don Stokes) Date: 20 Mar 93 23:59:10 GMT Sender: news@zl2tnm.gen.nz (GNEWS Version 2.0 news poster.) References: <1993Mar20.152811.18222@news.columbia.edu> Organization: The Wolery lasner@watsun.cc.columbia.edu (Charles Lasner) writes: That onfo came from Field Circus. I wanted to (and did) hook up a VR201 to a GIGI. The pinout is standard from DECmates to workstations; however note that mono only systems don't use the colour lines and vice-versa. There's only one "monitor present" line (tied to ground in the monitor, or in the connector block for those monitors that use BNC connectors), so a machine can't tell if there's a VR201 or a VR241 at the other end. (Actually, if the thing at the other end draws power, it's a 201, since the 241 has its own power supply, but I don't believe that's implemented anywhere.) Thus, you can (in theory at least, ie assuming the cable brings does the right thing with all the lines) use a VR201 with the same cable on a VT240, DECmate or Rainbow; likewise with the VR241. The cable is not so much a "DECmate" (or whatever) cable as a "VR201" (or VR241) cable. The VR201 cable is the same pinout at both ends -- you can bang two of them together if you need a longer cable to the monitor/keyboard. (I think it brings the colour lines out as well (which the VR201 ignores), but I'm not sure.) From your commemts below, it sounds like while the VR201 cable is pretty much standard across the board, the 241 cables have some bogosities in their implementations. >My experience with the DM II (as opposed to the III and III+) is that the >VR-241 doesn't work on it at all. Note that the recommended configuration That will be because the VR241 doesn't listen to the mono line, and the mono socket of the DECmate doesn't put anything on the colour lines. Try re-wiring the mono line from DECmate to the green (I think -- whichever one generates the sync) line of the monitor. >I have used this cable on an actual VT-240. It worked fine, and allowed me >to plug the keyboard into either the VT-240 or the provided socket on the >cable. My only disappointment was that the terminal identifies as a VT-240 >not a VT-241, even though it also says VT-240 when you use a VR-201 with the >keyboard in either place. I thought it could identify which monitor you are >using and behave accordingly. It is conceivable it is working, yet just not >proclaiming it at the ID, etc. Any ideas as to how to force the issue that >the VT-241 indeed is recognized as such? (Does it return a terminal escape >sequence that is different if a VR-241 is installed?) Nothing changes on a VT240 whether there's a mono or colour screen on it; it doesn't detect the 241. Tha name "VT241" is ordering information only; what you got when you ordered a VT241 was a box with "VT240" on the front and a VR241 on top of it. The 240 base unit generates both colour and mono output, regardless of what's on the other end of the cable, and the ID sequence is identical. >Anyway, the DM II cable is different! It lacks entirely the modular socket >in the block (and they didn't provide for the velchro stick-on). When >that cable is used on the VT-240, you are of course forced to connect the >keyboard to the internal connector on the back of the VT-240, but in any >case, it comes up with an error message (forget verbiage) and then proceeds >to otherwise work anyway. Maybe they were lazy with that cable -- left out the "monitor present" jumper & didn't bring out the keyboard lines, probably. >The Rainbow cable doesn't work in either 15-pin DM II positions. I.E., it >won't allow the DM II to come up in color primary monitor, and the cable >doesn't allow the use of the VR-241 on the graphics board either! Any clues >as to what's different here? The 241 won't work at all in the mono socket. Don't know why it won't behave in the gpx socket -- time to break out a meter and look! >Just before the recent blizzard, I received (it's somewhat "buried" at the >moment, so this may have to wait for awhile) a bizarre cable. This may be >an in-house DEC special cable, but essentially, it's a cable that on one end >looks like the Rainbow cable, complete with block and three R G B BNC leads, >but the other end has *two* 15-pin connectors! (And of course, it should be >interesting figuring which 15-pin goes to which connector!) Dunno. Again, out with the meter! -- Don Stokes, ZL2TNM (DS555) don@zl2tnm.gen.nz (home) Network Manager, Computing Services Centre don@vuw.ac.nz (work) Victoria University of Wellington, New Zealand +64-4-495-5052 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.os.vms Path: cs.utk.edu!gatech!howland.reston.ans.net!usc!cs.utexas.edu!uunet !decwrl!netcomsv!butch!iscnvx!news From: marshall@NEBULA.SSD.LMSC.LOCKHEED.COM (Bob Marshall) Subject: Re: How I can prevent all users from certain terminal Message-ID: <1993Mar20.023303.8426@iscnvx.lmsc.lockheed.com> Sender: news@iscnvx.lmsc.lockheed.com (News) Reply-To: marshall@NEBULA.SSD.LMSC.LOCKHEED.COM Organization: LMSC, Sunnyvale, California References: <11419409@MVB.SAIC.COM> Date: Sat, 20 Mar 93 02:33:03 GMT Lines: 51 In article <11419409@MVB.SAIC.COM>, "Jay Morris" writes: >>>Hello All, >>>Please, under VMS, how I can avoid or prevent all users from access >>>to a special terminal?? >> >>Unplug it >> >>:-) >> >No, no, no! They can still plug it in. Some users are not as dumb as they >seem! And some are. Reminds me of my favorite Bill Hancock story. He was manning the help desk one day, and the phone rang : Bill : "Hello, Help Desk" User : (Gruffly) "Cursor's broke!" Bill : "Beg your pardon?" User : "Cursor's broke on my VT220 computer" Bill : "Um, a VT220 is a terminal, not a computer, it's..." User : "It *SAYS* VT220 right on the front!" Bill : "OK, whatever. What's the problem?" User : "There's no cursor on the screen" Bill : "Are you sure it's plugged in?" User : "Of course I'm sure. What do you think I am, some kind of idiot?" Bill : (Using all the restraint he can muster) No, of course not. OK, here's what I want you to do. Sometimes the polarity gets reversed on those VT220 computers. So, I want you to unplug it from the outlet, turn the plug around, and plug it back in" (knowing full well that it's a grounded plug and can only be plugged in one way, of course) User : "OK, let me put the phone down". (Klunk. Step, step, step, step as he walks across the room. Silence. Then a faraway-sounding, whiny "b-e-e-e-e-p". Step, step, step, step). "OK, polarity reversed and the VT220 computer's working fine now! Technical content follows : Use SET TERMINAL/SYSPASSWORD/PERM. If a system password has not previously been set, use SET PASSWORD/SYSTEM to set it. Note that this does not really answer the question as asked, which was to prevent *all* users from accessing the terminal. If *no one* is to be able to access it, then the solution is to remove the power supply. ============================================================================= Bob Marshall \\ "Women aren't as smart as they Lockheed Missiles & Space Co. \\ think they are; they think we Sunnyvale, CA \\ men know a lot more than we marshall@nebula.ssd.lmsc.lockheed.com\\ really do." "I tell the truth 'cept when I lie" \\ - Tim the Toolman ============================================================================= \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!gatech!rutgers!igor.rutgers.edu!zodiac.rutgers.edu!leichter From: leichter@zodiac.rutgers.edu Subject: Re: VT100 scrolling region: how to *use*? Message-ID: <1993May6.163154.1@zodiac.rutgers.edu> Date: 6 May 93 20:31:54 GMT References: <1sbli2$lrn@morrow.stanford.edu> Sender: news@igor.rutgers.edu Organization: Rutgers University Department of Computer Science Lines: 30 In article <1sbli2$lrn@morrow.stanford.edu>, BR.MJC@forsythe.stanford.edu (Michael Carroll) writes: > > Ok, so I send the escape sequence to set the scrolling region for the > VT100. > > What do I do *after* that? > > There is no sequence that says to scroll the scrolling region. Do I set > the cursor position to the last line of the region, and write there, and > that causes the region to scroll? > > I know, try it and see, but I've tried different things and so far not had > any luck. And the documentation only seems to describe individual escape > sequences, not what order to use them in. Think of the scrolling region as a subwindow. It's always the full width of the screen (though that restriction was eventually removed in the VT400 series of terminals), but it's otherwise very much a subwindow. Once you've set a scrolling region, most (not all) actions you can take are limited to that subwindow. You scroll the region just as you would scroll the entire screen: By inserting or deleting lines. If you leave Cursor Relative mode set (as it is by default), cursor addressing is relative to the scrolling region. Many screen-oriented programs that are intelligent enough to deal with different-sized windows will run happily within the scrolling region, never knowing the difference. (The limitation is that sequences that affect the entire display, such as Erase in Display, will not respect the scrolling region's boundaries.) -- Jerry ----<>----<>----<>----<>----<>----<>----<>----<>----<>----<>----<>----<>---- Newsgroups: comp.terminals Path: cs.utk.edu!gatech!howland.reston.ans.net!zaphod.mps.ohio-state.edu !menudo.uh.edu!uhdvx3.dt.uh.edu!0758cs11 From: alex@dt.uh.edu (Alexandre Khalil) Subject: Re: Hooking a vt220 to a modem in a PC Date: 8 May 1993 11:42 CST Organization: University of Houston-Downtown Lines: 30 Sender: 0758cs11@uhdvx3.dt.uh.edu (Alexandre Khalil) Distribution: world Message-ID: <8MAY199311424154@uhdvx3.dt.uh.edu> References: NNTP-Posting-Host: uhdvx3.dt.uh.edu Keywords: vt220 modem X-Lunar-Date: 7 days, 1 hour, 52 minutes since the first quarter of the moon News-Software: VAX/VMS VNEWS 1.42 In article , you write... >I am connected today to a vax via a modem+pc computer . The pc acts as the >vax terminal. I find it very hard to use the "keypad" on the pc for editing >tasks on the vax (edt/tpu). Hello Erez I am currently writing this from home using my modem+pc and MS-Kermit and am connected to our VAX/VMS machine: it works like a charm and I have the complete use of the keypad. There is a separate utility that allows you to use the NumLock (PC) as PF1 (VT) instead of the F1 (PC). Actually, I just checked, there are two such utilities: GOLD.ZIP and NM100.ARC. I am using GOLD at present. >I can get a vt220 terminal . Is there a way I could connect it to the pc and >work directly on the vt220 ? Yes, though I would not recommend it: I have both a VT220 and a VT320 and I prefer using the 14" screen of the 320 or of the PC, rather than going down to 9" on the 220. All you need to do this is an external modem -hopefully, a recent Hayes compatible one- and a parallel printer cable. Use the default setup on the VT except for the speed that will have to be adjusted to match this of the modem. Happy hacking alex ----<>----<>----<>----<>----<>----<>----<>----<>----<>----<>----<>----<>---- Newsgroups: comp.sys.dec Path: cs.utk.edu!gatech!howland.reston.ans.net!agate!ames!decwrl!pa.dec.com !ninja!skucum.zso.dec.com!kowalski Message-ID: <1993May5.233731.11647@ninja.zso.dec.com> Sender: news@ninja.zso.dec.com (USENET News System) Nntp-Posting-Host: skucum.zso.dec.com Organization: Digital Equipment Corporation References: Date: Wed, 5 May 1993 23:37:31 GMT From: kowalski@skucum.zso.dec.com (Mark Kowalski) Subject: Re: ***** HELP ***** needed. Remember VT101, anyone?! -- Oh those were the days. On your SETUP screen, the row of 5 sets of 4 toggle bits, the first 4 sets are: 1XXXX 2XXXX |||| |||| |||ICURSOR |||IAUTO XON/XOFF ||ISCREEN ||IANSI/VT52 |IAUTOREPEAT |IKEYCLICK ISCROLL IMARGIN BELL 3XXXX 4XXXX |||| |||| |||IINTERLACE |||IPOWER ||INEW LINE ||ILOCAL ECHO -*** |IWRAP |IWPS TERMINAL ISHIFTED IRECEIVE PARITY Yours in the past/ ================================================================================ | | \ |___ \ | / "Captain, this HoloGlobe |\ | \ | | | / began simulating on stardate | \ / | / \ |___ / | / 283.9, which would be noon | \ / | / \ | \ |_/ \ on January 20th, 1981 for | / | /---- \ | \ | \ those poor bastards!" __| __| __/ __\ __| __\ __| __\ kowalski@decwet.enet.dec.com =============================================================================== \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.sys.dec Path: cs.utk.edu!emory!europa.eng.gtefsd.com!howland.reston.ans.net !ux1.cso.uiuc.edu!uchinews!lucpum.it.luc.edu!rdth2.rdth.luc.edu!pbricker Message-ID: <10MAY199312144557@rdth2.rdth.luc.edu> News-Software: VAX/VMS VNEWS 1.41 Sender: root@lucpum.it.luc.edu (System PRIVILEGED Account) Organization: Dept. of Radiotherapy; Loyola Univ. Med Ctr References: Date: Mon, 10 May 1993 18:14:00 GMT From: pbricker@rdth2.rdth.luc.edu (Preston Bricker) Subject: Re: ***** HELP ***** needed. Remember VT101, anyone?! In article , chan@ece.scarolina.edu (Simon Chan) writes... > >Hello everyone. > I got a VT101 from someone. And I can't turn off the local-echo even >when it is "online". I don't see that option in "setup". Just wonder if >anyone remember this.... > Thank you very much.... > >Simon >chan@ece.scarolina.edu SET-UP B The toggles at the bottom of the screen are explained in sheet stuck on the underside of the keyboard. They are: Group Feature 0/1 1 scroll jump/smooth auto repeat off/on screen dark/light cursor underline/block 2 margin bell off/on keyclick off/on Ansi/VT52 VT52/ANSI Auto Xon/Xoff off/on 3 Character Set US/UK Auto Wrap off/on LF New Line off/on ---> local echo off/on <--- 4 print term. char none/FF print extent scroll reg/full screen stop bits 1/2 receive parity ignore/check 5 break enable off/on disconnect char. enable off/on disc delay UK/other auto answbk. enable off/on 6 initial direction RCV/XMT auto turnaround manual/auto reserved always 0 reserved always 0 7 power 60Hz/50Hz WPS term. off/on clock always 1 reserved always 0 Remember to Shift-S in SETUP to save your new settings. Preston pbricker@rdth2.rdth.luc.edu ---o---o---o---o---o---o---o---o---o---o---o---o---o---o---o---o---o---o--- Newsgroups: comp.terminals Path: cs.utk.edu!gatech!darwin.sura.net!ra!cs.umd.edu!afterlife!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Subject: Re: VT100 scrolling region: how to *use*? Message-ID: <20022@smoke.brl.mil> Date: 13 May 93 19:19:02 GMT References: <1sbli2$lrn@morrow.stanford.edu> Organization: U.S. Army Ballistic Research Lab, APG MD. Lines: 28 In article <1sbli2$lrn@morrow.stanford.edu>, BR.MJC@forsythe.stanford.edu (Michael Carroll) writes: > > Ok, so I send the escape sequence to set the scrolling region for the > VT100. > What do I do *after* that? > There is no sequence that says to scroll the scrolling region. Do I set > the cursor position to the last line of the region, and write there, and > that causes the region to scroll? > I know, try it and see, but I've tried different things and so far not had > any luck. And the documentation only seems to describe individual escape > sequences, not what order to use them in. The VT100 scrolling region feature is peculiar, but it is very useful in implementing "open-line" and "kill-line" functions on a real VT100, which does not otherwise have such functions. The way it works is that one places the cursor in the desired region, establishes the scrolling region via the escape sequence, and then further received data is constrained to that scrolling region instead of the whole screen, while data already on the screen outside the scrolling region stays fixed. Thus, if you generate output into the scrolling region that would cause whole-screen scrolling under normal circumstances (e.g. line-feed at bottom of the region), the text within the scrolling region will scroll. Data that scrolls "off" the region is discarded, and lines that scroll "onto" the region start out empty. Not all so-called "VT100 emulators" properly emulate this, nor indeed several other, features of a genuine VT100. Almost no emulator provides smooth scrolling, which on a real VT100 is pretty nifty (assuming one's host is properly honoring DC3/DC1 flow control from the terminal). ---o---o---o---o---o---o---o---o---o---o---o---o---o---o---o---o---o---o--- Newsgroups: comp.terminals,biz.dec,comp.org.decus,comp.sys.dec Path: cs.utk.edu!gatech!howland.reston.ans.net!usc!elroy.jpl.nasa.gov!decwrl !pa.dec.com!uniriv.vbo.dec.com!kaiser Organization: DEC Technology Integration Group Sender: kaiser@mammal.vbo.dec.com (Pete KAISER) Message-ID: <1tqdn8$qtu@usenet.pa.dec.com> Reply-To: kaiser@uniriv.vbo.dec.com NNTP-Posting-Host: mammal.vbo.dec.com Keywords: terminal, VT Date: 24 May 1993 12:06:00 GMT From: kaiser@uniriv.vbo.dec.com (Pete KAISER) Subject: VT50, VT52, VT55 being retired I've just received an internal publication dated 17 May 1993 giving the sad news that the VT50, VT52, and VT55 are being retired from sale by Digital, effective immediately. R.I.P. ___Pete kaiser@uniriv.vbo.dec.com +33 92.95.62.97, FAX +33 92.95.63.63 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!gatech!swrinde!elroy.jpl.nasa.gov!litwin!litwin Date: 24 May 1993 15:21:17 GMT Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 17 Distribution: world Message-ID: <1tqp5d$spk@elroy.jpl.nasa.gov> References: <1tn25n$3vb@usenet.rpi.edu> NNTP-Posting-Host: litwin.jpl.nasa.gov Keywords: DEC Digital VT180 From: litwin@litwin.jpl.nasa.gov (Todd Litwin) Subject: Re: DEC VT180 help In article <1tn25n$3vb@usenet.rpi.edu> svirsa@aix.rpi.edu ( ) writes: > Hi. I have acquired a VT180 terminal and i am having trouble using it >Does anyone have any experiaence with this terminal? When I turn it on i get >a message telling me there is a drive error and restore failure. >6 options: The problem is that the VT180 is NOT a terminal. It is a CP/M microcomputer, with an integrated VT100-like terminal. The error message is coming from the CPU which wants you to insert a CP/M boot disk. I used one about 10 years ago, but don't remember any way for you to use it merely as a terminal (although there may well be one). I used it with Kermit when I wanted it to behave as a terminal. -- Todd Litwin Jet Propulsion Laboratory (818) 354-5028 litwin@robotics.jpl.nasa.gov /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Newsgroups: comp.sys.dec,comp.sys.dec.micro,comp.sys.ibm.pc.hardware Path: cs.utk.edu!gatech!howland.reston.ans.net!zaphod.mps.ohio-state.edu !sdd.hp.com!crash!cmkrnl!jeh Message-ID: <1993May19.085507.2014@cmkrnl.com> Date: 19 May 93 08:55:07 PDT References: <1993May19.120417.1@vmsa.technion.ac.il> Organization: Kernel Mode Systems, San Diego, CA Lines: 18 From: jeh@cmkrnl.com Subject: Re: DEC VR160/290 monitors on IBM PC In article <1993May19.120417.1@vmsa.technion.ac.il>, zeev@vmsa.technion.ac.il writes: > > Is there a way to hook the DEC VR160/290 monitors to IBM PC SVGA adaptors ? Probably not. The DEC "GPX" video standard uses timing that's different from anything generated by any PC (or Mac) video that I've heard of. Also, DEC monitors want composite sync on green, which isn't common in the PC or Mac world. It's of course possible that there is a PC video adapter out there which would work but in the several months that I've been saying "probably not" to this question, nobody has mentioned one. (Did a truckload of old DEC workstation monitors just hit the surplus market or something? This is the third time this has been asked lately, in about as many weeks!) --- Jamie Hanrahan, Kernel Mode Systems, San Diego CA Internet: jeh@cmkrnl.com Uucp: uunet!cmkrnl!jeh CIS: 74140,2055 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.emacs Path: cs.utk.edu!gatech!asuvax!ukma!gatetybrin!bonney Message-ID: <1993May26.211130.8232@tybrin.com> Organization: Tybrin Corporation, Shalimar, FL References: <1993May26.151332.7571@tybrin.com> <1993May26.191202.7924@tybrin.com> Date: Wed, 26 May 1993 21:11:30 GMT From: bonney@tybrin.com Subject: Re: UPDATE: gnu emacs installation - vt term problems In article <1993May26.191202.7924@tybrin.com> bonney@tybrin.com writes: >In article <1993May26.151332.7571@tybrin.com> bonney@tybrin.com writes: >> >>I'm having trouble with some of my keys in emacs. When I hit the >>Prev or Next key, for instance, sometimes they don't work properly. >>When I type C-h c Prev, it should say "ESC [ 5 ~ runs the command >>scroll-down", but sometimes it says "Describe key briefly: ESC [ 5-" >>and inserts the ~ into the text instead. > >I am using a vt420 (running in vt400 Mode, 7bit controls, vt220 id). > >After playing around some, I've realized that *sometimes* my terminal >produces "ESC ~ [ 1" instead of "ESC [ 1 ~". I have tried this on another vt420 with the same results. > >Believe it or not. I'm pretty new to emacs. Most of you probably immediately recognize ESC ~ as the command to set the buffer to "not-modified". So, there's an obvious conflict here. What I would like to do is to change "not-modified" to ESC ~ ~ (or something similar) and then define all my ESC ~ [ x keys to be equivalent with the ESC [ x ~ keys. Can somebody tell me how to do this? \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Article 724 of comp.terminals: Path: cs.utk.edu!gatech!howland.reston.ans.net!usc!cs.utexas.edu!rutgers!igor.rutgers.edu!zodiac.rutgers.edu!leichter From: leichter@zodiac.rutgers.edu Newsgroups: comp.terminals Subject: Re: Scrolling horizontally on a vt100 Message-ID: <1993May26.151525.1@zodiac.rutgers.edu> Date: 26 May 93 19:15:25 GMT References: <4573@oodis01.af.mil> Sender: news@igor.rutgers.edu Organization: Rutgers University Department of Computer Science Lines: 22 Nntp-Posting-Host: cancer.rutgers.edu In article <4573@oodis01.af.mil>, nelsonb@oodis01.af.mil (Contractor Bert Nelson) writes: | I am wondering if it is possible to get a vt100 terminal to scroll | text horizontally. For example, if the text of a file was 100 characters | long I would like to be able to scroll to right of the screen to see the | 81-100 characters. | | Any ideas on how this might be done? With a real VT100, this is done by repainting the entire screen. Period. Later DEC terminals, including I think the VT102 (which really defines "VT100" and has for years) - but certainly the VT200's - have the ability to insert spaces on a line, shoving the rest of the line over. As I recall, you can only insert at the left, with extra characters at the right vanishing. So you can insert the necessary spaces, then paint the new leftmost characters. This can only be done one line at a time, and probably isn't worth it in most cases. You have to go all the way to the VT400 series to get the ability to really scroll a region of the screen horizontally. -- Jerry \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Path: cs.utk.edu!ornl!rsg1.er.usgs.gov!darwin.sura.net!gatech!swrinde !cs.utexas.edu!uunet!ug!rief Newsgroups: comp.os.vms Subject: Re: portable VT100/200 type terminal available? Message-ID: <1993May25.162118.1@bbs.ug.eds.com> From: rief@bbs.ug.eds.com Date: 25 May 93 16:21:18 GMT References: <1993May24.234053.1451@whscdp.whs.edu> Organization: Caco Pacific Nntp-Posting-Host: bbs Nntp-Posting-User: rief Lines: 12 In article <1993May24.234053.1451@whscdp.whs.edu>, kmoch@whscdp.whs.edu writes: > Texas Instruments used to market a portable terminal called a LT220 which > did a nice job of emulating ("being") a VT220 terminal. We have four of ... > Does anyone know if there are such > terminals out there? The portability is an issue. I know I can buy Check with Random Corporation at 800-553-6773. They make a couple models. -- * Mark Rief =8*) rief@bbs.ug.eds.com * * Caco Pacific, 813 N. Cummings Rd, Covina CA 91724 818-331-3361 * ------ [1997 update: This company is now OUT of business: Random Corporation Contact: Jerry Marchal 584 Northland Road Cincinnati, OH 45240 USA voice: +1 513/825-0880 (The cessation of business may have had to do with the Food and Drug Administration's recall of a medical device that Random was manufacturing for Abbott Labs and Fresenius.) However, the following firm has taken over remaining terminal product and parts inventory: DP Group, Inc. (Philip Grosvenor) 3800 Springmill Way Maineville, OH 45039 voice: +1 513/459-1410 fax: +1 513/336-6496 email: <71247.625@compuserve.com> ] \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.sys.dec.micro Path: cs.utk.edu!gatech!howland.reston.ans.net!usc!sdd.hp.com!crash!cmkrnl!jeh Message-ID: <1993Jul9.193107.2357@cmkrnl.com> Date: 9 Jul 93 19:31:07 PDT References: <1993Jul9.122804.12319@infodev.cam.ac.uk> Organization: Kernel Mode Systems, San Diego, CA Lines: 18 From: jeh@cmkrnl.com Subject: Re: Vaxstaition 19" B/W on Rainbow ? In article <1993Jul9.122804.12319@infodev.cam.ac.uk>, nec10@cus.cam.ac.uk (N.E. Cole) writes: > > I have a Monchrome 19" monitor from a Vaxstion 1 and would like to use it on > my Rainbow. I currently have the colour monitor (vr???) attached but would > like the option of a bigger screen. I have the graphics option as well. > The PC end of the lead will fit onto the Rainbow, but will it work or blow > up (or what) ? It definitely won't work. The VR241 (color monitor) runs on NTSC-like timing, 60 Hz V, 15750 Hz Hor., 525 scan lines. The VAXstation I used a 1024x864 display (that lets you out right there, wildly wrong number of scan lines, 525 vs. 864), 60 Hz V., 54 kHz horizontal. Forget it. The pinout on that DB15 connector maybe wildly different too. --- Jamie Hanrahan, Kernel Mode Systems, San Diego CA drivers, internals, networks, applications, and training for VMS and Windows NT uucp 'g' protocol guru and release coordinator, VMSnet (DECUS uucp) W.G., and Chair, Programming and Internals Working Group, U.S. DECUS VMS Systems SIG Internet: jeh@cmkrnl.com (JH645) Uucp: uunet!cmkrnl!jeh CIS: 74140,2055 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!gatech!usenet.ins.cwru.edu!cleveland.Freenet.Edu!ah442 Date: 19 Jul 1993 02:15:34 GMT Organization: Case Western Reserve University, Cleveland, Ohio (USA) Message-ID: <22d046$iac@usenet.INS.CWRU.Edu> NNTP-Posting-Host: slc4.ins.cwru.edu From: ah442@cleveland.Freenet.Edu (Erik C. Orange) Subject: SUMMARY: Industrial Pointing Devices for DIGITAL VXT 2000 Many, MANY thanks to all who responded to my inquiry about industrial pointing devices for the DIGITAL VXT 2000 X Terminal. Due to the overwhelming number of responses I received, I thought I'd post a summary of the vendors: Mouse-Trak 800-533-4822 Itac 214-494-3073 [the above two seem to be synonymous] Evergreen Systems 818-991-7835 CTI Electronics Stratford, CT DEC Part # VSYXX-AA (joystick) Thanks again to everyone who helped me out. Erik -- Erik C. Orange FRD Industrial Automation Computer Engineering Avery-Dennison Corporation ah442@cleveland.Freenet.Edu Concord, OH \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals,comp.sys.ibm.pc.hardware Path: cs.utk.edu!willis1.cis.uab.edu!news.ecn.bgu.edu!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!gjp Message-ID: <1993Jul22.151102.14383@sei.cmu.edu> Sender: netnews@sei.cmu.edu (Netnews) Organization: The Software Engineering Institute References: <1993Jul21.231814.18437@jac.nuo.dec.com> Distribution: usa Date: Thu, 22 Jul 1993 15:11:02 EDT From: gjp@sei.cmu.edu (George Pandelios) Subject: Re: VT30, VT50 terminals In article <1993Jul21.231814.18437@jac.nuo.dec.com>, pfau@coffee.enet.dec.com (Thomas Pfau) writes: |> |> In article , dlvk1@cbnewsf.cb.att.com |> (david.l.van kampen) writes... |> >A mechanic friend of mine has a diagnostic tool thats attaches to the |> >computer that is built into most of the newer cars. I believe the |> >system is called a Tracker 2000. Anyway, the manual says the device |> >can be attached to a VT30 (or was that VT50 ?) terminal for additional |> >display of information pertaining to the car's performance. |> > |> >Does anyone have the specs on the VT30 and VT50 terminals? Are they |> >simply ASCII terminals, or are they special graphic terminals, etc. |> >Can the VT30 and/or VT50 be emulated on a PC? |> > |> >Thanks in Advance for the Info! |> > |> >-Dave Van Kampen |> > AT&T Bell Labs |> > Naperville, IL |> > (708) 979-7134 |> > ihlpm!dlvk1 |> > |> |> If this is a DEC VT52, it's a very simple terminal. It handles about 18 |> escapes sequences. Most Kermits have a...mode which is extremely close |> to what a VT52 does. Yep. A VT50 is a subset (feature wise) of a VT52. The 50 or 52 can be emulated. The VT100s had VT5x mode for emulating them. Maybe Kermit's VT100 mode or VT52 mode will fill the bill. Procomm Plus has such modes, I believe. |> Are you sure it isn't asking for a Wyse 50? DEC hasn't made VT52s in |> about 15 years. The VT5x family included the VT50 and VT52 (there might have been a VT51 as well). I'm trying to remember, but this was about 15 years ago when I used one and they were old THEN. After all, the VT100 family came out in 1977 or 1978. Anyway, the VT50 only had UPPERCASE and 12 lines per screen. No, I'm not kidding. |> tom_p |> ---------------------------------------------------------------------- |> pfau@coffee.enet.dec.com | Mapmaker's disclaimer: |> 16.69.208.195 | 'Not responsible for topographical |> Compuserve: 73303,1136 | errors.' |> ---------------------------------------------------------------------- I believe that the VT30 was a graphics tube. But I'm not sure. In any case, that was WAY before my time. Does anybody remember the VT05 (aka StarTrek) terminal? Boy, do I feel old. George =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= George J. Pandelios Internet: gjp@sei.cmu.edu Software Engineering Institute usenet: sei!gjp 4500 Fifth Avenue Voice: (412) 268-7186 Pittsburgh, PA 15213 FAX: (412) 268-5758 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Disclaimer: These opinions are my own and do not reflect those of the Software Engineering Institute, its sponsors, customers, clients, affiliates, or Carnegie Mellon University. In fact, any resemblence of these opinions to any individual, living or dead, fictional or real, is purely coincidental. So there. ////////////////////////////////////////////////////////////////////////////// Message-ID: <3B4E1FFE.56F2B215@tinyworld.co.uk> References: Date: Thu, 12 Jul 2001 23:09:02 +0100 Organization: VT100.net From: Paul Williams Subject: Re: looking for: DEC VT05 Terminal Direct addressing is one of the features listed in the PDP-8 Small Computer Handbook, an extract of which is at http://vt100.net/vt05.html Until last week, I hadn't found any corroboration of this, but I now have a copy of the VT05 Alphanumeric Display Terminal Reference Manual, which I will put online soon. --quote-- 3.8 Direct Cursor Addressing (CAD) Through the use of CAD (016 octal), the cursor can be directed to any one of the 1440 character locations on the CRT screen using three instructions. The CAD function is used to allow updating of displayed data without retransmitting the complete page. For example, if the cursor is located in character location 55 of line 18 and the operator wishes to update information beginning at character location 35 of line 9, transmission time would be greater if the operator used the cursor control characters, e.g., "cursor up" and "cursor left" to move to the new location. By using the CAD function and the codes shown in Table 3-3, the cursor can be quickly directed to any of the 1440 character locations on the screen. A reduction in generation time is especially noticeable when CAD-generated data is retrieved from memory. CAD is received by the VT05, and the next two data words are interpreted as the Y- and X-address. The Y-data word presets the Y-address counter to the selected character line, and the X-data word presets the X-address counter to the selected character position in the selected line. Once the cursor is moved to the new location (or address), the cycle is complete and the next data word received will perform its normal function. --end quote-- There is no termcap entry for a 'vt05', but there could be many reasons for that. I have no idea how many people shelled out the $2795 list price for a VT05 rather than sticking with their teletypes. Bill Joy used an ADM-3a to develop vi and what would eventually become termcap. ~Paul ////////////////////////////////////////////////////////////////////////////// Newsgroups: comp.terminals Path: cs.utk.edu!gatech!howland.reston.ans.net!noc.near.net!uunet!pipex!uknet!bradford.ac.uk!M.T.Shipley From: M.T.Shipley@bradford.ac.uk (MT SHIPLEY) Subject: Re: VT100 font? Message-ID: <1993Jul28.202952.12855@bradford.ac.uk> Lines: 50 Organization: University of Bradford, UK X-Newsreader: TIN [version 1.1 PL9] References: <8091.2C56C05F@umagic.FIDONET.ORG> Date: Wed, 28 Jul 1993 20:29:52 GMT Chris Adams (Chris.Adams@umagic.FIDONET.ORG) wrote: : Does anyone know where I can find a font (preferably for MS Windows, but : I can convert most standard formats) that matches the VT100 font, : including the special characters? The shareware (I think) package WinQVT/NET at biochemistry.bioc.cwru.edu (129.22.152.44) in directory /pub/qvtnet, has some VT100 font file that may be of use. : If not, does anyone know where I might get the bitmaps of the characters : in any form? Check copyrights first, but if you have access to a ReGIS VT terminal such as the VT340, you could print each character, and send the escape sequence to download the little bit of screen that it's on, giving you some sort of SIXEL like bit map. : I am trying to write a VT 100 emulator, and since I am going to make my : own font anyway (the standard fonts don't have all the right characters), : I would like to make it as close as possible to the real thing. Maybe a too such as the Borland resource editor included with Borland Pascal 7 (again, check for suitability first!), and a *real* VT (suggest at *least* a VT200) --- or a manual with the character bitmaps shown, define your own with similar appearance. I may have read that you can't copyright the general appearance of fonts, but you can copyright the font name and the 'implementation' of a font. This is my impression, and again check first! Any lawyers out there, is this right? : Thanks. no prob. : Please respond by email to Chris.Adams@umagic.fidonet.org. I am posting : the by mail, because I can't read news right now. If there is any : interest, I will post a follow-up. Thank you. ported for all, but emailed too. : --- Opus-CBCS 1.14 : --- eecp 1.35 LM2 : * Origin: Micro Magic (1:373/12.0) : -- : = Micro Magic, 830-2362/2302, Alabama's Usenet/Fidonet gateway. : = Reply-To: Chris.Adams@umagic.FIDONET.ORG that's you, and I'm Martin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Path: cs.utk.edu!darwin.sura.net!math.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!dog.ee.lbl.gov!network.ucsd.edu!news.cerf.net!crash!cmkrnl!jeh From: jeh@cmkrnl.com Newsgroups: comp.sys.dec.micro Subject: Re: Specs on VR100 wanted Message-ID: <1993Aug8.151743.2502@cmkrnl.com> Date: 8 Aug 93 15:17:43 PDT References: <1993Aug8.012543.11965@mnemosyne.cs.du.edu> Organization: Kernel Mode Systems, San Diego, CA Lines: 20 In article <1993Aug8.012543.11965@mnemosyne.cs.du.edu>, psthomas@nyx.cs.du.edu (Patrick Thomas) writes: > > Does anybody have [reasonably] detailed information about the VR100 > monitor, and what it's capable of? It appears to have been designed > for the VAXstation 1 I bought (since it was put up for sale only a > couple days after the VS1, and has a "VAXstation" medallion on it). > Would this work with any other DEC workstations? It runs at 1024x864, 60 Hz vertical, 54 kHz hor. It should work with the typical VAXstation II (QVSS or GPX graphics) and with the on-board bitonal frame buffer or GPX options on VAXstation 3100's. (Also, on a 3100 with either the GPX or the SPX card, this monitor can be used with the dual-monitor option cable to give a second display, driven by the bitonal frame buffer.) --- Jamie Hanrahan, Kernel Mode Systems, San Diego CA drivers, internals, networks, applications, and training for VMS and Windows NT uucp 'g' protocol guru and release coordinator, VMSnet (DECUS uucp) W.G., Internet: jeh@cmkrnl.com (JH645) Uucp: uunet!cmkrnl!jeh CIS: 74140,2055 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!darwin.sura.net!spool.mu.edu!agate!doc.ic.ac.uk!pipex!sunic !ebc.ee!piko!juhan Message-ID: <1993Aug22.181206.166@ebc.ee> References: <9308211704.AA13300@freenet.buffalo.edu> Organization: University of Tartu, Department of Chemistry Nntp-Posting-Host: piko.chem.ut.ee Date: 22 Aug 1993 18:12:05 +0300 From: juhan@piko (Juhan Poldvere) Subject: Re: What is GPO on a Vt100 "style" terminal? In <9308211704.AA13300@freenet.buffalo.edu> Elizabeth M. Phillips (ad302@freenet.buffalo.edu) wrote: :> what is GPO? :> AVO is advanced video option (hey I know that much!) :> but GPO eludes me, VT100 GPO is Graphics Processor Option. You may send 'ESC[0c' to the terminal. The terminal should reply with ESC[?1;0c meaning Base VT100, no options (VT101) ESC[?1;1c Processor option (STP) ESC[?1;2c Advanced video option (AVO) (VT102) ESC[?1;3c AVO and STP ESC[?1;4c Graphics processor option (GPO) ESC[?1;5c GPO and STP ESC[?1;6c GPO and AVO ESC[?1;7c GPO, STP, and AVO A 1983 DEC product catalogue says, "Graphics capabilities (standard on the VT125), can also be added to a VT100. [...] The VT125 [...] is an intelligent, microprocessor based alphanumeric video terminal with data plotting extensions. The VT125 directly executes DIGITAL's general purpose graphics descriptor, ReGIS (Remote Graphics Instruction Set)." Well, I am not sure whether a VT100 with GPO can execute ReGIS... Hope this is of some help, -- Juhan Poeldvere, ES5QX | juhan@chem.ut.ee Tartu University, Dept. of Chemistry | fax: 372 (34) 35440 2 Jakobi St., EE-2400, Tartu, Estonia, via Stockholm | voice: 372 (34) 35429 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!gatech!europa.eng.gtefsd.com!uunet!pipex!uknet!bradford.ac.uk !M.T.Shipley Message-ID: <1993Aug24.151034.4926@bradford.ac.uk> Lines: 125 Organization: University of Bradford, UK X-Newsreader: TIN [version 1.1 PL9] References: <9308170248.AA23753@freenet.buffalo.edu> Date: Tue, 24 Aug 1993 15:10:34 GMT Elizabeth, : I have an AT&T 610 (not the 630 the 610) : it returns a sequence of ^[[?7;4;1c : Now it's at least Vt100 AVO compatible But what is : STP and GPO? I think it : has these also. SO could someone tell me what STP and GPO are AND : give me the sequences for using these features. THANKS. Ahh, this is the original posting then. Now if it had had VT100 in the subject field, I would have read it. As for an AT&T 610 terminal, my assumption was, well, what's that. Not interested. Sorry. According to my docu, the format of primary da report is ... { send report CSI ? Psc ; Ps1; ... Psn c ^ ^ | | | +------- Ps1; ... Psn = extensions | +------------- Psc = operating level Psc indicates the terminal's architectural class code. The value of Psc depends on the terminal's current operating level, as follows: Psc Terminal 7 vt131 Ps1; ... Psn indicates which of the following extensions the terminal supports: Ps Meaning 1 132 columns 3 ReGIS graphics 4 Sixel graphics Maybe you have Sixel graphics, but not ReGIS, since this is not a real VT100 with GPO. A brief description of Sixel follows... Notes first. 7 bit version of DCS may be sent as ESC P (ie. Escape followed by a uppercase P). 7 bit version of ST may be sent as ESC \ Notation for character codes is xx/yy, consider this column/row from the Digital Code Tables. For example, ESC is 1/11 (or hex 1B, or decimal 1*16 + 11) Format is: DCS ps1 ; ps2 ; pn3 q s...s ST where : ps1 is a macro parameter that selects the horizontal grid size and pixel aspect ration. ps2 selects how pixels specified as 0 are drawn. pn3 selects the horizontal grid size. s...s is the sixel picture data. This includes printable characters and sixel control codes. Sixel printable characters -------------------------- Characters in the range 3/15 - 7/14 are interpreted as sixel printable characters. The device subtracts the offset hexadecimal 3F from the code, and assigns each of the remaining 6 low-order bits to a grid position. The six pixels are arranged vertically, as follows: Top pixel Bit 0 (LSB) Bit 1 Bit 2 Bit 3 Bit 4 Bottom pixel Bit 5 (MSB) Sixel control codes ------------------- The following characters are interpreted as sixel control codes: Code Addreviation Name ------------------------------------------------------ ! DECGRI Graphics Repeat Introducer (follow by number of times to repeat in ASCII decimal) $ DECGCR Graphics Carriage Return - DECGNL Graphics New Line 0-9 Parameter Characters ; Parameter Separator Now for a REAL example... ESC P q G j ^ j G ESC \ note that there are *not* spaces in the real code, and ESC is the escape character. : PS AT&T denies they even sold it! SO manuals are right out. ^ | +---- Ahh, this isn't emphasized, it's ether your finger still on shift, or a habit !!! :-) Anyway, that's another attempt to be helpful, if any use. regards, Martin \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!gatech!europa.eng.gtefsd.com!uunet!noc.near.net !transfer.stratus.com!newshub.xylogics.com!Xylogics.COM!carlson Message-ID: <1993Sep27.160922.22071@xylogics.com> Sender: usenet@xylogics.com (News) NNTP-Posting-Host: steam.xylogics.com Organization: Xylogics Incorporated References: <1993Sep27.135515.24762@mont.cs.missouri.edu> Date: Mon, 27 Sep 1993 16:09:22 GMT From: carlson@Xylogics.COM (James Carlson) Subject: Re: What does VT220 do with this escape sequence? In article <1993Sep27.135515.24762@mont.cs.missouri.edu>, usbill@ustores.missouri.edu (Bill Canning) writes: > |> What does the escape sequence '[>' do on the VT220? I am running an |> emulator under OS/2, and it ignores this sequence. It seems to only occur |> in the terminfo 'is2' initialization string. |> |> Any help would be greatly appreciated. Something's missing there -- that's not a complete, legal ANSI escape sequence. ANSI uses several character ranges during CSI and DCS sequence parsing. The ranges 20-2F, 3A and 3C-3F are used for application-specific flags. 30-39 are the parameter values. 3B is the parameter separator. The final character -- sometimes called the sequence terminator -- must be in the range 40-7E. Perhaps the writer of your terminfo file meant to use the VT220-specific (non-ANSI) code sequence " >" (1B 3E). This resets the numeric keypad to numeric mode. (" =", 1B 3D sets application keypad mode.) -- James Carlson Tel: +1 617 272 8140 Annex Software Support / Xylogics, Inc. +1 800 225 3317 53 Third Avenue / Burlington MA 01803-4491 Fax: +1 617 272 3159 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!darwin.sura.net!howland.reston.ans.net!pipex!doc.ic.ac.uk !decwrl!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com !regent.enet.dec.com!lasko Message-ID: <1993Oct10.194648.9462@nntpd.lkg.dec.com> Sender: usenet@nntpd.lkg.dec.com (USENET News System) Organization: Digital Equipment Corporation References: <4087@shaman.wv.tek.com> Date: Sun, 10 Oct 1993 20:49:26 GMT From: lasko@regent.enet.dec.com (Tim Lasko, Digital Equipment Corp., Westford, MA) Subject: Re: VT3xx sequence 'Set Columns Per Page' doesn't seem to work In article <4087@shaman.wv.tek.com>, synge@mist.wv.tek.com (James Synge) writes... > > The VT330/VT340 programmers manual says that you should no longer use > the DECCOLM commands to change between 80 and 132 column mode. Instead, > the new DECSCPP command should be used. So I tested it on a VT340, and > found that it didn't work.... It does work. The documentation leaves out one important detail--the font used to display the page doesn't change. So, if you end up with a 132-column page, you will only see 80-columns at a time. Use Control-[<-] or Control-[->] to pan the screen back and forth and you will see the additional columns. Tim Lasko, Digital Equipment Corp., Westford MA (lasko@regent.enet.dec.com) Tim Lasko, private citizen (teeml@aol.com) My opinions are my own; the facts can speak for themselves. I'm on my own time. \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!emory!pirates!darwin.sura.net!howland.reston.ans.net!usc !elroy.jpl.nasa.gov!decwrl!pa.dec.com!nntpd2.cxo.dec.com !nntpd.lkg.dec.com!regent.enet.dec.com!lasko Message-ID: <1993Oct18.162348.6621@nntpd.lkg.dec.com> Sender: usenet@nntpd.lkg.dec.com (USENET News System) Organization: Digital Equipment Corporation References: <4087@shaman.wv.tek.com> <1993Oct10.194648.9462@nntpd.lkg.dec.com> <4118@shaman.wv.tek.com> Distribution: usa Date: Mon, 18 Oct 1993 17:29:07 GMT From: lasko@regent.enet.dec.com (Tim Lasko, Digital Equipment Corp., Westford, MA) Subject: Re: VT3xx sequence 'Set Columns Per Page' doesn't seem to work In article <4118@shaman.wv.tek.com>, synge@mist.wv.tek.com (James Synge) writes... > Is there a way to change the [VT300] font via a control sequence? > I.E., to stay in > 132 mode, but to switch between the 80 column font and the 132 column font? Unfortunately, no. Tim Lasko, Digital Equipment Corp., Westford MA (lasko@regent.enet.dec.com) Tim Lasko, private citizen (teeml@aol.com) My opinions are my own; the facts can speak for themselves. I'm on my own time. \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: vmsnet.pdp-11 Path: cs.utk.edu!emory!europa.eng.gtefsd.com!uunet!decwrl!pa.dec.com !nntpd.lkg.dec.com!twobar.zko.dec.com!mccarthy Sender: mccarthy@toobar.zk3.dec.com (Brian McCarthy) NNTP-Posting-Host: toobar.zk3.dec.com Distribution: world Message-ID: <2de3j3$iq7@nntpd.lkg.dec.com> References: <2d26nq$4ti@jac.zko.dec.com> <1993Nov25.095150.1@spcvxb.spc.edu> Organization: Digital Equipment Corporation Date: 30 Nov 1993 00:19:47 GMT From: Brian McCarthy Subject: Re: History of Digital Microprocessors In article <1993Nov25.095150.1@spcvxb.spc.edu>, terry@spcvxb.spc.edu (Terry Kennedy, Operations Mgr.) writes: |> The F11 was a DEC designed-and-built chip and brought a great number of new |>features to the LSI product space. DEC offered floating point (which required |>the MMU as some of the registers were in the MMU hybrid) and the Commercial |>Instruction Set (CIS). DEC also offered "hot" floating point in the FPF11, |>which brought the F11's floating point speed up to that of an 11/44 (it was |>the same basic FPA design). The FPF11 is also unique in that the same module |>works in both Unibus and Q-bus systems (it only draws power and has jumpers |>for which pins to use for power and to pass bus grant with). You neglected two really neat characteristics, at least in the KDF11-B board configuration: 1) that the fpf11 is as electrically complex (and power hungry) as the rest of the system), and 2) The add on chip bus which took the f.p. chip in one socket or the DIS (Dibol instruction set, it wasn't quite CIS) spanning two complete sockets plugged into the two outboard rows of pins. The DIS chip was a ceramic carrier with 6 die on board. |> DEC used the part in such boards as the DEUNA Unibus Ethernet controller, |>the RQDX1/2/3 controllers, etc. and was the main consumer of the parts. I thought that we had wised up by the time of the RQDX3 and used something else. Also, you overlooked the most stellar use of the T11, the VT240/1. As I understood the design (I may be all wrong, I never had the stomach to actually verify this), the 240 had an 8085 which did the processing of ascii data, and a T11 which processed graphics, running the same code we used in P/OS in some sort of software-reuse-gone-awry scheme. The fact that the 8085 had to hand each character to the T11 and get it back with a "nope, not for me" handshake may have in some small way contributed to the performance of the device. -Brian \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.os.vms Path: cs.utk.edu!gatech!howland.reston.ans.net!europa.eng.gtefsd.com!uunet !organpipe.uug.arizona.edu!CS.Arizona.EDU!zippy.Telcom.Arizona.EDU !mvb.saic.com!info-vax Message-ID: <17923857@MVB.SAIC.COM> X-Gateway-Source-Info: Mailing List Organization: Info-Vax<==>Comp.Os.Vms Gateway Date: Sat, 27 Nov 1993 09:16:35 EDT From: Jerry Leichter Subject: RE: VT420/server multi-session handshake esc seq ? Can someone please tell me the escape sequences used by a VT420 and SSU or a terminal terminal to perform the multi-session handshaking? They are not "escape sequences," a term with a specific meaning defined in ANSI X.34 (I think that's the number). The commands use an entirely different format with a different introducer character; they exist at a different level in the protocol stack. (The protocol involved is called TDSMP, for Terminal Device Session Management Protocol. TDSMP commands can actually appear in the middle of an escape sequence; when the session is resumed, parsing of the escape sequence takes up where it left off.) I suspect they are documented in the VT420 programming reference manual, but I would like to avoid the expense and lead time of ordering it for this "simple" need. [EK-VT420-RM is list $C 173] Don't bother ordering it for this purpose; the TDSMP commands are not documented. I am trying to tailor a PC communications package to permit it to use a TCP/IP DECserver connection with ANSI emulation to one host, and VTxxx emulation to another host. Be aware that TDSMP is protected by patents. (Yes, not just in the US; in Canada and much of the rest of the world, too.) While it's true that a number of third parties appear to have reverse-engineered the protocol and are selling products based on it without public challenge from DEC, that doesn't mean DEC won't change its mind - it's got a history of aggressively defending its intellectual property rights. -- Jerry [Co-inventor of TDSMP, who may not necessarily agree with how DEC manages it, but is telling you the facts as he knows them.] \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.sys.dec,comp.org.decus,alt.folklore.computers Path: cs.utk.edu!emory!sol.ctr.columbia.edu!spool.mu.edu!uwm.edu !post.its.mcw.edu!not-for-mail X-Newsreader: TIN [version 1.2 PL1] NNTP-Posting-Host: post.its.mcw.edu Message-ID: <2dkvs7$g9b@post.its.mcw.edu> References: <1993Dec2.012135.2584@sequent.com> Organization: Medical College of Wisconsin; Milwaukee Wisconsin Date: 2 Dec 1993 08:59:19 -0600 From: "Kent C. Brodie" Subject: Re: 11/780 box (frame) wanted Jeff Berkowitz (jjb@sequent.com) wrote: : I am aware of somebody (not me! ;-) who is interested in locating : the frame and skins from a VAX 11/780. Nothing inside has to work. Let me guess-- the latest craze is now turning the 11/780's into fishtanks, right? :-) [for those of you who don't know-- there's a company that sells VT100 terminals as fishtanks.. they actually look pretty neat.] -- -------------- Kent C. Brodie - Sr. Systems/Network Manager brodie@post.its.mcw.edu Information Technology Systems Medical College of Wisconsin (414) 257-8769 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!gatech!europa.eng.gtefsd.com!uunet!decwrl!pa.dec.com !nntpd.lkg.dec.com!hannah.enet.dec.com!hedberg X-Newsreader: mxrn 6.18-4 NNTP-Posting-Host: level.enet.dec.com Distribution: usa Message-ID: <2e5nt1$i27@nntpd.lkg.dec.com> References: <2dt4kd$rdi@cnj.digex.com> <2e2j9p$liv@nntpd.lkg.dec.com> Organization: Digital Equipment Corporation, Westford, MA Reply-To: hedberg@hannah.dec.com Date: 8 Dec 1993 23:27:29 GMT From: hedberg@hannah.enet.dec.com (Bill Hedberg) Subject: Re: Wanted: Good ASCII terminal pdsmith@bbn.com (Peter D. Smith) writes: > >What is it with these terminals? They say they're made by DEC - are >they a subsidiary of DEC? An independant company? Is the Dorio some >sort of repackaged VT420? From the marketing literature... The short story is, that "Dorio" is a new "brand name" (marketing speak) for this terminal. The VT510 and the Dorio were announced in Sept '93. The VT510 is for traditional Digital customers and the Dorio is for the "ASCII" terminal world. There are some h/w and s/w differences between VT510 and Dorio, but they are very similar products. The Dorio is: - Built by Digital Equipment Corp. - A new "brand name" (marketing speak) - It is an "ANSI/ASCII" terminal. ie. it has traditional Digital ANSI standard terminal modes VT320, VT220, VT100, VT52 and (new for Digital) ASCII terminal emulations: WYSE 60, PCTerm, WYSE 50, WYSE 150/120, Televideo 950, 925, 910+, ADDS A2 and SCO Console. - It was designed to replace existing terminals found in UNIX, Pick, multiuser DOS, etc. "ASCII" environments - Keyboard and character set support for 27 languages - It is *not* a repackaged VT420 (Dorio is new hardware) - It has new features specifically for VARs like . A Power Up screen banner (advertise your name here) . A completely reprogrammable keyboard (onboard Define Key Editor) (Set-Up or Num Lock key can be disabled to prevent user error, any key can be a Function key) . Local user functions: Clock/Calculator . Local Program/debug functions: Show character sets, Show control chars . Snap-in ROM cartridge for bug fixes and custom code - SCO Console mode maps to the "ansi" terminfo found on SCO UNIX, but it works with other UNIX also. VT is a registered trademark of Digital Equipment Corporation. WYSE is a registered trademark of WYSE Technologies. etc... >Inquiring minds want to know! Call 1-800-BY-DORIO (1-800-293-6746) for info. - Bill \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ A Harvard case study of the DEC project to develop the VT320 terminal may be purchased from the Eaton Chair in Retailing at Ryerson Polytechnic University: http://www.ecr.ryerson.ca/ecr_04.html ////////////////////////////////////////////////////////////////////////////// Newsgroups: comp.terminals Path: cs.utk.edu!gatech!swrinde!sdd.hp.com!col.hp.com!csn!decwrl!pa.dec.com !nntpd.lkg.dec.com!gwen.enet.dec.com!fingerhut Organization: Digital Equipment Corporation Message-ID: <2fa2ov$gh3@nntpd.lkg.dec.com> References: NNTP-Posting-Host: gwen.enet.dec.com Date: 22 Dec 1993 18:13:51 GMT From: fingerhut@gwen.enet.dec.com (David Fingerhut.)) Subject: Re: Info wanted on VT420 In article , af877@FreeNet.Carleton.CA (Harry Dodsworth) writes: |> |> |> I am sorry if this is a FAQ but could someone please let me |>have the basic specifications on a VT420 and what features it has |>beyond the VT320. |>-- |>Harry Dodsworth |> The VT420 is a dual session terminal. The 320 is single session. The VT420 has a local copy/paste within a session or between sessions. It supports rectangular area operations via escape sequences. It has 6 pages of memory. Horizontal scrolling within a rectangular area. 24, 36 or 48 lines of text on the screen at once. (This can be used with horizontal split screen dual sessions, displaying 24 lines/session at once). Some more random new escape sequences. I wrote the spec for the VT420. Let me know if you have more questions. Dave --=--+--=--+--=--+--=--+--=--+--=--+--=--+--=--+--=--+--=--+--=--+--=--+--=-- Newsgroups: comp.terminals Path: cs.utk.edu!emory!europa.eng.gtefsd.com!howland.reston.ans.net !cs.utexas.edu!swrinde!sgiblab!sgigate.sgi.com!olivea!decwrl !pa.dec.com!nntpd.lkg.dec.com!hannah.enet.dec.com!hedberg Organization: Digital Equipment Corporation, Marlboro, MA Distribution: world Message-ID: <2hottj$13a@nntpd.lkg.dec.com> References: <1994Jan11.170236.536@seufert.de> <2h1ccv$87m@nntpd.lkg.dec.com> <2h2bnl$oie@news.u.washington.edu> Reply-To: hedberg@hannah.dec.com NNTP-Posting-Host: minim.enet.dec.com Keywords: VT510 cyrillic Date: 21 Jan 1994 15:55:31 GMT From: hedberg@hannah.enet.dec.com (Bill Hedberg) Subject: Re: Looking for a cyrillic DEC VT320 Sorry, I do not know of any terminals which support Arabic. VT510 supports VT and PC keyboards for Czech, Danish, Dutch, English (Canadian, North American, British), Finnish Swedish, Flemish, French (Canadian, France, Swiss), German (Austrian, Swiss), Greek, Hebrew, Hungarian, Italian, Norwegian, Polish, Portutuese, Romanian, Russian, Serbo-Croatian - Slovene Slovak, Spanish (Spain, Latin America), Turkish (F,Q). - Bill \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Article 1923 of comp.terminals: Path: cs.utk.edu!news.msfc.nasa.gov!europa.eng.gtefsd.com!howland.reston.ans.net!spool.mu.edu!sgiblab!sgigate.sgi.com!olivea!hal.com!decwrl!crl.dec.com!crl.dec.com!nntpd.lkg.dec.com!hannah.enet.dec.com!hedberg From: hedberg@hannah.enet.dec.com (Bill Hedberg) Newsgroups: comp.terminals Subject: Re: 8-bit vt220 termcap/info entry, anyone? Date: 8 Feb 1994 14:56:05 GMT Organization: Digital Equipment Corporation, Marlboro, MA Lines: 9 Distribution: world Message-ID: <2j8965$a0r@nntpd.lkg.dec.com> References: <1994Jan30.202830.408@utopia.druid.com> <20964@smoke.brl.mil> <2iqs80$oon@newhub.xylogics.com> <20975@smoke.brl.mil> Reply-To: hedberg@hannah.dec.com NNTP-Posting-Host: minim.enet.dec.com X-Newsreader: mxrn 6.18-4 VT1xx product were 7-bits only. VT2xx product were the first to implement 8-bit communications and character sets. CSI is the 8-bit control sequence introducer. ESC [ is its 7-bit conterpart. - Bill \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.os.vms Path: cs.utk.edu!emory!europa.eng.gtefsd.com!MathWorks.Com!mvb.saic.com!info-vax Message-ID: <01HBK89PYRPE8ZE7J0@kopc.hhs.dk> Organization: Info-Vax<==>Comp.Os.Vms Gateway X-Gateway-Source-Info: Mailing List Date: Sun, 24 Apr 1994 17:38:41 +0100 From: Arne Vajhoej Subject: Re: replacing crlf... > >> ($ following means escape, ctl-3 on my keyboard) > > > > I was under the impression that CNTL-3 on most (all?) > > keyboards generated the ESC character. > > > > Can anybody verify that this is a defacto standard? > > > > Well, I ever never seen or heard of it. I just tested the LK250 > that I'm typing on. Pressing Ctrl-3 twice yields no visible result while > typing in EDT. Pressing Ctrl-[ twice inserts an character in the > text. > > *DEC* keyboards have used Ctrl-[ since the VT200 series terminals > and the LK201 keyboard. The VT100 series had an escape key and didn't need > to define a Ctrl key. > > I suspect that it's a DEC standard and maybe even an ANSI standard. CTRL-[ and CTRL-3 are both documented to generate an ESC in both the VT320 and VT420 manuals ! Arne Arne Vajhøj local DECNET: KO::ARNE Computer Department PSI: PSI%238310013040::ARNE Business School of Southern Denmark Internet: ARNE@KO.HHS.DK \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!martha.utcc.utk.edu!darwin.sura.net!howland.reston.ans.net !usc!elroy.jpl.nasa.gov!ames!decwrl!pa.dec.com!nntpd.lkg.dec.com !hannah.enet.dec.com!hedberg Organization: Digital Equipment Corporation, Marlboro, MA Message-ID: <2qefcb$q8m@nntpd.lkg.dec.com> References: <1994May3.155044.4914@inland.com> NNTP-Posting-Host: raynal.enet.dec.com X-Newsreader: mxrn 6.18-10 Date: 6 May 1994 22:12:27 GMT From: hedberg@hannah.enet.dec.com (Bill Hedberg) Subject: Re: VT420 Multisession setup help In article <1994May3.155044.4914@inland.com>, postma@inland.com writes: This question concerns VT420 hardware. >If you change the f3 key definition (to ignore or fkey) in session 2 and save >that setting, there appears to be no way to access session 2 setup again. >Accessing setup from session 1 and restoring the defaults settings, will not >allow setup to be accessed from session 2. Any ideas?? > >Brian Postma >219-399-7751 When Set-Up key is disabled in Session 2... Power Up VT420, in Session 1 Press [F4] (or [Alt]+[Scroll Lock]) to switch to Session 2 Press [F3] (or [Alt]+[Print Screen]) to enter Set-Up in Session 2 - Bill \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.os.vms Path: cs.utk.edu!martha.utcc.utk.edu!darwin.sura.net!howland.reston.ans.net !wupost!gumby!newsxfer.itd.umich.edu!zip.eecs.umich.edu!panix !MathWorks.Com!mvb.saic.com!info-vax Message-ID: <9405061124.AA29532@uu3.psi.com> Organization: Info-Vax<==>Comp.Os.Vms Gateway X-Gateway-Source-Info: Mailing List Date: Fri, 6 May 94 07:59:57 EDT From: Jerry Leichter Subject: RE: Problem changing VT420 ID sequence I have a VT420 that I use to connect to a system that offers menu displays for VT100 and compatible terminals. Well, no. A VT420 *is* VT100-compatible. Any program that queries the terminal itself and then doesn't know enough to handle a VT420 properly is simply wrong. I thought we'd retired code like this 10 or 15 year ago. This used to be a major pain in the neck - code would run on a VT100 but not a VT102 because the VT102's id sequence was (just a bit) different. If I go into the Set-Up menus on the VT420 and select the General Set-Up screen, I can change the Terminal Mode from "VT420 mumble" to "VT100". This can also be done via software but does not satisfy the requirements of the software offering me menu displays because it still tells me that the terminal is NOT VT100 compatible. Back into the Set-Up menus (same screen), down towards the bottom of the screen is an item that says "VT420 ID" - this needs to be changed to "VT100 ID" - which I can do via the Set-Up but would really like to do this via a program... So, after all that - how do I (or can I) change this "VT420 ID" to "VT100 ID" via software? I have RTFM but - no luck... I don't believe you can. I don't have any VT420 documentation here, but this was not a software-settable parameter on earlier terminals. (If you think about it, just how much sense does it make for software to set it? The software would first have to know that it was talking to something that was not a VT100, then tell it to lie. Yes, I know, *some* of the software would know, and it would ask the terminal to lie to *other*, broken software. Sigh. You really should complain loudly to your vendor about this; getting it right isn't hard, and after all these years there's really no excuse.) I gather many terminal settings that have traditionally not been software- settable have been made so in the VT510. It's possible this is among them. -- Jerry \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!emory!europa.eng.gtefsd.com!howland.reston.ans.net!wupost !decwrl!pa.dec.com!src.dec.com!crl.dec.com!nntpd.lkg.dec.com !hannah.enet.dec.com!hedberg Organization: Digital Equipment Corporation, Marlboro, MA Message-ID: <2sodbm$nmm@nntpd.lkg.dec.com> References: <2rtdol$gvi@usenet.INS.CWRU.Edu> Date: 3 Jun 1994 23:11:50 GMT From: hedberg@hannah.enet.dec.com (Bill Hedberg) Subject: Re: CNTL-S Pass-Through ? In article <2rtdol$gvi@usenet.INS.CWRU.Edu>, da867@cleveland.Freenet.Edu (David C. Fisco) writes: >On Digital's vt510 and vt320, how do I modify the set-up >so that CNTL-S is passed-through to the application, NOT >interpreted as HOLD SCREEN by the terminal? For example, >when in Emacs, I want EMACS to receive DC3 when I hit >CNTL-S; I don't want the terminal to hold-screen. > >TIA. Pressing the "Hold" key on a VT320 or VT510 inhibits the terminal firmware from processing characters in the communication buffer. If the host continues to transmit data while Hold Screen is enabled, eventually the comm buffer fills, which triggers the XOFF character. Pressing Control+S will cause the terminal to transmit a Control-S (XOFF/DC3) character. The VT510 has a local Define Key editor which allows you to program a key to transmit Control-S. Example, Enter Set-Up, go to the Define Key Editor in the Keyboard menu, enter the editor. Press the key you wish to assign Ctl-S to, define it as a User Defined Key (UDK). Press Ctl-S at the UDK line prompt. Arrow down and Save it if you wish to have it defined this way upon Power Up. As Patric Davies points out in his reply, getting the terminal to transmit Control-S is only half the problem. You must also configure the host to pass Control-S on to the application. This means that you cannot use XOFF/XON software flow control. - Bill \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals,comp.emacs Path: cs.utk.edu!gatech!newsxfer.itd.umich.edu!gumby!yale!yale!yale.edu !noc.near.net!genrad.com!genrad.com!not-for-mail Organization: GenRad, Inc. Distribution: world Message-ID: <2tsj3oINNcgv@thor.genrad.com> References: NNTP-Posting-Host: thor.genrad.com Date: 17 Jun 1994 12:30:48 -0400 From: rep@genrad.com (Pete Peterson) Subject: Re: PROBLEM CIT324 AND EMACS COMBINATION In article glas@muresh.et.tudelft.nl writes: ^ > ^ >Hi, ^ > ^ >Does someone maybe know a solution to the following problem: ^ > ^ >I have a cit324 terminal (which should be compatible with a vt320) and I ^ >use gnu-emacs on it. The problem is that sometimes the cursor on the ^ >terminal is on another place as emacs thinks the cursor is. The result is a ^ >complete mess! I keep repeating the command M-x redraw-display, after this ^ >command everything is well but when you have to do this every line it ^ >becomes extremely annoying. ^ > ^ >For some reason emacs is not in complete control over the cursor-position, ^ >the strange effects are in some way influenced by the tab-positions on ^ >the terminal. Also when I put the terminal in vt100 emulation mode I have ^ >the problem. I didn't have the problem with my previous cit101 terminal. ^ > I have seen this problem when people have hardware tab settings that disagree with what they told Emacs in tab-width. Emacs (and vi also) need to know the tab stop settings so they can display properly. You must have uniform hardware tab-stops. Not that you can use tab-stop-list if you want to make Emacs text-entry appear to have non-uniform tab-stops in modes that bind the TAB key to tab-to-tab-stop. pete peterson rep@genrad.com (508)369-4400 x2478; Home: (508)256-5829 (Chelmsford, MA) ^ >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ^ >- Jack P.F. Glas Delft University of Technology = ^ >= Faculty of Electrical Engineering - ^ >- Phone: +31 (0)15 786202 Electronic Engineering Group = ^ >= Telefax: +31 (0)15 786190 Mekelweg 4, room 17.06 - ^ >- E-mail: glas@muresh.et.tudelft.nl P.O. Box 5031 = ^ >= WWW: http://olt.et.tudelft.nl 2600 GA Delft, The Netherlands. - ^ >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!gatech!swrinde!cs.utexas.edu!usc!elroy.jpl.nasa.gov!decwrl !src.dec.com!crl.dec.com!nntpd.lkg.dec.com!regent.enet.dec.com!lasko Organization: Digital Equipment Corporation Lines: 14 Distribution: usa Message-ID: <2umoff$q9q@nntpd.lkg.dec.com> References: NNTP-Posting-Host: prince.enet.dec.com Summary: not in VT2xx through VT4xx Date: 27 JUN 94 10:40:13 From: lasko@regent.enet.dec.com (Tim Lasko, Digital Equipment Corp., Marlborough, MA) Subject: Re: VT220 Block or Underline Cursor Codes In article , karh@netcom.com (William Karh) writes... >Help, > >Is there a vt220 -> vt420 code to change the cursor appearance from block to >underline... Not until the VT510 terminal is host control over the shape of the cursor provided. (You can turn in invisible and visible again with DECTCEM, but not change it from block to underline.) Tim Lasko, Digital Equipment Corp., Marlborough MA (lasko@regent.enet.dec.com) Tim Lasko, private citizen (teeml@aol.com) My opinions are my own; the facts can speak for themselves. I'm on my own time. \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!gatech!swrinde!elroy.jpl.nasa.gov!netline-fddi.jpl.nasa.gov !marsupial.jpl.nasa.gov!litwin!litwin Organization: Jet Propulsion Laboratory, Pasadena, CA Message-ID: <30oj84$16o@marsupial.jpl.nasa.gov> References: <1994Jul22.141413.3827@bay.cc.kcl.ac.uk> NNTP-Posting-Host: litwin.jpl.nasa.gov Date: 22 Jul 1994 13:57:24 GMT From: litwin@litwin.jpl.nasa.gov (Todd Litwin) Subject: Re: diff. between vt100 / vt102? In article <1994Jul22.141413.3827@bay.cc.kcl.ac.uk> udee782@bay.cc.kcl.ac.uk (Ian G Clark (Dr Wizard) @ King's College London.) writes: > >Can anyone tell me in idiots terms the main differences between VT100 and >VT102? I'm not sure whether or not this is the only difference, but the VT102 has the capability of doing line and character inserts and deletes, functions which are missing from the VT100. In order to mimic line inserts or deletes on a VT100, it is necessary to define a scrolling region from the line of interest to the bottom of the display, and then scroll that region either up or down, depending upon whether you want to delete the line of interest or else push down that line (and all those below it) in order to insert a new blank line. I have no such clever work around for the absence of the character insert/delete (but, then, I've never looked for one). By the way, in my experience it seems that most terminal programs which claim to be VT100 (not VT102) emulators also perform the line/character insert/delete functions. So you aren't the only one who is unclear on the difference between the two VT models. -- Todd Litwin Jet Propulsion Laboratory (818) 354-5028 litwin@robotics.jpl.nasa.gov \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.sys.dec Path: cs.utk.edu!gatech!howland.reston.ans.net!agate!msuinfo !harbinger.cc.monash.edu.au!yarrina.connect.com.au!classic.iinet.com.au Organization: iiNET Technologies Message-ID: <31f2d2$j6@classic.iinet.com.au> References: <31bi6i$id5@potogold.rmii.com> NNTP-Posting-Host: classic.iinet.com.au X-Newsreader: TIN [version 1.2 PL2] Date: 31 Jul 1994 10:30:58 +0800 From: crockera@iinet.com.au (Andrew Crocker) Subject: Re: VT100 Keys John P. Morphet (jmorphet@asys.com) wrote: : Sorry to bother this group with such a basic question. : Where can I get a list of the VT100 keys and their escape sequences? Is : it in a file somewhere that I can FTP. A file SYS$SYSTEM:SMGTERMS.TXT contains all the escape sequences for the range of terminals supported by SMG. This includes VT100s. Andrew Crocker CSI Australia crockera@iinet.com.au \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!emory!europa.eng.gtefsd.com!howland.reston.ans.net !news.sprintlink.net!sundog.tiac.net!wizard.pn.com!Germany.EU.net!EU.net !uunet!newstf01.cr1.aol.com!newsbf01.news.aol.com!not-for-mail Organization: America Online, Inc. (1-800-827-6364) Sender: news@newsbf01.news.aol.com Message-ID: <35p9or$7k5@newsbf01.news.aol.com> References: <35mdat$k76@merlion.singnet.com.sg> NNTP-Posting-Host: newsbf01.news.aol.com Date: 21 Sep 1994 08:43:07 -0400 From: psichel@aol.com (PSichel) Subject: Re: VT320 and colors In article <35mdat$k76@merlion.singnet.com.sg>, yyngai@merlion.singnet.com.sg (Ngai Ying Yong) writes: > I would like to know if VT320 terminal can dispaly colors, if not, are > there any other VT terminals that I can use to have color display ? The VT320 has a built-in monochrome display (white, green, or amber phosphor). The VT241, VT340, and recently announced VT525 support color displays. The VT525 works with low cost off-the-shelf PC monitors (SVGA), and supports both ANSI and text attribute color. MSRP is $649 with 14" color monitor. 17" and 19" color monitors are also available. - Peter \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals,comp.unix.programmer,comp.sys.next.programmer Path: cs.utk.edu!stc06.CTD.ORNL.GOV!fnnews.fnal.gov!uwm.edu!math.ohio-state.edu !howland.reston.ans.net!pipex!uunet!EU.net!ieunet!mentec.ie !cimpro.mentec.ie!john_w References: <37hp10$288@delphi.cs.ucla.edu> Organization: Mentec Ltd., Dublin, Ireland Nntp-Posting-Host: cimpro Nntp-Posting-User: john_w Message-ID: <1994Oct17.142904.1@cimpro.mentec.ie> Date: 17 Oct 1994 14:29:04 GMT From: john_w@cimpro.mentec.ie Subject: VT220 attributes represented in termcap (was: ) In article <37hp10$288@delphi.cs.ucla.edu>, esky@marathon.cs.ucla.edu (Eskandar Ensafi) writes: > Hello > > The following modes in `termcap(5)' do not seem to be behaving as documented: > > se str End standout mode > ue str End underscore mode > > Instead, they are behaving as if the following mode is being set: > > me str Turn off all attributes > > I am setting the terminal attributes using tgetstr/tputs in a C program > running under NEXTSTEP 3.1 on a VT100 terminal emulator. I can correctly > turn ON text attributes (so='Begin standout', 'us='Begin underscore', etc.), > but I am unable to turn individual attributes OFF without disrupting other > text attributes. > On the VT100, the only escape sequence available is the one which turns off all attributes (i.e. ESC[0m). The VT220 introduced a new set of escape sequences to turn off individual attributes as follows: ESC[22m Bold off ESC[24m Underline off ESC[25m Blinking off ESC[27m Reverse Video off These are available on vt220 and upwardly-compatible terminals. A vt100 emulator should ignore these sequences. > > Thanks in advance! If you can, please e-mail me a copy of your response. > > - Eskandar \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals Path: cs.utk.edu!emory!darwin.sura.net!howland.reston.ans.net !news.sprintlink.net!EU.net!uunet!newstf01.cr1.aol.com !newsbf01.news.aol.com!not-for-mail Organization: America Online, Inc. (1-800-827-6364) Message-ID: <38rroa$34s@newsbf01.news.aol.com> References: <38lj9f$dqm@walton.maths.tcd.ie> Date: 28 Oct 1994 17:51:06 -0400 From: Peter Sichel Subject: Re: What is the diff. between VT100/2 and VT320? In article <38lj9f$dqm@walton.maths.tcd.ie>, jjjuan@maths.tcd.ie (Juan Flynn) writes: > Can anyone tell me what are the differences between VT100 > and VT320? Briefly, the VT100 is 7-bits only (US ASCII). No 8-bit multinational character sets, no top row function keys, does not have a separate editing keypad with inverted T cursor keys. The VT320 supports 8-bit Multinational characters (ISO Latin-1); provides 105 key keyboard similar to Enhanced PC (separate top row function keys, editing and numeric keypads); provides a 25th status line; Terminal State Interrogation (host can read back almost all terminal settings); soft character sets; and programmable top row function keys. Physically the VT320 is much smaller, offers a higher resolution display, and runs faster. - Peter \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Newsgroups: comp.terminals,comp.protocols.kermit.misc Path: cs.utk.edu!not-for-mail Followup-To: comp.terminals,comp.protocols.kermit.misc Distribution: world Expires: 31 Dec 1994 22:11:33 GMT Message-ID: <39o5aqINN164@cetus2e.cs.utk.edu> References: <39nbr2$rkh@kro