home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / compuserve / P-Code / TEPNEW.DOC < prev    next >
Text File  |  2006-10-19  |  3KB  |  62 lines

  1.      NEW TEP  Andy Cooper's fast new version of TE-p emulates a VT52
  2.               terminal at speeds up to 9600 baud (4800 if continuous high
  3.      -speed scrolling is needed.  This version also supports 40 column
  4.      windowing in an 80 column screen buffer using the conventional TI
  5.      P-system function keys.  The Xmodem transfer routine has been modified
  6.      to allow transfers of large files up to the limit of your disk
  7.      capacity.  P-system users are indebted to Andy for this significant
  8.      refinement of his outstanding communication program for the P-system.
  9.      The documentation below comes from correspondence with Andy during the
  10.      development of this program and supplements Andy's original TE-p docs.
  11.  
  12.      Escape Sequences    Action 
  13.         
  14.          ESC A           Cursor UP 
  15.          ESC B           Cursor DOWN 
  16.          ESC C           Cursor FORWARD 
  17.          ESC D           Cursor BACKWARD 
  18.          ESC E           Clear display 
  19.          ESC H           Cursor home 
  20.          ESC I           Reverse Index 
  21.          ESC J           Erase to end-of-screen 
  22.          ESC K           Erase to end-of-line 
  23.          ESC L           Insert line 
  24.          ESC M           Delete line 
  25.          ESC Y ...       Direct cursor addressing 
  26.  
  27.      Control Sequences 
  28.       
  29.      With few exceptions the CTRL combinations are the standard ones used
  30.      in the P-system keyscan, i.e., CTRL a through CTRL z send ASCII
  31.      characters 01 through 26 (SOH through SUB).  The exceptions are: 
  32.       
  33.         CTRL  <space> or <@>  -------------> NUL (ASCII 00) 
  34.         CTRL    <;>    --------------------> ESC (ASCII 27) 
  35.         CTRL    <<>    --------------------> FS  (ASCII 28) 
  36.         CTRL    <=>    --------------------> GS  (ASCII 29) 
  37.         CTRL    <>>    --------------------> RS  (ASCII 30) 
  38.         CTRL           (control key alone)-> US  (ASCII 31) 
  39.       
  40.      In normal ASCII communication mode (not XMODEM) TE-p responds only to
  41.      the ASCII control codes for backspace, linefeed, and carriage return. 
  42.       
  43.      Special Control and Function Keys 
  44.       
  45.         CTRL 1           Change screen color 
  46.         CTRL 2         * Print screen 
  47.         CTRL 3           Change cursor (underscore/block) 
  48.         CTRL 4           40/80 column mode (Default = 40) 
  49.         CTRL 5           Xmodem Transmit 
  50.         CTRL 6           Xmodem Receive 
  51.       
  52.         FCTN 7           Window Left (80 col mode only) 
  53.         FCTN 8           Window Right (80 col mode only) 
  54.         FCTN 9           Abort Xmodem transfer 
  55.         FCTN =           Exit from TE-p 
  56.       
  57.         FCTN <s> or <S>  Transmit DEL (ASCII 127) 
  58.       
  59.      * will hang if PIO or printer off
  60.                                            6-07-86 Jerry Coffey [74716,3525]
  61. `
  62.