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

  1. Path: sparky!uunet!wupost!crcnis1.unl.edu!unlinfo!vporguen
  2. From: vporguen@unlinfo.unl.edu (victor porguen)
  3. Newsgroups: comp.archives.msdos.d
  4. Subject: ZIP to ZIP!
  5. Date: 31 Dec 1992 06:14:59 GMT
  6. Organization: University of Nebraska--Lincoln    
  7. Lines: 57
  8. Distribution: world
  9. Message-ID: <1hu353INN2pc@crcnis1.unl.edu>
  10. NNTP-Posting-Host: unlinfo.unl.edu
  11. Keywords: ZIP Telecommunications UART File-transfers
  12.  
  13. Writes Timo Salmi (ts@uwasa.fi):
  14.  
  15. > I would like to turn to another question, which relates to the 
  16. > Telix host mode (hostplus).  Does anyone know how to make it work 
  17. > over a direct connection (two PCs connected via a cable).  I have 
  18. > not (yet?) found it covered in the hostplus documents, and 
  19. > experimenting has not been successful.  
  20.  
  21. I don't think the Telix Host Mode is intended to manage a direct 
  22. PC-to-PC link. It is intended to manage a modem, for incoming 
  23. calls. It controls the line with modem commands and relies on 
  24. modem signals and responses.
  25.  
  26. > Procomm plus (I have 1.1A), incidentally, has a setting to enable 
  27. > a direct connection, and it works.  
  28.  
  29. Yes. And several other programs can be used in that way, too. For
  30. example, you can use the Jmodem external protocol program as a
  31. self-standing PC-to-PC file transfer utility. Especially v1.20, a
  32. 5 KB executable written is assembly. Later versions, rewritten
  33. in C, and are slower and bulkier. It should also be possible to
  34. use DSZ in the same way. And several other programs.
  35.  
  36. > So does laplink over the same cable. 
  37.  
  38. Yes, Laplink is intended SPECIFICALLY for that purpose.
  39.  
  40. > This obviously means that the problem is with the Telix hostmode.
  41.  
  42. It is not a problem, actually, the Host+ doesn't appear to have
  43. that feature, and there is no good reason why it should.  Most other 
  44. Host Modes do not have it either. They are meant to work with 
  45. modems, not directly over a cable. 
  46.  
  47. If you need a direct, PC-to-PC file-transfer program, there's 
  48. nothing better, faster or cheaper than ZIP, by Meyer. It is a superb 
  49. utility.  It will squeeze all the speed the PC UART can accommodate
  50. using a simple null-modem cable. ZIP dates back to 1987 or so. The 
  51. latest issue is v1.6, dated November 1992.  (The name trademark
  52. predates Katz', by the way).
  53.  
  54. Meyer's ZIP demonstrates that you can indeed write comm software (in 
  55. assembler) that can drive the PC port to its maximum speed, up to 
  56. about 115,000 bps on a direct connection, without need of any stupid 
  57. "buffered UARTS" (16550).  It incorporates its own error-
  58. correction protocol and even has a Server mode.  Gosh, you can even 
  59. adjust its menu colors!
  60.  
  61.  (Next time somebody tells you that you need to install a 
  62.  16550 buffered UART in your computer in order to stop having 
  63.  "lost characters" at 14,400 bps, tell him to go take a look 
  64.  at Meyer's ZIP program to learn how to write efficient serial-
  65.  port management software that doesn't loose characters at 
  66.  115,000 bps through a plain UART! )
  67.  
  68. ZIP is free for personal use. And so is Jmodem. 
  69.  
  70.