home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / PIBTERM.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1987-11-25  |  962 b   |  25 lines

  1. This library  contains TURBO Pascal routines  which implement a terminal
  2. emulation program. The two types of terminals emulated are a dumb "glass
  3. tty" and the Dec VT52 terminal. Commands  are pretty much the same as in
  4. PcTalk or QMODEM.
  5.  
  6. Next, set up Turbo to write a .COM  file. Set the Main program to be the
  7. file PIBTERM.PAS and type C to start the compile.
  8.  
  9. This program does not have all  of the capabilities of PcTalk or QMODEM.
  10. It  does, however,  implement the  16-bit CRC  version of  XMODEM. Also,
  11. since the source is provided, you can implement anything that is missing
  12. yourself!
  13.  
  14. The   various   routines   for   menu   construction   and  asynchronous
  15. communication are of use in themselves.
  16.  
  17. Please upload  any nifty features you  add or (shudder) notices  of bugs
  18. you find. You may leave me messages on the following BBSs:
  19.  
  20.       Gene Plantz's BBS (312) 882 4145
  21.       Ron Fox's BBS     (312) 940 6496
  22.  
  23. Thanks,
  24. Phil Burns
  25.