<?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: how to connect a HP-UX 11 box to a Win PC via the parallel port in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097444#M146166</link>
    <description>Looks like c program talking to the ports.  I wonder if the HP server you are using has a bi-directional port.  &lt;BR /&gt;&lt;BR /&gt;It might be easer to have serial to parallel convertor connection &lt;BR /&gt;Serial on the HP side parallel port on the pc side:&lt;BR /&gt;&lt;A href="http://www.airborn.com.au/serial/sertopar.html" target="_blank"&gt;http://www.airborn.com.au/serial/sertopar.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Oct 2003 17:37:34 GMT</pubDate>
    <dc:creator>Rory R Hammond</dc:creator>
    <dc:date>2003-10-21T17:37:34Z</dc:date>
    <item>
      <title>how to connect a HP-UX 11 box to a Win PC via the parallel port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097438#M146160</link>
      <description>Well, the question says it all. Has anyone ever tried this before and been successful?&lt;BR /&gt;I have carried out extensive searches and got nowhere. If it is not clear what I'm trying to do, this may help:&lt;BR /&gt;&lt;BR /&gt;I have a run of the mill laptop and a HP box - I would like to connect the two using a parallel cable. Yes, I have tried an Ethernet crossover and that works, I just want to get this working too.&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated.</description>
      <pubDate>Mon, 20 Oct 2003 10:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097438#M146160</guid>
      <dc:creator>Naeem_2</dc:creator>
      <dc:date>2003-10-20T10:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect a HP-UX 11 box to a Win PC via the parallel port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097439#M146161</link>
      <description>The Centronics driver will support bi-directional communication (man 7 cent for details) but there is no network-layer software to use this port. If you want to write your own communications software to do this then feel free but otherwise ....&lt;BR /&gt;&lt;BR /&gt;On the other hand, serial-to-serial is a supported network topology and would require nothing special.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 10:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097439#M146161</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-10-20T10:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect a HP-UX 11 box to a Win PC via the parallel port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097440#M146162</link>
      <description>thank you..that was helpful...&lt;BR /&gt;i think i will write a little socket program and work at it from that angle.</description>
      <pubDate>Mon, 20 Oct 2003 10:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097440#M146162</guid>
      <dc:creator>Naeem_2</dc:creator>
      <dc:date>2003-10-20T10:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect a HP-UX 11 box to a Win PC via the parallel port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097441#M146163</link>
      <description>Like many questions, this one begs the 'what do you want to do' response.&lt;BR /&gt;&lt;BR /&gt;You might get a character connection by editng /etc/inittab. and setting the device as the parrallel port so that you can run a getty. This would give you basic terminal access, ( I know this works on other platforms.) &lt;BR /&gt;but you can do that easy enough through windows with something like hypterm. &lt;BR /&gt;&lt;BR /&gt;The commands to send are dictated by the last entry on the initab entry, and refer to a label in /etc/gettydefs. This is where parallel port specific commands could go, but I don't see any there in my version, 11.0.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 10:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097441#M146163</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-10-20T10:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect a HP-UX 11 box to a Win PC via the parallel port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097442#M146164</link>
      <description>Use the PPP serial LAN connection for a 9 pin RS 232 and remap into a 25 pin.&lt;BR /&gt; &lt;BR /&gt;Here's a link or two on PPP and SLIP:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90137/B2355-90137_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90137/00/00/7-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90137/00/00/7-toc.html&amp;amp;searchterms=serial%7clan%7cslip%7cppp&amp;amp;queryid=20031020-98544" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90137/B2355-90137_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90137/00/00/7-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90137/00/00/7-toc.html&amp;amp;searchterms=serial%7clan%7cslip%7cppp&amp;amp;queryid=20031020-98544&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90137/B2355-90137_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90137/00/00/50-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90137/00/00/50-toc.html&amp;amp;searchterms=serial%7clan%7cslip%7cppp&amp;amp;queryid=20031020-100544" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90137/B2355-90137_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90137/00/00/50-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90137/00/00/50-toc.html&amp;amp;searchterms=serial%7clan%7cslip%7cppp&amp;amp;queryid=20031020-100544&lt;/A&gt;</description>
      <pubDate>Mon, 20 Oct 2003 11:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097442#M146164</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-20T11:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect a HP-UX 11 box to a Win PC via the parallel port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097443#M146165</link>
      <description>Oh, I almost forgot, you can get a 25 pin to 9 pin step down adaptor if need be.  Any COMPUSA.</description>
      <pubDate>Mon, 20 Oct 2003 11:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097443#M146165</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-20T11:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect a HP-UX 11 box to a Win PC via the parallel port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097444#M146166</link>
      <description>Looks like c program talking to the ports.  I wonder if the HP server you are using has a bi-directional port.  &lt;BR /&gt;&lt;BR /&gt;It might be easer to have serial to parallel convertor connection &lt;BR /&gt;Serial on the HP side parallel port on the pc side:&lt;BR /&gt;&lt;A href="http://www.airborn.com.au/serial/sertopar.html" target="_blank"&gt;http://www.airborn.com.au/serial/sertopar.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 17:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-connect-a-hp-ux-11-box-to-a-win-pc-via-the-parallel-port/m-p/3097444#M146166</guid>
      <dc:creator>Rory R Hammond</dc:creator>
      <dc:date>2003-10-21T17:37:34Z</dc:date>
    </item>
  </channel>
</rss>

