home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / bbs / waffle / 5550 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  2.9 KB

  1. Path: sparky!uunet!UB.com!garg!revc
  2. From: Bob Van Cleef <revc@Garg.Campbell.CA.US>
  3. Newsgroups: comp.bbs.waffle
  4. Subject: Modem debuggin - Viva 9642e
  5. Keywords: modem debug viva
  6. Message-ID: <e2JewB2w165w@Garg.Campbell.CA.US>
  7. Date: Sat, 26 Dec 92 10:32:49 PST
  8. Distribution: world
  9. Organization: The Land of Garg
  10. Lines: 85
  11.  
  12. (Here is a copy of a letter I mailed to Tom. There is a specific
  13.  question for the net at the bottom.  Bob)
  14.  
  15. Hi Tom;
  16.  
  17. I'm trying to debug the use of a loaner modem - a Viva 9642e - and I have
  18. some suggestions:
  19.  
  20. 1 - debug: modem
  21.  
  22. Please document the meaning of those colons "::::::" that fill the
  23. screen. They are actually obstructive because all the read information
  24. scrolls off before it can be read.
  25.  
  26. I suspect they are somekind of tic marks, representing waits. If so,
  27. replace them with something that will not clear the screen.
  28.  
  29.     *MODEM: peek = 13        CR
  30.     *MODEM: peek = 10        LF
  31.     *MODEM: peek = 79        "O"
  32.     *MODEM: responding OK|
  33.  
  34. Now what does that mean? Can I assume that you report each byte
  35. returned from the modem post until you figure out what it is?
  36.  
  37.     *MODEM flushed: 12        FF
  38.     *MODEM flushed: 10        LF
  39.     *MODEM flushed: 13        CR
  40.     *MODEM flushed: 10        LF
  41.     *MODEM flushed: 78        "N"
  42.     *MODEM flushed: 79        "O"
  43.     *MODEM flushed: 32        SP
  44.     *MODEM flushed: 67        "C"
  45.     *MODEM flushed: 65        "A"
  46.     *MODEM flushed: 82        "R"
  47.     *MODEM flushed: 82        "R"
  48.     *MODEM flushed: 73        "I"
  49.     *MODEM flushed: 69        "E"
  50.     *MODEM flushed: 82        "R"
  51.  
  52. What is the difference between flushed and peek? 
  53.  
  54. Since I am running on a DOS system, scroll off is a real problem.
  55. Please change it to something like:
  56.  
  57.     *MODEM flushed: 12, 10, 13, 10, 78, ...
  58.  
  59. to keep scrolling to a minimum.
  60.  
  61. 2 - modem scripting
  62.     
  63. Because of the inherent slow response of this modem to initialization
  64. commands, the only way that I can succesfully initialize it on a 
  65. consistant basis is by waiting for the OK response. This can easily 
  66. be done in the "dialers" file.
  67.  
  68. How about providing the same functionality for initialization,
  69. autoanswer, etc?
  70.  
  71. 3 - modem status checking
  72.  
  73. Most modems today, in addition to added status messages that choke
  74. Waffle {CARRIER 9600}, have many status registers that are helpful
  75. in debugging connections.
  76.  
  77. How about an option to allow specification of a status check, with
  78. the results echoed back to the console?
  79.  
  80. initialized    : AT Z0 | AT&V | <-- reset modem, print register contents    
  81.  
  82. ---------------- for those of you monitoring on the net ------------------
  83.  
  84. One of the problems with this modem relates to dealing with plain, vanilla,
  85. 2400 baud modems. If you initialize the modem at 2400 baud, it will answer
  86. the phone and connect to a 2400 baud modem. If you initialize at greater
  87. than 2400 baud, it chokes...
  88.  
  89. Any clues?  (A Viva 9642e)
  90.  
  91. Bob
  92.  
  93. ><>  ><>  ><>  ><>  ><>  ><>     \|/     <><  <><  <><  <><  <><  <><
  94. Bob Van Cleef                    -0-        revc@garg.Campbell.CA.US
  95. The Land of Garg BBS             /|\               BBS (408) 378-5108
  96. ><>  ><>  ><>  ><>  ><>  ><>      |      <><  <><  <><  <><  <><  <><
  97.