<?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: telnet by labview in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/184046#M106925</link>
    <description>Hi there&lt;BR /&gt;&lt;BR /&gt;under Windows you can use the HyperTerminal to establish a Telnet-Session. You can open it with SystemExec.vi:&lt;BR /&gt;&lt;BR /&gt;hypertrm.exe /t &lt;TELNET-ADDRESS&gt;[:&lt;PORT&gt;] &lt;BR /&gt;&lt;BR /&gt;hypertrm.exe can be found in&lt;BR /&gt;&lt;BR /&gt;&lt;YOUR program="" folder=""&gt;&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;chris&lt;/YOUR&gt;&lt;/PORT&gt;&lt;/TELNET-ADDRESS&gt;</description>
    <pubDate>Thu, 17 Feb 2005 08:25:40 GMT</pubDate>
    <dc:creator>chrisger</dc:creator>
    <dc:date>2005-02-17T08:25:40Z</dc:date>
    <item>
      <title>telnet by labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/183982#M106891</link>
      <description>Do u know how to program LabVIEW to telnet? I want to write a labview program for automatically setting an Access Point. To set an Access Point manually I have to telnet, then enter user name and password, if the password is correct then I can get in and set some parameter of the access point by typing some command in the dos. How can I do this kind of interaction by using labview?&lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Thu, 17 Feb 2005 00:37:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/183982#M106891</guid>
      <dc:creator>L_K</dc:creator>
      <dc:date>2005-02-17T00:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: telnet by labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/183996#M106899</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use TCP/IP VIs to establish a communication (Telnet default uses TCP port 23). Or another way is to purchase the Internet Toolkit for LabVIEW, which includes all the telnet communication VIs and more (such as FTP, CGI, HTTP, etc).&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Dan</description>
      <pubDate>Thu, 17 Feb 2005 03:44:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/183996#M106899</guid>
      <dc:creator>Chienwei</dc:creator>
      <dc:date>2005-02-17T03:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: telnet by labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/184046#M106925</link>
      <description>Hi there&lt;BR /&gt;&lt;BR /&gt;under Windows you can use the HyperTerminal to establish a Telnet-Session. You can open it with SystemExec.vi:&lt;BR /&gt;&lt;BR /&gt;hypertrm.exe /t &lt;TELNET-ADDRESS&gt;[:&lt;PORT&gt;] &lt;BR /&gt;&lt;BR /&gt;hypertrm.exe can be found in&lt;BR /&gt;&lt;BR /&gt;&lt;YOUR program="" folder=""&gt;&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;chris&lt;/YOUR&gt;&lt;/PORT&gt;&lt;/TELNET-ADDRESS&gt;</description>
      <pubDate>Thu, 17 Feb 2005 08:25:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/184046#M106925</guid>
      <dc:creator>chrisger</dc:creator>
      <dc:date>2005-02-17T08:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: telnet by labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/184047#M106926</link>
      <description>whowww,&lt;BR /&gt;&lt;BR /&gt;html got me....&lt;BR /&gt;&lt;BR /&gt;thats the correct call:&lt;BR /&gt;&lt;BR /&gt;hypertrm.exe /t Telnet-Address[:Port]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;chris</description>
      <pubDate>Thu, 17 Feb 2005 08:28:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/184047#M106926</guid>
      <dc:creator>chrisger</dc:creator>
      <dc:date>2005-02-17T08:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: telnet by labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/184277#M107046</link>
      <description>I tried the hypertrm commmand (hypertrm.exe /t 192.168.3.50[23]) it doesn't work. I got the error said &lt;BR /&gt;&lt;BR /&gt;Error2 occured at system exec.vi. Command was "hypertrm.exe /t 192.168.3.50 [23]" Possible reason(s) : LabVIEW: Memory is full. NI-488:write detected no listeners.&lt;BR /&gt;&lt;BR /&gt;I really don't know how I would write a program using TCP/IP call. I opened up the TCP example that comes with labview (tcp communicator active.vi and tcp communicator passive.vi) and change the ip to the ip i want to telnet to and port to 23. It doesn't work too.&lt;BR /&gt;&lt;BR /&gt;I am not sure if the connection is not made because I didn't have any chance to type in user name and password (so I didn't get authenticated). Do u have any idea how to do it?&lt;BR /&gt;thank you</description>
      <pubDate>Thu, 17 Feb 2005 17:27:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/184277#M107046</guid>
      <dc:creator>L_K</dc:creator>
      <dc:date>2005-02-17T17:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: telnet by labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/184910#M107393</link>
      <description>Hi Irene,&lt;BR /&gt;&lt;BR /&gt;You probably didn't specify the right "working directory" for "System Exec.vi". Please see my attached image for the solution to call HyperTerminal without errors.</description>
      <pubDate>Mon, 21 Feb 2005 06:28:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/telnet-by-labview/m-p/184910#M107393</guid>
      <dc:creator>Philip_Courtois</dc:creator>
      <dc:date>2005-02-21T06:28:48Z</dc:date>
    </item>
  </channel>
</rss>

