home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #3.1 / RBBSIABOX31.cdr / pool / pibterm3.not < prev    next >
Text File  |  1985-10-11  |  3KB  |  96 lines

  1. INTRODUCTION TO PIBTERM v3.0
  2. ============================
  3.  
  4. PibTerm is a terminal emulation and host communications program written
  5. in Turbo Pascal for the IBM PC and compatibles.
  6.  
  7. Features of PibTerm include:
  8.  
  9.    1.  Several different terminal emulation methods:
  10.  
  11.           -- DEC VT52
  12.           -- DEC VT100 (large subset)
  13.           -- BBS ANSI  (ANSI.SYS color graphics and music)
  14.           -- Dumb glass TTY
  15.           -- Dumb glass TTY in split-screen mode
  16.  
  17.    2.  The ability to act as a host program (mini BBS).
  18.  
  19.    3.  Ring buffered, interrupt driven, serial I/O.
  20.  
  21.    4.  A number of popular file transfer methods:
  22.  
  23.           -- Xmodem Checksum and CRC
  24.           -- Modem7 batch with either Checksum or Crc
  25.           -- Ymodem (YAM)
  26.           -- Telink
  27.           -- Ascii with XON/XOFF
  28.           -- Auto_download for Bob Mahoney's EXEC PC BBS.
  29.           -- CompuServe B Protocol
  30.           -- Kermit
  31.  
  32.    5.  Telephone dialing directory.
  33.  
  34.    6.  Session logging/capture to printer and/or disk.
  35.  
  36.    7.  On-screen editing (block mode) for use with mainframes.
  37.  
  38.    8.  Menu-driven commands.
  39.  
  40.    9.  Macro-key definition for constructing terminal keypad
  41.        emulations or holding other often-used text sequences.
  42.  
  43.   10.  Escapes to the operating system (and return from DOS)
  44.        within a PibTerm session.
  45.  
  46.   11.  Built-in file and directory manipulation, including
  47.        directory display, file display, file copying, file erasure.
  48.  
  49.   12.  Screen dumps to a file.
  50.  
  51.   13.  Customizable modem support.
  52.  
  53.   14.  Automatic change of baud rate to the proper one with
  54.        smart modems like the Hayes 1200 and USR Courier.
  55.  
  56.   15.  Built-in phone area code directory.
  57.  
  58.   16.  Dialing session and total session time elapsed counters.
  59.  
  60.   17.  Internal line capture buffer which may be viewed at
  61.        any time.
  62.  
  63.   18.  Script files for constructing sequences of commonly used
  64.        commands, especially useful for generating auto-logon scripts.
  65.  
  66. For those who have used version 2.0 of PibTerm, you will find that
  67. most (if not all) of the bugs you encountered have been fixed in
  68. version 3.0.  In addition, version 3.0 allows more flexibility in
  69. color selection, provides faster and more reliable file transfers,
  70. adds the Kermit file transfer protocol, improves the VT100 emulation,
  71. adds a backscroll buffer, simplifies dialing, provides a reasonably
  72. general script facility, and more.  You can get an idea of the magnitude
  73. of the enhancements by considering that the document for version 3.0 is
  74. over twice as long as that for version 2.0.
  75.  
  76.  
  77. FILES TO GET
  78. ============
  79.  
  80. The two files PIBT3EP1.ARC and PIBT3EP2.ARC contain the executable version,
  81. documentation, and required configuration files for PibTerm.
  82.  
  83. The four files PIBT3SP1.ARC, PIBT3SP2.ARC, PIBT3SP3.ARC, and PIBT3SP4.ARC
  84. contain the complete source code (34000+ lines of Turbo Pascal) for PibTerm.
  85. You do NOT need the source files to run PibTerm, only the files in the
  86. PIBT3EP1.ARC and PIBT3EP2.ARC archives.
  87.  
  88. All six files were created using the ARC430.EXE program.  You will need
  89. that program (or a later version) to extract files from the .ARC archives.
  90.  
  91.  
  92. Phil Burns
  93. October, 1985
  94.  
  95. .  You will need
  96. that program (or a later version) to extract files from the .ARC archiv