home *** CD-ROM | disk | FTP | other *** search
/ The First Hungarian Family / The_First_Hungarian_Family_CD-ROM.bin / internet / offlread / protocol / wxmd / wxmodm / wxmodm20.doc < prev    next >
Text File  |  1988-07-28  |  2KB  |  53 lines

  1.  
  2. WXMODM20.DOC - Notes written July 28, 1988 by Keith Petersen, W8SDZ
  3.  
  4. WXMODM20 is version 2.0 of the Windowed-XMODEM protocol module for use with
  5. BBS programs or individual terminal programs (like ProComm and Qmodem) which
  6. do not have WXMODEM.  New features include baud rates up to 19,200 and a better
  7. file transfer progress display window.
  8.  
  9. The WXMODEM.COM file in this ARC expects command-line options or it will
  10. not run.  These options may be conveniently automated by the use of the
  11. two example BAT files included in this ARC, WXR.BAT and WXS.BAT which are
  12. for receive and send respectively.
  13.  
  14. WXR.BAT looks like this:
  15.  
  16. wxmodem -r -b 2400 -l com1 -c -p w -f %1
  17.         -- ------- ------- -- ---- -----
  18.          |     |       |    |   |    |
  19.          |     |       |    |   |    ^--filename
  20.          |     |       |    |   ^--use Windowed XMODEM protocol
  21.          |     |       |    ^--use CRC error checking
  22.          |     |       ^--use COM1 port
  23.          |     ^--set speed to 2400 bps
  24.          ^--receive mode
  25.  
  26. WXS.BAT looks like this:
  27.  
  28. wxmodem -s -b 2400 -l com1 -c -p w -f %1
  29.         -- ------- ------- -- ---- -----
  30.          |    |       |     |   |    |
  31.          |    |       |     |   |    ^--filename
  32.          |    |       |     |   ^--use Windowed XMODEM protocol
  33.          |    |       |     ^--use CRC error checking
  34.          |    |       ^--use COM1 port
  35.          |    ^--set speed to 2400 bps
  36.          ^--send mode
  37.  
  38. After you have given the appropriate commands to the BBS to upload or download
  39. do this:
  40.  
  41.     To send a file (from you) type:  WXR filename
  42.  
  43.     To receive a file (from the other end) type:  WXS filename
  44.  
  45. If anyone knows where I can get the Turbo Pascal source for this version
  46. of WXMODEM, please send a message to me at either of the following two
  47. addresses:
  48.  
  49. BBS:  DKUG RBBS 313-772-0522  (accessable by PC Pursuit)
  50. Arpa: W8SDZ@SIMTEL20.ARPA
  51.  
  52. --Keith Petersen
  53.