<?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 Associating a Telnet device with a terminal server port in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424609#M48198</link>
    <description>For the last 14 years, we've been using DECserver 300 and 700's to talk to Scantron Corp. Optical mark scanners. We create a LAT device, specifying the terminal server name and port. I've been asked to look into using TCP/IP instead of LAT. I got one of our DECserver 700's to talk to our network via TCP/IP, but I've been unable to get a satisfactory answer on how to associate a Telnet device (TNAx - created with CREATE_SESSION) with a physical port on the terminal server.&lt;BR /&gt;Any ideas out there?&lt;BR /&gt;Thanks in advance!</description>
    <pubDate>Wed, 17 Nov 2004 19:14:09 GMT</pubDate>
    <dc:creator>Stephen Daddona</dc:creator>
    <dc:date>2004-11-17T19:14:09Z</dc:date>
    <item>
      <title>Associating a Telnet device with a terminal server port</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424609#M48198</link>
      <description>For the last 14 years, we've been using DECserver 300 and 700's to talk to Scantron Corp. Optical mark scanners. We create a LAT device, specifying the terminal server name and port. I've been asked to look into using TCP/IP instead of LAT. I got one of our DECserver 700's to talk to our network via TCP/IP, but I've been unable to get a satisfactory answer on how to associate a Telnet device (TNAx - created with CREATE_SESSION) with a physical port on the terminal server.&lt;BR /&gt;Any ideas out there?&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Wed, 17 Nov 2004 19:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424609#M48198</guid>
      <dc:creator>Stephen Daddona</dc:creator>
      <dc:date>2004-11-17T19:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Associating a Telnet device with a terminal server port</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424610#M48199</link>
      <description>Craig,&lt;BR /&gt;&lt;BR /&gt;  TELNET CREATE_SESSION is somewhat limited. It's really only useful for creating devices to send date to printers. I've never been able to get it to work properly for a transmit/receive device.&lt;BR /&gt;&lt;BR /&gt;  Even LAT, strictly speaking, requires a program to perform the right LAT $QIO calls to establish the session "properly". In practice you can usually get away with creating the LAT device, OPENing it and writing, but strictly speaking that's not supported.&lt;BR /&gt;&lt;BR /&gt;  The "right" way to do this is with a purpose built program issuing $QIOs to communicate with the device. Maybe you can build a little I/O package into your application to hide the details?</description>
      <pubDate>Wed, 17 Nov 2004 21:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424610#M48199</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-11-17T21:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Associating a Telnet device with a terminal server port</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424611#M48200</link>
      <description>Craig,&lt;BR /&gt;&lt;BR /&gt;If you define a listener port (I think) on the&lt;BR /&gt;DECserver for the particular port you can then&lt;BR /&gt;address it via "a.b.c.d:port".  Obviously you&lt;BR /&gt;will need to modify the code.  We have sucessfully&lt;BR /&gt;converted some LAT stuff to IP using the NETLIB&lt;BR /&gt;package (available on the Freeware V4, or get&lt;BR /&gt;the latest from Hunter's site or Madgoat).&lt;BR /&gt;Using NETLIB can make your code IP stack independent&lt;BR /&gt;and it is easy to use.  As John suggests, you&lt;BR /&gt;may want to create a "layer" within&lt;BR /&gt;the application to hide this stuff from the&lt;BR /&gt;main code.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2004 21:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424611#M48200</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2004-11-17T21:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Associating a Telnet device with a terminal server port</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424612#M48201</link>
      <description>Craig,&lt;BR /&gt;&lt;BR /&gt;You can use the following command to create a TNA and associate to a port:&lt;BR /&gt;$telnet ipaddress /create_ses/protocol=none-&lt;BR /&gt;  portnumber unit&lt;BR /&gt;&lt;BR /&gt;The created device will be named TNAunit:&lt;BR /&gt;&lt;BR /&gt;To delete the device:&lt;BR /&gt;$telnet /delete unit&lt;BR /&gt;&lt;BR /&gt;I have used this for DECserver 90TL.&lt;BR /&gt;&lt;BR /&gt;A more reliable but more complicated way is to within the program code create a connection to a DECserver port. I also have examples to that if you are interested.&lt;BR /&gt;&lt;BR /&gt;In all cases you must define the DECserver to listen for telnet requests.&lt;BR /&gt;&lt;BR /&gt;Kjell&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Nov 2004 02:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424612#M48201</guid>
      <dc:creator>Kjell Carlsson</dc:creator>
      <dc:date>2004-11-18T02:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Associating a Telnet device with a terminal server port</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424613#M48202</link>
      <description>Craig,&lt;BR /&gt;&lt;BR /&gt;John and David are right. The "right" way is write a program. You can use $QIO s or using&lt;BR /&gt;sockets (please see various "client" examples in the TCPIP or UCX directory of SYS$EXAMPLES).&lt;BR /&gt;If you want try with the TELNET CREATE_SESSION&lt;BR /&gt;then try to write some dummy data to the created device. Do this yust after creating the device. This will (probably) establish the connection to the port and you will be able to receive data from it.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Thu, 18 Nov 2004 03:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424613#M48202</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-11-18T03:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Associating a Telnet device with a terminal server port</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424614#M48203</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The program at the following URL&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/support/asktima/communications/00A1302D-E940C6C9-1C02A1.html" target="_blank"&gt;http://h18000.www1.hp.com/support/asktima/communications/00A1302D-E940C6C9-1C02A1.html&lt;/A&gt;&lt;BR /&gt;works both in transmit and receive ways.&lt;BR /&gt;Hoping this can help.&lt;BR /&gt;Philippe</description>
      <pubDate>Sat, 20 Nov 2004 16:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/associating-a-telnet-device-with-a-terminal-server-port/m-p/3424614#M48203</guid>
      <dc:creator>Vouters</dc:creator>
      <dc:date>2004-11-20T16:23:19Z</dc:date>
    </item>
  </channel>
</rss>

