home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / echo.hlp < prev    next >
Text File  |  1995-04-05  |  3KB  |  81 lines

  1. ECHO is what happens when you type a character on the terminal.
  2. The character is "echoed" to your output (screen or paper).
  3.  
  4.    ********************************************************
  5.    *                                                      *
  6.    *       Advertisement for the program ECHO -           *
  7.    *       See Description at end of this Help file       *
  8.    *                                                      *
  9.    ********************************************************
  10.     
  11. The DECsystem-10 operates in a "FULL DUPLEX" mode, which means that
  12. characters can go from you and to you at the same time.  That's how
  13. you are able to 
  14.         1. type ahead while typing is still coming at you
  15.         2. type ^O  to stop and start output
  16.         3. type ^C^C  to abort the currently running program
  17.  
  18. IF you type
  19.         TTY NO ECHO
  20. you will silence the DECsystem-10 echo of the characters you type.
  21.  
  22. IF you get ddoouubbllee characters on your terminal, you can either:
  23.         1. switch your equipment to FULL DUPLEX (best solution)
  24. or      2. give the TTY NO ECHO command
  25.  
  26. IF you dial-up and get no characters when you type, then the previous
  27. user of the phone line must have set TTY NO ECHO. To correct that,
  28. and other weird settings he may have made, give the INITIA command
  29. by just typing
  30.         I       (followed by hitting the RETURN key)
  31. at the beginning of the line.  That will reset the TTY setting to normal.
  32.  
  33. Another good help file to see is:
  34.         HELP TTY
  35.  
  36. ==========================================================================  
  37.  
  38.  
  39.                    ECHO - A program to eecchhoo characters
  40.  
  41.         Have you ever wondered what all those fancy 'extra' keys did on
  42. your terminal?  Well, wonder no more. ECHO is a program that will actually
  43. send back to your terminal the characters these keys transmit, instead of
  44. just sending them to the computer.
  45.  
  46.         ECHO has 2 modes of operation: It will either send the actual character
  47. to your terminal, or echo back the representation of that character. Here's an
  48. example:  In the first mode, (end mode - echo back the character) hitting the
  49. COTROL-T key combination will send an actual Control-T to your terminal.  An   
  50. alternate way to accomplish this would be to set some switches to LOCAL or HALF
  51. DUPLEX (some switches are hard to get to) and pulling out your terminal's 
  52. manual to see what's going on (some manuals are confusing, to say the least).
  53.  
  54.         In the second mode (Display mode - echo back the name of the key hit)
  55. hitting the CONTROL-T combination echoes back as " CONTROL-T(024) ", informing
  56. you that CONTROL-T was transmitted, and (024) being the octal representaion of 
  57. Control-T. Note that in this mode, a control-T is NOT sent to your Terminal.
  58.  
  59.         Some 'special' keys transmit nothing to the computer, and are local
  60. to your terminal. ECHO cannot intercept these commands. To startup the ECHO
  61. program, type at monitor level:
  62.  
  63.         .R ECHO 
  64.        
  65.         Display character name (D) or send it (S) ? [S]:     
  66.  
  67. You now enter an S or a D, for the mode you want to operate in. note that ALL
  68. characters are legal, AND TWO (2) CONTROL-C's IN SUCCESSION ARE NEEDED TO EXIT
  69. THE PROGRAM !        --------------------------------------------------------- 
  70. -------------
  71.  
  72. [End of Both ECHO's HELP]
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. .KJOB
  80. .
  81.