Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!tank!eecae!netnews.upenn.edu!linc.cis.upenn.edu!fontana From: fontana@linc.cis.upenn.edu (Josep Fontana) Newsgroups: comp.sys.ibm.pc Subject: Re: pc vt100 terminal emulation and IBM mainframe's Summary: Sending ClearScreen Command Keywords: IBM Mainframes, Procomm Message-ID: <13864@netnews.upenn.edu> Date: 23 Aug 89 21:07:08 GMT References: <223@crash.cts.com> <375@arnor.UUCP> Sender: news@netnews.upenn.edu Reply-To: fontana@linc.cis.upenn.edu (Josep Fontana) Distribution: comp Organization: University of Pennsylvania Lines: 26 In article <375@arnor.UUCP> uri@arnor.UUCP (Uri Blumenthal) writes: >ProComm+ has: vt102, IBM 3101, 3270/5?? emulations. >None of those proved able to send CLEAR to mainframe. >Suggestions? Problem is, the VT100 emulation supported by the terminal protocol converter is slightly different from what Procomm calls VT100 emulation. You could get by using the three character sequence 'ESC O M' to clear the screen (that's ESCape key, big O, big M) or redefine some key to do it for you (Procomm v2.42 does not allow this; rumour has it that Procomm+ does). You'll probably also have problems with cursors and PF keys. What's needed are escape sequences like ESC O A, ESC O B ... for the cursors and ESC O w, ESC O q, ... for the PF keys. I believe the latter are the sequences sent by a VT100 in something called keypad *application* mode. If Procomm doesn't let you redefine the keys to sent the appropriate sequences, your best bet is to use Kermit v2.xx, which is available from Columbia Univ - it's a great program, can easily redefine keys, and has built-in TEK 4010/14 graphics emulation. Josep M. -- Josep Maria Fontana, 3940 Locust Walk (MLCH) Philadelphia, PA 19104