home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / ibm / pc / hardware / 29150 < prev    next >
Encoding:
Text File  |  1992-11-08  |  3.0 KB  |  61 lines

  1. Newsgroups: comp.sys.ibm.pc.hardware
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!swrinde!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!m2.dseg.ti.com!ernest!cmptrc!jwoods
  3. From: jwoods@cmptrc.lonestar.org (Jeff Woods)
  4. Subject: Re: Why would Zmodem not work on a 286-12?
  5. Message-ID: <BxCBt3.KCz@cmptrc.lonestar.org>
  6. Date: Sat, 7 Nov 1992 10:00:39 GMT
  7. References: <1992Nov5.080031.23093@netcom.com>
  8. Organization: CompuTrac Inc., Richardson TX
  9. Keywords: modem serial
  10. Lines: 49
  11.  
  12. In article <1992Nov5.080031.23093@netcom.com> jeffgus@netcom.com (Jeffrey Gustafson) writes:
  13. |    A friend of mine has a Everex 286-12.  When he downloads with
  14. |the zmodem protocol it gives CRC errors every 10 seconds or so
  15. |(irradic).  It is a problem with his 2400 w/MNP-4 and his
  16. |V.32bis/V.42bis modem.  The both modems were in error-correcting
  17. |modes.  I took all cards that could interfere (scanner, mouse, Sound
  18. |Blaster) and removed the config.sys and autoexec.bat and nothing
  19. |helped.  When he used the same modem and I/O card in a Delta Gold
  20. |286-10, he had no problems.  He has no problems or errors with the
  21. |files when he uses Ymodem/G (no CRC errors when unzipping).  There are
  22. |no visible errors when he's online.
  23. |    What could be the problem?  I have no clue.  Any suggestions?
  24.  
  25. The problem is almost certainly, that hardware flow control is not 
  26. functioning correctly.  Hardware flow control is fairly tricky to 
  27. set up correctly, especially without modem specific and comm software 
  28. specific manuals.  When using hardware datacompression (ala v.42bis or
  29. MNP5 or LAPM) or even error correction (ala MNP 2-4, or v.42, or LAPM)
  30. transfer rates in excess of the rated speed of the modem connection are
  31. not only possible, but likely.  Getting hardware flow-control working
  32. and "nailing" the speed at a high rate between the modem and PC is the
  33. ideal solution, but doing so is non-trivial.  I don't think I can explain
  34. how to solve the problem without being very modem and software specific.
  35.  
  36. The reason Ymodem doesn't have the problem is because Ymodem sends packets
  37. all of which are acknowledged by the receiver before the next packet is
  38. sent.  Zmodem normally doesn't do this.  It sends a stream of data and
  39. only retransmits if it gets an error message from the other end.  In other
  40. words, Ymodem has a pause and wait point frequently, but Zmodem never waits
  41. unless there's a problem (like data overrun).
  42.  
  43. Some possible alternatives to the ideal, but difficult hardware flow control 
  44. solution include:
  45.   
  46.   Use Ymodem or other packet type protocols.
  47.  
  48.   Disable data compression in the modem (error correction may have to go too)
  49.  
  50.   Find someone local who can help solve the problem.
  51.  
  52.   Hope that someone else on the net can explain it better than I can.
  53.  
  54. I hope you get it working well.  
  55. I love those high speed zmodem transfers!
  56. Good Luck and Happy Modeming!  
  57. -- 
  58. jwoods@cmptrc.lonestar.org (Jeff Woods at CompuTrac, Inc.)
  59. stdinfo: "My opinions are my own."
  60. "You don't need a programmer so much as you need a exorcist." - A. Chambers
  61.