home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / modem / wxmodem.arc / README next >
Text File  |  1986-11-06  |  1KB  |  39 lines

  1.   This set of files is a sample WXmodem program for the TCOMM demo
  2.   BBS system.  It is public domain.
  3.  
  4.   The program is executed from a .BAT file as follows:
  5.  
  6.   WXMODEM %1 W PCJR
  7.  
  8.      %1       Filename of parameter/control file
  9.      W/C/X    W for windowed xmodem, C for CRC Xmodem, X for checksum
  10.      PCJR     Optional, only if TCOMM BBS is run on a PC Junior
  11.  
  12.   WXMODEM looks for the following information in the parameter/control
  13.   file:
  14.  
  15.   [S/R] filename [port] [baud] [parity]
  16.  
  17.      [S/R]    Send or Receive
  18.      filename To be sent or received
  19.      [port]   Either COM1 or COM2
  20.      [baud]   Any number over 0 and less than or equal to 9600
  21.      [parity] Supports EVEN and NONE.  Only checks the first letter.
  22.           If EVEN then it assumes 7 data bits.  If None, it assumes
  23.           8 data bits. Assumes 1 stop bit.
  24.  
  25.    In all cases, the parity, baud rate and stop bits are restored
  26.    to what they were prior to invoking the program.
  27.  
  28.    At initialization time, WXMODEM will send a message out the line
  29.    indicating filenames, abort sequence, time estimate and block counts.
  30.  
  31.    Please let me know how it works.
  32.  
  33.    Peter Boswell (312) 670-2660
  34.          People/Link (Topper)
  35.  
  36.    Windowed Xmodem has been provided to the public domain by People/Link
  37.    Call 800 826-8855 (modem) for a free hour.  In Illinois call
  38.    312 822-9712.
  39.