<?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: kermit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit/m-p/2596590#M33462</link>
    <description>Hi again Jeff:&lt;BR /&gt;&lt;BR /&gt;I just checked my VsiFax setup which just happens to be on a K-box as well. I had to write a small C program to hold the port(s) open and then do some stty stuff to make the VsiFax rock-solid. The C can be compiled with &lt;BR /&gt;the bundled compiler and the startup/shutdown stuff is all in /sbin/init.d so that it's automatic. If you are interested, I can bundle that stuff up and post it.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
    <pubDate>Wed, 17 Oct 2001 15:03:56 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2001-10-17T15:03:56Z</dc:date>
    <item>
      <title>kermit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit/m-p/2596587#M33459</link>
      <description>How can I use kermit to call my phone?  It is on the serial modem port /dev/ttyd0p7 on the back of my k460.  I have a fax app, vsifax 4.1 that we cannot configure.</description>
      <pubDate>Wed, 17 Oct 2001 14:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit/m-p/2596587#M33459</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2001-10-17T14:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: kermit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit/m-p/2596588#M33460</link>
      <description>Hi Jeff:&lt;BR /&gt;&lt;BR /&gt;This should be close:&lt;BR /&gt;kermit&lt;BR /&gt;set line /dev/ttyd0p7&lt;BR /&gt;set speed 19200 (or 9600)&lt;BR /&gt;&lt;BR /&gt;You then can try 2 different approaches&lt;BR /&gt;set modem hayes (kermit is old so not that many modem types are defined)&lt;BR /&gt;DIAL 5551212&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;connect&lt;BR /&gt;ATDT5551212&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Wed, 17 Oct 2001 14:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit/m-p/2596588#M33460</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-17T14:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: kermit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit/m-p/2596589#M33461</link>
      <description>Hi Jeff:&lt;BR /&gt;&lt;BR /&gt;One more thing, if you are using the MDP (Modem Distribution Panel) I seem to remember that you can only use ports 2,3,4,5, &amp;amp; 6.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Wed, 17 Oct 2001 14:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit/m-p/2596589#M33461</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-17T14:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: kermit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit/m-p/2596590#M33462</link>
      <description>Hi again Jeff:&lt;BR /&gt;&lt;BR /&gt;I just checked my VsiFax setup which just happens to be on a K-box as well. I had to write a small C program to hold the port(s) open and then do some stty stuff to make the VsiFax rock-solid. The C can be compiled with &lt;BR /&gt;the bundled compiler and the startup/shutdown stuff is all in /sbin/init.d so that it's automatic. If you are interested, I can bundle that stuff up and post it.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Wed, 17 Oct 2001 15:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit/m-p/2596590#M33462</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-17T15:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: kermit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit/m-p/2596591#M33463</link>
      <description>Generally, we set up modem for dial in not dial out so that the later case maybe is a little difficult.&lt;BR /&gt;&lt;BR /&gt;Hope the following steps can helps:&lt;BR /&gt;&lt;BR /&gt;#kermit&lt;BR /&gt;kermit&amp;gt; set line /dev/ttyd0p7&lt;BR /&gt;kermit&amp;gt; set speed xxxx&lt;BR /&gt;kermit&amp;gt; set modem hayes&lt;BR /&gt;kermit&amp;gt; c&lt;BR /&gt;at &lt;BR /&gt;OK&lt;BR /&gt;atdt phone_number&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Shawn&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2001 17:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit/m-p/2596591#M33463</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-10-18T17:21:50Z</dc:date>
    </item>
  </channel>
</rss>

