<?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: testing a serial input tty device in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006131#M127461</link>
    <description>You can use "kermit" command to test it:&lt;BR /&gt;&lt;BR /&gt;# man kermit</description>
    <pubDate>Tue, 24 Jun 2003 16:07:31 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2003-06-24T16:07:31Z</dc:date>
    <item>
      <title>testing a serial input tty device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006128#M127458</link>
      <description>I am looking for a simple test for a serial input tty device. tail -f /dev/tty# does not seem to work. Looking for suggestions.</description>
      <pubDate>Tue, 24 Jun 2003 16:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006128#M127458</guid>
      <dc:creator>Steve Longenecker</dc:creator>
      <dc:date>2003-06-24T16:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: testing a serial input tty device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006129#M127459</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;You can use the "write" command to test it.  Man write for more details.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Tue, 24 Jun 2003 16:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006129#M127459</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2003-06-24T16:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: testing a serial input tty device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006130#M127460</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Kermit is probably the easiest method to use.  Issue the following commands once you're in Kermit:&lt;BR /&gt;&lt;BR /&gt;set line /dev/ttyblah&lt;BR /&gt;set speed 9600&lt;BR /&gt;connect&lt;BR /&gt;&lt;BR /&gt;Then do whatever you need to get your serial input device to send data, and you should see it on the screen.  There's loads of other settings you can change within Kermit, but the defaults should be sufficient.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Tue, 24 Jun 2003 16:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006130#M127460</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-06-24T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: testing a serial input tty device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006131#M127461</link>
      <description>You can use "kermit" command to test it:&lt;BR /&gt;&lt;BR /&gt;# man kermit</description>
      <pubDate>Tue, 24 Jun 2003 16:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006131#M127461</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-06-24T16:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: testing a serial input tty device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006132#M127462</link>
      <description>The command i use is simply :&lt;BR /&gt;cat /dev/tty#&lt;BR /&gt;and i works fine !!&lt;BR /&gt;Olivier.</description>
      <pubDate>Thu, 10 Jul 2003 11:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006132#M127462</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2003-07-10T11:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: testing a serial input tty device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006133#M127463</link>
      <description>'tail -f' is a realtime read of the serial device.  While 'cat' is a batch write.  For example:&lt;BR /&gt;&lt;BR /&gt;cat file &amp;gt; /dev/tty#&lt;BR /&gt;&lt;BR /&gt;There should be both an input and output device assoicated to the /dev/tty#.&lt;BR /&gt;&lt;BR /&gt;What is the exact device?  Modem?  Terminal?  Terminals are configured in /etc/inittab.&lt;BR /&gt;&lt;BR /&gt;Need more info.</description>
      <pubDate>Thu, 10 Jul 2003 11:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-serial-input-tty-device/m-p/3006133#M127463</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-07-10T11:56:33Z</dc:date>
    </item>
  </channel>
</rss>

