home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ibmcs9000 / cs9000doc.txt < prev   
Text File  |  2020-01-01  |  819b  |  26 lines

  1. IBM CS9000 Kermit.
  2.  
  3. Author: Glenn Howes, U of Wisconsin <howes@bert.chem.wisc.edu>, 1990.
  4. Submitted to Kermit Distribution: September 1992.
  5.  
  6. This is a send-only Kermit program.  There is no code for receiving files.
  7. There is also no code for sending multiple files; you must run the program
  8. once for each file to be sent.
  9.  
  10. To build:
  11.  
  12.  a) Get the CS9000.PAS source file onto your CS9000.
  13.  b) Rename it to KERMIT.PAS
  14.  c) Type "P KERMIT"
  15.  d) Type "PASS2 KERMIT"
  16.  e) Type "ALINK KERMIT +M = 28000"
  17.  
  18. The result is KERMIT.BIN.
  19.  
  20. 3) To run, type "KERMIT", program will prompt you for the filename,
  21. alternatively you could type "KERMIT <filename>".
  22.  
  23. 4) There are no options: it takes the file you specify and sends it out serial
  24. port #1, using the binary format in 8-bit, no parity mode at 9600 baud, with
  25. all default settings.
  26.