<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Terminal emulation VT100 not perfect in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779449#M861697</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Do you refer to the EM100 emulation of a HP-terminal like the 700/96 ??&lt;BR /&gt;&lt;BR /&gt;In this case you should look at the diffrent keyboard-layouts according to the manual.&lt;BR /&gt;&lt;BR /&gt;As EM100 does not have the usual keys F1-F8 but uses the vt100 keys PF1-PF4 (vt100 does not have 8 function keys!). These PF1-PF4 keys are located right above the numpad!&lt;BR /&gt;&lt;BR /&gt;The numpad itself is reprogrammable in vt100 to compensate lack of function keys, so if your application uses special function keys, you will probably find them directed to the numpad! I had to deal with ADABAS/D on Hp-UX and it was a real mess to figure out those keys! Better go for a PC-emulation based on vt220 or higher (vt220 has at least 8 function keys).&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker</description>
    <pubDate>Mon, 05 Aug 2002 18:23:35 GMT</pubDate>
    <dc:creator>Volker Borowski</dc:creator>
    <dc:date>2002-08-05T18:23:35Z</dc:date>
    <item>
      <title>Terminal emulation VT100 not perfect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779444#M861692</link>
      <description>Hello,&lt;BR /&gt;The VT100 terminal emulation seems incomplete when used with semi-graphic application like osiadmin or sam.&lt;BR /&gt;Strange behaviour, functions key unavailable (F1, F4, F8).&lt;BR /&gt;Are there somewhere patches or new termcap?</description>
      <pubDate>Mon, 05 Aug 2002 06:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779444#M861692</guid>
      <dc:creator>inactive account</dc:creator>
      <dc:date>2002-08-05T06:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal emulation VT100 not perfect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779445#M861693</link>
      <description>Maybe this will help.&lt;BR /&gt;For VT100, where \E = ESC&lt;BR /&gt;&lt;BR /&gt;Function key F1 :       \EOP&lt;BR /&gt;Function key F2 :       \EOQ&lt;BR /&gt;Function key F3 :       \EOR&lt;BR /&gt;Function key F4 :       \EOS&lt;BR /&gt;Function key F5 :       \EOT&lt;BR /&gt;Function key F6 :       \E[17~&lt;BR /&gt;Function key F7 :       \E[18~&lt;BR /&gt;Function key F8 :       \E[19~&lt;BR /&gt;Function key F9 :       \E[20~&lt;BR /&gt;Function key F10:       \E[21~&lt;BR /&gt;Function key F11:       \E[23~&lt;BR /&gt;Function key F12:       \E[24~&lt;BR /&gt;&lt;BR /&gt;Arrow Key UP    :       \E[A&lt;BR /&gt;Arrow Key DOWN  :       \E[B&lt;BR /&gt;Arrow Key RIGHT :       \E[C&lt;BR /&gt;Arrow Key LEFT  :       \E[D&lt;BR /&gt;&lt;BR /&gt;Next Page Key   :       \E[F&lt;BR /&gt;Prev. Page Key  :       \E[E&lt;BR /&gt;&lt;BR /&gt;Succes,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Mon, 05 Aug 2002 06:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779445#M861693</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-08-05T06:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal emulation VT100 not perfect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779446#M861694</link>
      <description>Unfortunately, it did not help much because:&lt;BR /&gt;when I enter osidamin, the menu provides information for functions as:&lt;BR /&gt;^F1-Help &lt;BR /&gt;^F2-Main Menu  &lt;BR /&gt;^F3-Shell  &lt;BR /&gt;^F4-Select Item           ^F8-Previous Menu&lt;BR /&gt;&lt;BR /&gt;and I suppose that means I need to strike control/F1 ?&lt;BR /&gt;&lt;BR /&gt;Am I right?</description>
      <pubDate>Mon, 05 Aug 2002 11:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779446#M861694</guid>
      <dc:creator>inactive account</dc:creator>
      <dc:date>2002-08-05T11:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal emulation VT100 not perfect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779447#M861695</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;why don't you try some supported emulation. Try hpterm for a change and see if it helps.&lt;BR /&gt;&lt;BR /&gt;How the TERM setting works also depends on the type of emulator login you are trying to the server. A simple telnet login, hpterm might not be of much help. &lt;BR /&gt;&lt;BR /&gt;I use remsh using exceed and set my emulation to hpterm. It works for me.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 13:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779447#M861695</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-08-05T13:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal emulation VT100 not perfect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779448#M861696</link>
      <description>What terminal emulation package are you using? Does it provide for keyboard mapping? If not, you may need to get one that does, like Reflections for Unix and Digital.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Mon, 05 Aug 2002 15:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779448#M861696</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-08-05T15:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal emulation VT100 not perfect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779449#M861697</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Do you refer to the EM100 emulation of a HP-terminal like the 700/96 ??&lt;BR /&gt;&lt;BR /&gt;In this case you should look at the diffrent keyboard-layouts according to the manual.&lt;BR /&gt;&lt;BR /&gt;As EM100 does not have the usual keys F1-F8 but uses the vt100 keys PF1-PF4 (vt100 does not have 8 function keys!). These PF1-PF4 keys are located right above the numpad!&lt;BR /&gt;&lt;BR /&gt;The numpad itself is reprogrammable in vt100 to compensate lack of function keys, so if your application uses special function keys, you will probably find them directed to the numpad! I had to deal with ADABAS/D on Hp-UX and it was a real mess to figure out those keys! Better go for a PC-emulation based on vt220 or higher (vt220 has at least 8 function keys).&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker</description>
      <pubDate>Mon, 05 Aug 2002 18:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779449#M861697</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2002-08-05T18:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal emulation VT100 not perfect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779450#M861698</link>
      <description>I'm using SecureCRT which allow SSH connections as well as telnet.&lt;BR /&gt;It proposes vt220, vt100, linux etc but not hpterm...</description>
      <pubDate>Mon, 05 Aug 2002 21:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779450#M861698</guid>
      <dc:creator>inactive account</dc:creator>
      <dc:date>2002-08-05T21:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal emulation VT100 not perfect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779451#M861699</link>
      <description>A DEC VT-100 terminal has been a museum piece for so long that most people can't remember what one looks like or how it really worked. The basic VT100 had no previous page memory and no softkeys. So if your emulator has them, it isn't really a VT100 emulator. SAM (and swinstall and other SD programs) are designed for smart terminals so using a VT100 emulator guarentees lots of problems if the applications need special features.&lt;BR /&gt;&lt;BR /&gt;To visit (revisit) the old VT100, here is an excellent archive: &lt;A href="http://www.cs.utk.edu/~shuford/terminal/dec.html" target="_blank"&gt;http://www.cs.utk.edu/~shuford/terminal/dec.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SAM (and other HP utilities are much easier to use with a smart terminal (a terminal that has defined or loadable softkeys). Get an emulator that has at least VT220 emulation as a start. The ability of an emulator (using the Curses or terminfo library) is first defined by the TERM value picked by ttytype (in /etc/profile) and must be then matched with an appropriate entry in /usr/lib/terminfo. To see the capabilities available with a particular TERM value, type the command:&lt;BR /&gt;&lt;BR /&gt;untic $TERM&lt;BR /&gt;&lt;BR /&gt;Some emulators actually document what they will do, but most don't. As mentioned, an HP terminal emulator such as WRQ's Reflection for HP (not Reflection/X) will make SAM and swinstall very easy to use.</description>
      <pubDate>Tue, 06 Aug 2002 01:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779451#M861699</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-08-06T01:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal emulation VT100 not perfect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779452#M861700</link>
      <description>Thanx to everybody for your help.&lt;BR /&gt;vt220 works fine with sam.&lt;BR /&gt;I still have a problem with OTS otsadmin which does not support vt220 (it seems to support only hpterm (correctly) and vt100(badly) )...&lt;BR /&gt;&lt;BR /&gt;Anyway thanx again&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Aug 2002 08:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779452#M861700</guid>
      <dc:creator>inactive account</dc:creator>
      <dc:date>2002-08-06T08:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal emulation VT100 not perfect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779453#M861701</link>
      <description>I am not sure if this will help, but when it refers to F4  it actually means &lt;CRTL f=""&gt; &amp;amp; Then the number 4.&lt;BR /&gt;&lt;BR /&gt;This works for me&lt;BR /&gt;&lt;BR /&gt;Martin&lt;/CRTL&gt;</description>
      <pubDate>Wed, 10 Nov 2004 12:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-emulation-vt100-not-perfect/m-p/2779453#M861701</guid>
      <dc:creator>Martin Bennett_4</dc:creator>
      <dc:date>2004-11-10T12:30:41Z</dc:date>
    </item>
  </channel>
</rss>

