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

  1. Newsgroups: comp.os.os2.apps
  2. Path: sparky!uunet!cs.utexas.edu!uwm.edu!linac!mp.cs.niu.edu!rickert
  3. From: rickert@mp.cs.niu.edu (Neil Rickert)
  4. Subject: Re: CKermit - help!
  5. Message-ID: <1992Dec13.051302.21757@mp.cs.niu.edu>
  6. Organization: Northern Illinois University
  7. References: <1992Dec12.202337.16896@ousrvr.oulu.fi> <harriga.921212210854@lab1.duc.auburn.edu> <harriga.921212220925@lab1.duc.auburn.edu>
  8. Date: Sun, 13 Dec 1992 05:13:02 GMT
  9. Lines: 28
  10.  
  11. In article <harriga.921212220925@lab1.duc.auburn.edu> harriga@duc.auburn.edu (Greg A. Harris) writes:
  12. >
  13. >In looking over this again, it appears that your carrier detect must not
  14. >be correct. I do not think you should be able to "connect" until there
  15. >is a carrier (I can't).  Do you have your modem set to always show the
  16. >carrier on (this can be done with the &C0 command in hayes, or with a
  17. >dip switch on some modems)?  My carrier detect follows the carrier signal.
  18.  
  19. Those comments are somewhat confused, or at least confusing.
  20.  
  21. Here is the situation:
  22.  
  23.  If the modem is properly set up, then there is no carrier line before
  24.  the connections is established.  In this case, you should use
  25.  
  26.     dial number
  27.     connect
  28.  
  29.  If the modem is configured to always supply carrier detect, then you
  30.  can just connect and manually dial yourself.
  31.  
  32.  If the modem never supplies the carrier detect line, then use
  33.  
  34.     set carrier off
  35.  
  36.  This will allow you to connect regardless of the status of the carrier
  37.  detect line.
  38.  
  39.