home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / apps / 1493 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  7.0 KB

  1. Path: sparky!uunet!usc!cs.utexas.edu!uwm.edu!rutgers!rochester!cantaloupe.srv.cs.cmu.edu!news
  2. From: fitz@frc2.frc.ri.cmu.edu (Kerien Fitzpatrick)
  3. Newsgroups: comp.sys.sun.apps
  4. Subject: Re: SupraFaxmodem & NetFax
  5. Keywords: fax, Supra
  6. Message-ID: <1992Jul28.152727.241502@cs.cmu.edu>
  7. Date: 28 Jul 92 15:27:27 GMT
  8. References: <Bs27nL.7HA@wsrcc.com>
  9. Reply-To: fitz@frc2.frc.ri.cmu.edu
  10. Organization: Field Robotics Center, Carnegie Mellon University
  11. Lines: 176
  12. Nntp-Posting-Host: dirt.frc.ri.cmu.edu
  13.  
  14. In article 7HA@wsrcc.com, wolfgang@wsrcc.com (Wolfgang S. Rupprecht) writes:
  15. > fitz@frc2.frc.ri.cmu.edu (Kerien Fitzpatrick) writes:
  16. > >Is anyone else trying to use one of the new SupraFaxmodem V.32bis modems
  17. > >with NetFax 2.1.  I am already using NetFax with an Everex EverFax modem
  18. > >and everything works fine.  When I try to use the Supra I get one strange
  19. > >result.  The output on the receiving end is two pages long (for each page).
  20. > >All the text is just stretched vertically.  I've checked the parameters sent
  21. > >to the remote fax and everything is the same as for the Everex.  The only
  22. > >thing I could think of is that the density ( #lpi) was wrong, but it is
  23. > >correct.  If anyone else has or is trying to get this combination working
  24. > >I would like to hear about their results.
  25. Well, after significant perusal of poor documentation on almost all fronts
  26. (maybe there is no such thing as "good" documentation) we did find our
  27. problems.  It seems that the Supra does not know by default its maximum
  28. fax capabilities.  It did indeed have low resolution set.  It now works
  29. much better with NetFax than the suggested Everex faxmodem.
  30.  
  31. At this time we do have a modified version of NetFax running with the Supra.
  32. Hopefully in the near future we will complete our effort of fixing up 
  33. NetFax and release our changes.  Please do not send email requesting the
  34. changes at this time.  Once completed I will make all the diff files available
  35. for others that wish to use this.
  36.  
  37. > Another Supra V.32/faxmodem victim.  Join the club.
  38. >  -*- mode: text -*- 
  39. > ###############################################################################
  40. > ##                                         ##
  41. > ##    File:     BUGS                                 ##
  42. > ##    Author:   Wolfgang S. Rupprecht <wolfgang@wsrcc.com>             ##
  43. > ##    Created:  Wed May 13 22:39:11 PDT 1992                     ##
  44. > ##    Contents: Supra bugs
  45. > ##                                         ##
  46. > ##    Copyright (c) 1992 Wolfgang S. Rupprecht.                 ##
  47. > ##    All rights reserved.                             ##
  48. > ##                                         ##
  49. > ##    $Header$                                 ##
  50. > ###############################################################################
  51. > Supra V.32bis modem
  52. > MODEM #14E-002800
  53. > 1) During fax transmission DCD is low.  This makes using HW flow
  54. >     problematic.
  55. >     (Sunbug: Due to Sun OS bugs rcv is off if HW flow is enabled
  56. >     and CD is off.  HW flow needs to be on for page transmission.
  57. >     Technically this follows the RS-232 standard.  But why is it
  58. >     only followed if (outgoing) HW flow is active?)
  59. > 2) FAX doesn't hang up if DTR is low.  &D2 or &D3 mode.
  60. >     fax will actually stay Off Hook with *NO* modem lines
  61. >     active either in or out.
  62. > 3) Manual claims that you can't auto-reload params on DTR low *and*
  63. >    have hang-up on DTR low.  (feature clash problem &D2 &D3)
  64. >     Having both is really needed for a robust system.    
  65. >     This may just be a documentation bug.  The modem does appear
  66. >     to drop an active connection when DTR drops.  (Thanks to John
  67. >     Hood for pointing this out.)
  68. > 4) Can't lock computer-modem baud rate to known value on incoming
  69. >    (dialin) phone connection.
  70. >     When the modem powers up the computer-modem buad rate is
  71. >     undefined.  The modem appears to track any computer to modem
  72. >     output or line noise and use that to "autobaud" to a new
  73. >     connection rate.  Incoming calls are subjected to whatever
  74. >     baud rate the modem last saw (or thought it saw) on the last
  75. >     outgoing connection.
  76. >     Perhaps after a DTR induced reset the baud rate is reset to
  77. >     the speed in use for the last &w command.  I must check
  78. >     this (but how????)
  79. > 5) Carrier loss to CD delay is a constant ~ 20 seconds.  Register s10
  80. >    has no effect.  (ditto for s9)
  81. >     This is only in modem mode.  CD never appears in fax mode!
  82. > 6) busy detection is buggy.  Often one gets voice answers that
  83. >    generate a "busy".  Other times a real busy isn't detected.
  84. >     I did a sleep and quick redail on BUSY, until I noticed that
  85. >     BUSY was being detected for an outgoing voicemail message.
  86. > 7) sending +FET=2 doesn't generate an OK command reply.
  87. >     out: AT+FET=2
  88. >     in:  +FPTS: 1
  89. >     in:  +FHNG: 0
  90. >     AT+FET=2 failed - timeout
  91. > 8) wait for carrier register s37 = 5 has no effect in fax mode, after 
  92. >     ATA command.  We will wait for quite a while.
  93. > 9) The ATA command will not return OK or ERROR after +FCON.  Remote
  94. >     site eventually drops line.
  95. >     This means class 2 receive doesn't work appear to at all.
  96. > 10) Supra appearently uses the FDCC VR values instead of the FDT VR
  97. >     value for each transfer.  This leads to double/half size pages
  98. >     of printout.
  99. > 11) Supra answers phone even if DTR is low. (eg. when S0=1, &D3)
  100. >     DTR should inhibit any modem action, and hold the modem in a
  101. >     reset state.
  102. > 12) If incoming call disconnects before the speed negotiation completes
  103. >     (as in a voice call) the Supra will then lock onto the
  104. >     following dialtone and claim "300" on the display.  The modem
  105. >     appears to eventually go back on hook.  But I wonder how long
  106. >     it might "talk" to the dialtone.
  107. > 13) Modem often has trouble locking onto a trailblazer (at 2400 baud)
  108. >     located on a second phone line right next to it.
  109. > 14) The ST scan Fax line scan time is negotiated up to max setting for
  110. >     no appearent reason. On a fax send send the other side can
  111. >     claim a scan time of 4.  I claim a scan time of 0 (or 4).  The
  112. >     Supra and Fax then negotiate a 7!  
  113. > 15) If FAA=1 Supra doesn't answer adaptively as either FAX or Data
  114. >     modem.  If FCLASS=2 the modem will not answer data calls.
  115. >         out: AT+FCLASS=2
  116. >         in:  OK
  117. >         out: AT+FAA=1
  118. >         in:  OK
  119. >         out: AT+FCR=1
  120. >         in:  OK
  121. >         in:  RING
  122. >         out: ATA
  123. >         in:  +FHNG: 1
  124. >         in:  OK
  125. > 16) AT+FBUG=1 doesn't turn on debuging.  Not technically a bug, but
  126. >     certainly not a feature either.
  127. > 17) Writing to the Supra immediately after DTR goes high, after a
  128. >     DTR-low reset has taken place, will leave the modem in a
  129. >     confused state.  Eeprom parameters are not correctly reloaded.
  130. > ---------
  131. > from the net:
  132. > ---------
  133. > n1) Spkr volume setting L0-L3 don't have any effect.  Needs PC board
  134. >     fix. 
  135. > n2) The -,*,) LAPM/MNP commands don't work.  Will be a ROM fix.
  136. > n3) Supra never originates fallback/fallforward speed changes.  Two
  137. >     Supras talking on a bad line won't ever negotiate for a better
  138. >     connection.
  139. > -- 
  140. > Wolfgang Rupprecht    wolfgang@wsrcc.com (or) wsrcc!wolfgang
  141. > Snail Mail:           39469 Gallaudet Drive, Fremont, CA 94538-4511
  142.  
  143.  
  144.  
  145.  
  146. ---
  147. Kerien Fitzpatrick            Pittsburgh, PA 15213
  148. Field Robotics Center            (412)268-6564
  149. The Robotics Institute            Internet: fitz@frc.ri.cmu.edu
  150. Carnegie Mellon University
  151.