home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / MCOMM530.ZIP / SMALTERM.DOC < prev    next >
Text File  |  1990-06-22  |  2KB  |  45 lines

  1.  
  2.  
  3.  
  4.  
  5.          ===============================================================
  6.  
  7.                SMALTERM.C -- Demo comm program for async routines
  8.                   Mike Dumdei, 6 Holly Lane, Texarkana TX 75503
  9.  
  10.          ===============================================================
  11.  
  12.             Smalterm is a demo program written using the routines in the
  13.          COMM_S library to demonstrate the library functions.  Since the
  14.          program is only meant to be a demo, no file transfer protocols
  15.          were built in, however, the SND.BAT and RCV.BAT files are set
  16.          up to call Forsberg's DSZ external Zmodem protocol and are
  17.          executed by pressing PGUP or PGDN.
  18.  
  19.             It contains code for a host mode similar to that found in
  20.          Procomm, a Shell to DOS function, receive with timeout, hang-
  21.          up, remote prompt for user input, and some other useful func-
  22.          tions.
  23.  
  24.             To build the program you need to have the header files that
  25.          come in the archive and the COMM_S.LIB to link with.  If you
  26.          use Turbo C rather than Microsoft C you will also need to con-
  27.          vert the COMM_S lib to Turbo C format by running the TCLIBS.BAT
  28.          file.  Once you have the correct LIBs and .H files in your
  29.          INCLUDE and LIB directories, compile and link:
  30.  
  31.             (q)cl smalterm.c /link comm_s       ;Microsoft C
  32.             tcc smalterm.c comm_s.lib           ;Turbo C
  33.  
  34.          To run the program:
  35.  
  36.             smalterm {COM1 | COM2} {parameters Ex: 2400n81}
  37.  
  38.             SMALTERM is yours to do what you want with but you may not
  39.          distribute the library source code or the libraries that come
  40.          with the registered version.
  41.  
  42.             Mike Dumdei, 6 Holly Lane, Texarakana TX 75503
  43.             Split Up the Middle BBS, 214 838-6713
  44.  
  45.