<?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: hyperterminal or analogue on OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171664#M89216</link>
    <description>&lt;BR /&gt;To clarify a few things:&lt;BR /&gt;&lt;BR /&gt;On a Unix type system, You need a program like minicom, because the system does not have a built-in command like VMS SET HOST/DTE.&lt;BR /&gt;&lt;BR /&gt;And minicom also does not know automatically which serial port to use, just uses COM1 by default (or whatever You or Yout system admin has saved as default). And yes, VMS unfortunately does not have a default.&lt;BR /&gt;&lt;BR /&gt;So You have to find the port. OPA0 should NOT be used for that purpose! It is a 'software' device pointing to the console device, and depends on the workstation or server type of system.&lt;BR /&gt;On most Alphas workstation types, the 2 built-in serial ports are TTA0: (COM1) and TTB0: (COM2).&lt;BR /&gt;Since TTA0: can be used as serial console (after SRM command SET CONSOLE SERIAL), TTB0 (COM2) should be used to connect whatever devices.&lt;BR /&gt;&lt;BR /&gt;Before using a port for communication, it must be SET TERMINAL TTB0: /NOTYPE_AHEAD - otherwise all unsolicited input on the port starts a login process (on Unix systems You have to kill a process, if the port was setup for login, usually nowadays it is not setup as such, therefore minicom can access it).&lt;BR /&gt;Also make sure the terminal speed and other parameters are set correctly, e.g.&lt;BR /&gt; SET TERMINAL TTB0:/SPEED=9600&lt;BR /&gt; SET TERMINAL TTB0: /NOTTSYNC &lt;BR /&gt; SET TERMINAL TTB0: /COMMSYNC&lt;BR /&gt;or &lt;BR /&gt; SET TERMINAL TTB0: /MODEM&lt;BR /&gt;See HELP SET TERMINAL for further settings.&lt;BR /&gt;&lt;BR /&gt;When You have the correct working parameters,&lt;BR /&gt;put those SET TERMINAL commands in a command-file with the /PERMANENT option (eventually called from systartup&lt;BR /&gt;).&lt;BR /&gt;&lt;BR /&gt;If Your keyboard doesn't have the default control keys for SET HOST/DTE like control-@, then define some other on the command line:&lt;BR /&gt;SET HOST/DTE TTB0: /command=A and enter control-A to get the DTE command prompt, similar for /BREAK and /ESCAPE (in minicom You have to know the command key as well).&lt;BR /&gt;&lt;BR /&gt;Finally, as others have said, an UPS probably isn't behaving like a console port doing a dialogue in readable text. Assuming the correct wiring, You may have to write )or get) a specific program to communicate. On Unix, minicom also would be of little help in such a case.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Apr 2008 07:22:20 GMT</pubDate>
    <dc:creator>Joseph Huber_1</dc:creator>
    <dc:date>2008-04-02T07:22:20Z</dc:date>
    <item>
      <title>hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171624#M89176</link>
      <description>Hello!&lt;BR /&gt;Is there a terminal emulator program for OpenVMS&lt;BR /&gt;to access any hardware (UPS switch etc) via null-modem cable ?&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Apr 2008 12:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171624#M89176</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-04-01T12:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171625#M89177</link>
      <description>&lt;BR /&gt;SET HOST /DTE &lt;BR /&gt;&lt;BR /&gt;Hein.</description>
      <pubDate>Tue, 01 Apr 2008 12:29:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171625#M89177</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-04-01T12:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171626#M89178</link>
      <description>Try "set host /dte". For more options look at the VMS help for set host /dte.</description>
      <pubDate>Tue, 01 Apr 2008 12:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171626#M89178</guid>
      <dc:creator>Walter Miller_1</dc:creator>
      <dc:date>2008-04-01T12:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171627#M89179</link>
      <description>Hello Alex,&lt;BR /&gt;&lt;BR /&gt;Have you tried "$ SET HOST /DTE"? We use it in similar situations.&lt;BR /&gt;&lt;BR /&gt;Kelly</description>
      <pubDate>Tue, 01 Apr 2008 12:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171627#M89179</guid>
      <dc:creator>Kelly Stewart_1</dc:creator>
      <dc:date>2008-04-01T12:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171628#M89180</link>
      <description>Hi Alex!&lt;BR /&gt;&lt;BR /&gt;C-Kermit is probably the best you can get.&lt;BR /&gt;&lt;A href="http://www.columbia.edu/kermit/" target="_blank"&gt;http://www.columbia.edu/kermit/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Tue, 01 Apr 2008 12:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171628#M89180</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2008-04-01T12:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171629#M89181</link>
      <description>I use SET HOST /DTE (normally from a DECterm)&lt;BR /&gt;for interactive use (because it's always&lt;BR /&gt;there), and Kermit if I need to script&lt;BR /&gt;something (like restarting my Cisco 678 DSL&lt;BR /&gt;modem/router automatically).</description>
      <pubDate>Tue, 01 Apr 2008 13:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171629#M89181</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-01T13:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171630#M89182</link>
      <description>If you could attach your serial device to a terminal server, you open up options such as TELNET or SET HOST/LAT.  Lantronix still makes "modern" terminal servers ie. you wouldn't have to go to the wrecking yard and dig out a DECserver!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Tue, 01 Apr 2008 14:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171630#M89182</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2008-04-01T14:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171631#M89183</link>
      <description>&amp;gt; SET HOST /DTE&lt;BR /&gt;&lt;BR /&gt;Still unclear.&lt;BR /&gt;This command should be followed by device name.&lt;BR /&gt;It is unclear what is the device for com port 0&lt;BR /&gt;/dev/ttyS0  in Linux notation.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Apr 2008 16:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171631#M89183</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-04-01T16:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171632#M89184</link>
      <description>Depending on the system model and where you have physically plugged in the cable, it's most likely TTA0:&lt;BR /&gt;&lt;BR /&gt;$ SHOW DEVICE TT might help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Tue, 01 Apr 2008 17:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171632#M89184</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2008-04-01T17:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171633#M89185</link>
      <description>hmm, still unuseful&lt;BR /&gt;&lt;BR /&gt;I have fta2:. I'm not sure it is com 0.&lt;BR /&gt;&lt;BR /&gt;I have no '@' key - cant press ctrl/@&lt;BR /&gt;&lt;BR /&gt;C-Kermit is for transfer files between hosts via null-modem cable, isnt it?&lt;BR /&gt;&lt;BR /&gt;No  useful utilites such as minicom ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Apr 2008 17:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171633#M89185</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-04-01T17:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171634#M89186</link>
      <description>Sorry, a SHOW DEV TT doesn't show them for some reason.  Try a SHOW DEVICE TTA and SHOW DEVICE TTB.  The built-in serial ports are usually OPA0: (but you don't want to use the console port), TTA0: and TTB0:&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Tue, 01 Apr 2008 17:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171634#M89186</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2008-04-01T17:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171635#M89187</link>
      <description>&amp;gt; hmm, still unuseful&lt;BR /&gt;&lt;BR /&gt;Compare it with your description of your&lt;BR /&gt;system model, which still rates at a perfect&lt;BR /&gt;zero on the usefulness scale.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have no '@' key [...]&lt;BR /&gt;&lt;BR /&gt;What's Shift/2 on your keyboard?  Perhaps&lt;BR /&gt;some description of _all_ your hardware would&lt;BR /&gt;be useful.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; C-Kermit is for transfer files between&lt;BR /&gt;&amp;gt; hosts via null-modem cable, isnt it?&lt;BR /&gt;&lt;BR /&gt;Among other things.  Perhaps you should&lt;BR /&gt;follow that link and read more about Kermit.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; No useful utilites such as minicom ?&lt;BR /&gt;&lt;BR /&gt;Don't need any.  As you can see, everyone&lt;BR /&gt;(else) does just fine with SET HOST /DTE.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Were you planning to ask how to build a cable&lt;BR /&gt;without telling us about any of the hardware,&lt;BR /&gt;too?</description>
      <pubDate>Tue, 01 Apr 2008 17:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171635#M89187</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-01T17:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171636#M89188</link>
      <description>Thank you. But I have no TTA etc&lt;BR /&gt;&lt;BR /&gt;I have &lt;BR /&gt;OPA0:                   Online               0&lt;BR /&gt;OPA1:                   Online               0&lt;BR /&gt;OPA4:                   Online               0&lt;BR /&gt;MPA0:                   Online               0&lt;BR /&gt;OPA2:                   Online               0&lt;BR /&gt;OPA3:                   Online               0&lt;BR /&gt;&lt;BR /&gt;Still dont know how to send ctrl/@&lt;BR /&gt; I have pc-style keyboard without @&lt;BR /&gt;(symbol @ is generated by shift/2)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Apr 2008 17:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171636#M89188</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-04-01T17:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171637#M89189</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Still dont know how to send ctrl/@&lt;BR /&gt;&lt;BR /&gt;Oh.  You must mean _this_ "Ctrl/@"&lt;BR /&gt;&lt;BR /&gt;    Press Ctrl/\ to quit, Ctrl/@ for command mode&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try Ctrl/Space.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have &lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;WHAT IS THIS SYSTEM?</description>
      <pubDate>Tue, 01 Apr 2008 18:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171637#M89189</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-01T18:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171638#M89190</link>
      <description>My ES47's don't have TTA0 or TTB0 devices either, but I also don't have a serial connector on the back of them either.&lt;BR /&gt;&lt;BR /&gt;One more request for you to disclose a few more details of what kind of system you're working on.&lt;BR /&gt;&lt;BR /&gt;How would minicom know what to connect to if you had it?!&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Tue, 01 Apr 2008 18:09:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171638#M89190</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2008-04-01T18:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171639#M89191</link>
      <description>&amp;gt; How would minicom know what to connect to&lt;BR /&gt;&amp;gt; if you had it?!&lt;BR /&gt;&lt;BR /&gt;I assume that it's psychic, unlike me.</description>
      <pubDate>Tue, 01 Apr 2008 18:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171639#M89191</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-01T18:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171640#M89192</link>
      <description>Ok system is Jensen OpenVMS 8.2&lt;BR /&gt;&lt;BR /&gt;I tried&lt;BR /&gt;$set host /dte OPA0:     (I think it is COM 0)&lt;BR /&gt;ctrl/&lt;SPACE&gt;   (thank you very much)&lt;BR /&gt;&lt;BR /&gt;DTEPAD&amp;gt;show dte&lt;BR /&gt; Terminal port OPA0:    NOEIGHT_BIT NOECHO&lt;BR /&gt; Flow control           XON/XOFF &lt;BR /&gt; Parity                 NONE &lt;BR /&gt; Transmit speed         9600&lt;BR /&gt; Receive speed          9600&lt;BR /&gt; Error action           CONTINUE&lt;BR /&gt; Break character        ]&lt;BR /&gt; Escape character       \&lt;BR /&gt; Command character      @&lt;BR /&gt; Maximum buffers        100&lt;BR /&gt; Read delay             50 milliseconds&lt;BR /&gt; Log file               NONE&lt;BR /&gt;&lt;BR /&gt; Bytes transmitted      0&lt;BR /&gt; Bytes received         0&lt;BR /&gt; Errors                 0&lt;BR /&gt;&lt;BR /&gt;*****************&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Its time now to start terminal emulation.&lt;BR /&gt;DTEPAD&amp;gt; HELP&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;I cant see any command that help me with it&lt;BR /&gt;&lt;/SPACE&gt;</description>
      <pubDate>Tue, 01 Apr 2008 18:19:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171640#M89192</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-04-01T18:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171641#M89193</link>
      <description>&amp;gt;How would minicom know what to connect to if &lt;BR /&gt;&amp;gt;you had it&lt;BR /&gt;&lt;BR /&gt;Fairly easy. Much more easy.&lt;BR /&gt;I setup serial device (ttyS0, speed) and&lt;BR /&gt;feyyuu - I am in the console of the device.&lt;BR /&gt;I dont understand why this very simple operation should be so complex in VMS.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Apr 2008 18:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171641#M89193</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-04-01T18:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171642#M89194</link>
      <description>&amp;gt; Ok system is Jensen [...]&lt;BR /&gt;&lt;BR /&gt;And what's that?  I don't know the project&lt;BR /&gt;code names.  What does it say on the front?&lt;BR /&gt;&lt;BR /&gt;What does it have for serial ports on the&lt;BR /&gt;back?&lt;BR /&gt;&lt;BR /&gt;Are you using a DECwindows interface (with&lt;BR /&gt;a DECterm), or a real serial terminal?&lt;BR /&gt;&lt;BR /&gt;Pulling teeth is easier than this.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I cant see any command that help me with it&lt;BR /&gt;&lt;BR /&gt;Don't say Ctrl/@, or, if you do, try Ctrl/Z,&lt;BR /&gt;&lt;BR /&gt;Then start typing.&lt;BR /&gt;&lt;BR /&gt;Let me guess.  The cable doesn't work.</description>
      <pubDate>Tue, 01 Apr 2008 18:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171642#M89194</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-01T18:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: hyperterminal or analogue on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171643#M89195</link>
      <description>&amp;gt;How would minicom know what to connect to if &lt;BR /&gt;&amp;gt;you had it&lt;BR /&gt;&lt;BR /&gt;Fairly easy. Much more easy.&lt;BR /&gt;I setup serial device (ttyS0, speed) and&lt;BR /&gt;feyyuu - I am in the console of the device.&lt;BR /&gt;I dont understand why this very simple operation should be so complex in VMS.&lt;BR /&gt;&lt;BR /&gt;BTW Jensen has two integrated RS-232 serial ports.&lt;BR /&gt;I just check on the Itanium rx1620 - have one serial RS-232 also.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Apr 2008 18:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hyperterminal-or-analogue-on-openvms/m-p/4171643#M89195</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-04-01T18:47:20Z</dc:date>
    </item>
  </channel>
</rss>

