home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / ibm / pc / misc / 12060 < prev    next >
Encoding:
Text File  |  1992-08-30  |  2.1 KB  |  41 lines

  1. Newsgroups: comp.sys.ibm.pc.misc
  2. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!peter
  3. From: peter@citr.uq.oz.au (Peter Klavins)
  4. Subject: Re: ProComm 2.4.3 Kermit up/down-load times
  5. Message-ID: <peter.715236739@citr.uq.oz.au>
  6. Sender: news@bunyip.cc.uq.oz.au (USENET News System)
  7. Organization: Prentice Centre, University of Queensland
  8. References: <92243.062901IP25179@portland.caps.maine.edu>
  9. Date: Mon, 31 Aug 1992 04:52:19 GMT
  10. Lines: 29
  11.  
  12. IP25179@portland.caps.maine.edu writes:
  13.  
  14. >  When I download in Kermit using ProComm 2.4.3, the estimated time for the
  15. >  process shown in the pop-up 'window' is always half of the actual time re-
  16. >  quired.  Do I have some untapped potential here that I'm missing?  Or is
  17. >  the program just a taco short of a combination platter?
  18.  
  19. This might be explained if Kermit is running in 7-bit mode, and then
  20. whenever it finds a byte with bit 8 set, it prefixes that byte with the
  21. special 8-bit prefix character (yes, one whole extra character), and
  22. then sends the actual byte minus bit 8, therefore sending two bytes for
  23. one actual byte.  Kermit can be set to run in 8-bit mode by option
  24. negotiation at the start of the transfer, but both ends would have to
  25. support that mode, and I don't know whether Procomm 2.4.3, and the host
  26. you were using, support that mode, and/or are able to enable it.  By the
  27. way, Kermit supports many other modes that can be negotiated, such as
  28. sliding windows, long packets, and turning these options on really makes
  29. it fly!  To find out more about the Kermit protocol in general, there is
  30. an excellent book about it available in computer bookstores, and I
  31. believe there is a special edition of that book for the PC, including
  32. software, and then there is the Kermit software source at Columbia
  33. University watsun.cc.columbia.edu:kermit, from which you can download
  34. the latest Kermit sources and documentation for any machine under the
  35. sun.
  36. --
  37. ------------------------------------------------------------------------
  38.  Peter Klavins    Internet: peter@citr.uq.oz.au   Fidonet:    3:640/821
  39.  Centre for Information Technology Research       Phone: +61 7 365 4321
  40.  University of Queensland QLD 4072 Australia      Fax:   +61 7 365 4399
  41.