home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / apps / 9263 < prev    next >
Encoding:
Text File  |  1992-12-12  |  2.2 KB  |  49 lines

  1. Newsgroups: comp.os.os2.apps
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!news.duc.auburn.edu!harriga
  3. From: harriga@duc.auburn.edu (Greg A. Harris)
  4. Subject: Re: CKermit - help!
  5. Message-ID: <harriga.921212210854@lab1.duc.auburn.edu>
  6. Sender: usenet@news.duc.auburn.edu (News Account)
  7. Nntp-Posting-Host: lab1.duc.auburn.edu
  8. Organization: Auburn University, Alabama
  9. References: <harriga.921212121303@lab1.duc.auburn.edu> <1992Dec12.202337.16896@ousrvr.oulu.fi>
  10. Date: Sun, 13 Dec 1992 03:08:54 GMT
  11. Lines: 36
  12.  
  13. In article <1992Dec12.202337.16896@ousrvr.oulu.fi> ojtv@zombie.oulu.fi (Olli Vuolteenaho) writes:
  14. >and ???? to you: In C-Kermit 179 (and in the MS-kermits I've been using)
  15. >you actually (c)onnect before you dial (or so I did 2 min ago). Ver 188,
  16. >however, seems to work differently.
  17.  
  18. I don't quite understand this. If you connect before you dial, then I assume
  19. that you do your dialing by using '+++' to send the modem to command mode, 
  20. then issue the ATD.  This may not be the best way to connect.
  21.  
  22.  
  23. >"Dial number" works OK up to point it says CONNECT (baud). Right
  24. >after the connection is established it bluntly tells "CALL COMPLETE" 
  25. >and hangs up back to the C-kermit prompt. I don't find anything in my
  26. >ckermit.ini file that should cause this. And like I said in my previous post,
  27. >the same ini file works fine with the "beta" C-Kermit 179 (which I'm 
  28. >unfortunately still using). What am I doing wrong?
  29.  
  30. This is exactly what happens when I do a logon.  Now that you have the
  31. "Call complete", you should do the "connect" command c (I do this with
  32. a script).  Your experience is ckermit working as advertised (at least as 
  33. far as I understand ckermit). 
  34.  
  35. To be precise, I do the login thru my script, then the last line in my
  36. script is "connect".
  37.  
  38. When you say "hangs back to the C-kermit prompt," this is the point that
  39. you should do a "connect".  Do you mean to say that the modem hangs up?
  40.  
  41.  
  42. >I'm sorry if my questions are silly. I'm just stuck with old ways of using
  43. >kermit and I wonder why they've changed it so much between versions 179
  44. >and 188. Mind you, it may be a change for the better.
  45.  
  46. I have always done it the same way from 5A(179) thru 5A(188).
  47.  
  48. --Darrel Hankerson hank@ducvax.auburn.edu
  49.