home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 515.lha / MiniTerm / MiniTerm.txt < prev    next >
Text File  |  1991-06-08  |  507b  |  15 lines

  1. MiniTerm is a small terminal(7k) written entirely in C, and can be used to
  2. base your own custom made terminals.  This is Freeware, meaning you can
  3. copy it how many times you wish and give it to whoever.
  4.  
  5. Besides being an example of how to use the serial/console effectively,
  6. it can also be placed in your C: directory, and loaded up quickly
  7. when you want to call someplace quickly.
  8.  
  9. I used SAS_C V5.10a, to compile the program:
  10.  
  11.     lc -Lt -cus -O MiniTerm.c
  12.     
  13. Author: Raja Vallee-Rai
  14. CIS ID: 76370,645
  15.