home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / misc / 35861 < prev    next >
Encoding:
Text File  |  1992-11-09  |  2.5 KB  |  62 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!stanford.edu!CSD-NewsHost.Stanford.EDU!Xenon.Stanford.EDU!loekken
  3. From: loekken@Xenon.Stanford.EDU (Jack Viktor Loekken)
  4. Subject: Re: TE/2 question (was Re: Try this (I *LOVE* OS/2 2.x) ...)
  5. Message-ID: <1992Nov9.073020.5065@CSD-NewsHost.Stanford.EDU>
  6. Sender: news@CSD-NewsHost.Stanford.EDU
  7. Organization: Computer Science Department, Stanford University.
  8. References: <1992Nov6.215845.3836@nmt.edu>
  9. Date: Mon, 9 Nov 1992 07:30:20 GMT
  10. Lines: 50
  11.  
  12. In article <1992Nov6.215845.3836@nmt.edu> stimpy@nmt.edu (John Reynolds) writes:
  13.  
  14. [... stuff deleted..]
  15.  
  16. >When I run TE/2, it dials, and all that, but after I get the connection,
  17. >it just sits there with a black screen. Admittingly, when I use procomm,
  18. >it will just sit there until I press <Return> about a million times (I've
  19. >been told that is the terminal server's problem, not mine), yet TE/2 just
  20. >sits there even after hitting <Return> about a million times.
  21.  
  22. What do you mean by 'sits there with a blank screen'? If it sits there
  23. with the dialing message box and claims that it is still dialing, even
  24. if the connection is made, you have to make some additions to your
  25. configuration file (either te2.ini or modems.inc if this is included).
  26.  
  27. Unlike most other comm programs, TE/2 apparently does not use the carrier
  28. detect signal to determine if a connection is made. Instead it looks at 
  29. the output from the modem, and tries to match it against a set of strings
  30. that you have to specify in your configuration file. The strings should
  31. be of the form : Connect    "modem response string",nnnn. The modem
  32. response string is usually of the form "Connect nnnn" where nnnn is the
  33. baudrate it has connected with, or it is only "Connect". Here is an
  34. extract from my configuration file :
  35.     Connect       CONNECT^M,19200
  36.     Connect       CONNECT_1200,1200
  37.     Connect       CONNECT_2400,2400
  38.     Connect       CONNECT_9600,9600    
  39.     Connect       CONNECT_14400,19200
  40. (Notice that you should use underscore to indicate a space in the modems
  41. connect string.)
  42.  
  43. A quick way to find out if this is your problem, is to try dialing from
  44. the terminal screen instead of using the dialing directory. i.e just
  45. type ATDTnnnnnnn, where nnnnnnn is the phone no., from the terminal
  46. screen. If you are able to make a connection with this method while
  47. unable to connect using the dialing directory, this is your problem.
  48.  
  49. Hope this helps !
  50.  
  51. >
  52. >-Jr
  53. >
  54. >
  55. >-- 
  56. >Windows...It's like a stale cookie.    | #include <~os2/personal.opinion.h>
  57. >OS/2..."It's like buudaah" (SNL quote) | John Reynolds stimpy@jupiter.nmt.edu
  58.  
  59.  
  60. --Jack
  61.  
  62.