<?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 - cannot input anything  when connected in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728260#M64772</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Some things come to mind,&lt;BR /&gt;&lt;BR /&gt;1.  The working connection has "none" on modem and the not working "unknown", have you tried defining a modem for each connection?&lt;BR /&gt;&lt;BR /&gt;2.  Is your script carrying the same environmental variables as your session that works.&lt;BR /&gt;&lt;BR /&gt;3.  I have just tried a connection and sent a message to you, all I set was line and speed and it works OK.  My kermit is the same version as yours running on 11.00.&lt;BR /&gt;&lt;BR /&gt;4.  I also have noticed that you are dialing with a 9 prefix - can you get a normal land line to try from as your internal system could effect your connection.&lt;BR /&gt;&lt;BR /&gt;Also:-&lt;BR /&gt;&lt;BR /&gt;Give it a try with just:-&lt;BR /&gt;&lt;BR /&gt;Kermit&lt;BR /&gt;set line /dev/ttyd0p7&lt;BR /&gt;set speed 9600&lt;BR /&gt;c (short for connect)&lt;BR /&gt;atdt907785499999&lt;BR /&gt;&lt;BR /&gt;(ETC)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
    <pubDate>Wed, 22 May 2002 06:37:53 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2002-05-22T06:37:53Z</dc:date>
    <item>
      <title>Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728251#M64763</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I am trying to connect to A Vodafone messaging centre from Kermit - settings etc below. If I make the connection manually, e.g. modem none and type 'at' commands myself, I have no problems. However, if I try and do it interactively, I can connect ok, I get the prompt from the remote host but am then unable to type anything to send back and the connection times out. Generally I use CDE via Reflections but I have also tried it from a non CDE character interface too with no success. I have RTFM'd the manual but cannot find anything helpful. Does anybody have any suggestions, pretty please? &lt;BR /&gt;&lt;BR /&gt;Many thanks &lt;BR /&gt;&lt;BR /&gt;Keely &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C-Kermit 6.0.192 runnng on K580 HP-UX 11.0 External Diamond modem configured to use software flow control AT&amp;amp;K4 not drop DTR AT&amp;amp;D2 and detect carrier AT&amp;amp;C1.&lt;BR /&gt;Kermit settings/commands are:&lt;BR /&gt;&lt;BR /&gt;set modem unknown (using hayes cannot connect) &lt;BR /&gt;set line /dev/ttyd0p7&lt;BR /&gt;set speed 9600&lt;BR /&gt;set parity even&lt;BR /&gt;set flow xon/xoff&lt;BR /&gt;set modem command init at&amp;amp;z\{13}  &lt;BR /&gt;set dial timeout 200&lt;BR /&gt;set dial display on&lt;BR /&gt;dial atdt9nnnnnnnnn&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2002 12:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728251#M64763</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-05-21T12:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728252#M64764</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;A couple of things to try:-&lt;BR /&gt;&lt;BR /&gt;On the connection that works immediatly before connect enter:_&lt;BR /&gt;&lt;BR /&gt;show com&lt;BR /&gt;&lt;BR /&gt;and note the settings.&lt;BR /&gt;&lt;BR /&gt;Do the same on the other connection and compare.&lt;BR /&gt;&lt;BR /&gt;I would also be inclined to set the modem to hayes.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2002 13:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728252#M64764</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-05-21T13:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728253#M64765</link>
      <description>Hi Paula &lt;BR /&gt;&lt;BR /&gt;The show comm for both is exactly the same;&lt;BR /&gt;&lt;BR /&gt;Communications Parameters:&lt;BR /&gt; Line: /dev/ttyd0p7, speed: 9600, mode: local, modem: none&lt;BR /&gt; Terminal bits: 7, parity: even, duplex: full, flow: xon/xoff, handshake: none&lt;BR /&gt; Carrier: auto, lockfile: /var/spool/locks/LCK..ttyd0p7&lt;BR /&gt; Escape character: 28 (^\)&lt;BR /&gt;&lt;BR /&gt; Carrier Detect      (CD):  Off&lt;BR /&gt; Dataset Ready       (DSR): Off&lt;BR /&gt; Clear To Send       (CTS): Off&lt;BR /&gt; Ring Indicator      (RI):  Off&lt;BR /&gt; Data Terminal Ready (DTR): On&lt;BR /&gt; Request To Send     (RTS): Off&lt;BR /&gt;&lt;BR /&gt;Communications Parameters:&lt;BR /&gt; Line: /dev/ttyd0p7, speed: 9600, mode: local, modem: unknown&lt;BR /&gt; Terminal bits: 7, parity: even, duplex: full, flow: xon/xoff, handshake: none&lt;BR /&gt; Carrier: auto, lockfile: /var/spool/locks/LCK..ttyd0p7&lt;BR /&gt; Escape character: 28 (^\)&lt;BR /&gt;&lt;BR /&gt; Carrier Detect      (CD):  Off&lt;BR /&gt; Dataset Ready       (DSR): Off&lt;BR /&gt; Clear To Send       (CTS): Off&lt;BR /&gt; Ring Indicator      (RI):  Off&lt;BR /&gt; Data Terminal Ready (DTR): On&lt;BR /&gt; Request To Send     (RTS): Off&lt;BR /&gt;&lt;BR /&gt;I have tried setting the modem type to both hayes and hayes-high-speed. I get the connect 9600 message from the modem but am then unceremoniously dumped straight back to the kermit prompt with the message 'communications disconnected'.&lt;BR /&gt;I have also tried fiddling around with the terminal settings, eg echo and duplex all to no avail. &lt;BR /&gt;I confess to being baffled. &lt;BR /&gt;&lt;BR /&gt;Cheers &lt;BR /&gt;Keely &lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2002 13:19:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728253#M64765</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-05-21T13:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728254#M64766</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Looking at where you are connecting "ttyd0p7".&lt;BR /&gt;&lt;BR /&gt;This looks like the internal modem port on a K class ?&lt;BR /&gt;&lt;BR /&gt;Are you using the predictive modem?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If so try the speed at 2400.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2002 14:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728254#M64766</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-05-21T14:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728255#M64767</link>
      <description>Hello again &lt;BR /&gt;&lt;BR /&gt;Yes it is the same port. It can be configured for either the internal or external modem using the Ctrl B command at the console. In this case I have configured it for the external modem.&lt;BR /&gt;&lt;BR /&gt;Definitely not using the internal modem after reading other forums warning not to touch it with the preverbial barge pole!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Keely</description>
      <pubDate>Tue, 21 May 2002 14:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728255#M64767</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-05-21T14:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728256#M64768</link>
      <description>Hi Keely&lt;BR /&gt;&lt;BR /&gt;If I understand correcty - from the console all ok, but from a telnet not?&lt;BR /&gt;&lt;BR /&gt;Am I correct?&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Tue, 21 May 2002 14:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728256#M64768</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-05-21T14:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728257#M64769</link>
      <description>Ah, possibly not. What do I need to check? &lt;BR /&gt;&lt;BR /&gt;Keely &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2002 14:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728257#M64769</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-05-21T14:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728258#M64770</link>
      <description>Keely&lt;BR /&gt;&lt;BR /&gt;What I was trying to get/understand was the difference from working to not working.&lt;BR /&gt;&lt;BR /&gt;Are you trying a connect manually and all ok and from a script not?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Tue, 21 May 2002 14:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728258#M64770</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-05-21T14:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728259#M64771</link>
      <description>Paula &lt;BR /&gt;&lt;BR /&gt;Sorry misunderstood what you meant. I have attahed a file which shows what I have been doing. &lt;BR /&gt;First part is me typing all the commands direct to the modem, second part is trying to use kermit to do some of it. I have put it all in a script too but this fails at pretty much the same point. &lt;BR /&gt;&lt;BR /&gt;Thanks for your suggestions so far. Most appreciated. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Keely</description>
      <pubDate>Tue, 21 May 2002 14:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728259#M64771</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-05-21T14:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728260#M64772</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Some things come to mind,&lt;BR /&gt;&lt;BR /&gt;1.  The working connection has "none" on modem and the not working "unknown", have you tried defining a modem for each connection?&lt;BR /&gt;&lt;BR /&gt;2.  Is your script carrying the same environmental variables as your session that works.&lt;BR /&gt;&lt;BR /&gt;3.  I have just tried a connection and sent a message to you, all I set was line and speed and it works OK.  My kermit is the same version as yours running on 11.00.&lt;BR /&gt;&lt;BR /&gt;4.  I also have noticed that you are dialing with a 9 prefix - can you get a normal land line to try from as your internal system could effect your connection.&lt;BR /&gt;&lt;BR /&gt;Also:-&lt;BR /&gt;&lt;BR /&gt;Give it a try with just:-&lt;BR /&gt;&lt;BR /&gt;Kermit&lt;BR /&gt;set line /dev/ttyd0p7&lt;BR /&gt;set speed 9600&lt;BR /&gt;c (short for connect)&lt;BR /&gt;atdt907785499999&lt;BR /&gt;&lt;BR /&gt;(ETC)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 06:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728260#M64772</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-05-22T06:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728261#M64773</link>
      <description>Hi Paula&lt;BR /&gt;&lt;BR /&gt;Got your messages fine. Not in the office today - dreaded exams. Will try tomorrow.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Keely</description>
      <pubDate>Wed, 22 May 2002 06:54:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728261#M64773</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-05-22T06:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728262#M64774</link>
      <description>hi,&lt;BR /&gt;When you get the connection , check in the modem that CD is glowing continously . if &lt;BR /&gt;flickers frequently. Telephone Line might &lt;BR /&gt;be noisy and causing data corruption.&lt;BR /&gt;connect a telephone to that line and listen&lt;BR /&gt;to the dial-tone and check whether it is heard&lt;BR /&gt;clearly or with noise signals.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 22 May 2002 06:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728262#M64774</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-22T06:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728263#M64775</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;one thing I can see is that you use the command:&lt;BR /&gt;&lt;BR /&gt;dial atdt907785499999&lt;BR /&gt;&lt;BR /&gt;instead of the usual&lt;BR /&gt;&lt;BR /&gt;dial 907785499999&lt;BR /&gt;&lt;BR /&gt;Try that and tell us more...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 09:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728263#M64775</guid>
      <dc:creator>Thomas Boerner_1</dc:creator>
      <dc:date>2002-05-22T09:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728264#M64776</link>
      <description>Hi Paula, &lt;BR /&gt;&lt;BR /&gt;Hope you are ok this morning.  &lt;BR /&gt;&lt;BR /&gt;Your suggestion &lt;BR /&gt;Kermit &lt;BR /&gt;set line /dev/ttyd0p7 &lt;BR /&gt;set speed 9600 &lt;BR /&gt;c (short for connect) &lt;BR /&gt;atdt907785499999 &lt;BR /&gt;&lt;BR /&gt;(equivalent of modem none) does not work here. I cannot connect properly unless flow is set to xon/xoff and parity set to even, then all is hunky dory and I can send the message. &lt;BR /&gt;The problem occurs as soon as I try to specify modem type, hence trying to get kermit to do the connect. Having tried both the Hayes options and a couple of others to no avail, the closest I have got is with modem set to unkwnown, at least it then connects and I get the right prompts, I just can't type in the number or message.&lt;BR /&gt;&lt;BR /&gt;I haven't really been using a script as I wanted to get it working from the command line (ha ha) before I script it properly. Unfortunately, I don't have a direct line I can use, but I guess the switchboard is not the problem else I would never get a successful connection. &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Keely &lt;BR /&gt;&lt;BR /&gt;ps &lt;BR /&gt;U.SivaKumar and Thomas, the phone line is fine as I can connect ok, and you have to dial atdt99999 if you do not specify a modem as the dial string is not set. Thanks anyway. &lt;BR /&gt;&lt;BR /&gt;Do not fear, I will assign your points. &lt;BR /&gt;</description>
      <pubDate>Thu, 23 May 2002 07:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728264#M64776</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-05-23T07:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728265#M64777</link>
      <description>Hi Keely&lt;BR /&gt;&lt;BR /&gt;Good morning to you.&lt;BR /&gt;&lt;BR /&gt;These are the setting from a K class running 11.00 and the same kermit as you:-&lt;BR /&gt;&lt;BR /&gt;[/] C-Kermit&amp;gt;show com                                            Communications Parameters:                                                      &lt;BR /&gt; Line: /dev/ttyd1p11, speed: 9600, mode: local, modem: usrobotics               &lt;BR /&gt; Terminal bits: 7, parity: none, duplex: full, flow: rts/cts, handshake: none   &lt;BR /&gt; Carrier: auto, lockfile: /var/spool/locks/LCK..ttyd1p11                        &lt;BR /&gt; Escape character: 28 (^\)                                                      &lt;BR /&gt;                                                                                &lt;BR /&gt; Carrier Detect      (CD):  Off                                                 &lt;BR /&gt; Dataset Ready       (DSR): On                                                  &lt;BR /&gt; Clear To Send       (CTS): On                                                  &lt;BR /&gt; Ring Indicator      (RI):  Off                                                 &lt;BR /&gt; Data Terminal Ready (DTR): On                                                  &lt;BR /&gt; Request To Send     (RTS): Off                                                 &lt;BR /&gt;These work fine on my system.&lt;BR /&gt;&lt;BR /&gt;Questions:-&lt;BR /&gt;&lt;BR /&gt;1.  What modem are you using.&lt;BR /&gt;2.  I am still concerned about using your internal phone network as these can have strange effects on comms.  If you can "Borry" a normal tel line and test.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 23 May 2002 09:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728265#M64777</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-05-23T09:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728266#M64778</link>
      <description>Keely&lt;BR /&gt;&lt;BR /&gt;What term setting are you using?&lt;BR /&gt;&lt;BR /&gt;My "OK" connection is wy60.&lt;BR /&gt;&lt;BR /&gt;I am trying to eliminate all possibilities.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 23 May 2002 10:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728266#M64778</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-05-23T10:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Kermit - cannot input anything  when connected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728267#M64779</link>
      <description>Hi Paula &lt;BR /&gt;&lt;BR /&gt;It is sorted. I think it must have been inconsistencies with either error-correction of data compression. I have borrowed the supra modem settings and all is ok. Typical it was about the last one I tried. &lt;BR /&gt;&lt;BR /&gt;Thank you so much for all your time and efforts. It really is much appreciated. &lt;BR /&gt;&lt;BR /&gt;Enjoy the rest of the day. &lt;BR /&gt;&lt;BR /&gt;Cheers &lt;BR /&gt;Keely</description>
      <pubDate>Thu, 23 May 2002 10:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kermit-cannot-input-anything-when-connected/m-p/2728267#M64779</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-05-23T10:55:48Z</dc:date>
    </item>
  </channel>
</rss>

