⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ecuhelp.src

📁 一个通讯程序源码
💻 SRC
📖 第 1 页 / 共 3 页
字号:
# ecu help source file#+:EDITS:#:10-18-1992-15:16-wht@n4hgf-add conxon#:09-10-1992-13:59-wht@n4hgf-ECU release 3.20#:08-22-1992-15:39-wht@n4hgf-ECU release 3.20 BETA#:04-19-1992-20:41-wht@n4hgf-upgrade kbdtest entry#:04-28-1991-04:45-wht@n4hgf-add eto and nice#:11-03-1989-16:21-wht------ unet2 -----#:06-17-1988-11:10-wht-add 'exit' command#:06-13-1988-15:38-wht-creation#--------------------------------------------------------------------%axUsage: ax [<param>]<param> may be a single ASCII character, a standard ASCII identifier(such as ETX), or a two-character control character identifier (such as^C, typed as a caret followed by a C).If no parameter is supplied, a table of control characters is printedcontaining decimal, octal, hex, ASCII identifiers and two-charactercontrol character identifier.#--------------------------------------------------------------------%xaUsage: xa [<hex-val>]<hex-val> is a hexadecimal value between 0 and FF; the parity (sign) bitis stripped and the equivalent ASCII character value is displayed.If no parameter is supplied, a table of control characters is printedcontaining decimal, octal, hex, ASCII identifiers and two-charactercontrol character identifier.#--------------------------------------------------------------------%oaUsage: oa [<octal-val>]<octal-val> is a octal value between 0 and 0377; the parity (sign) bitis stripped and the equivalent ASCII character value is displayed.If no parameter is supplied, a table of control characters is printedcontaining decimal, octal, hex, ASCII identifiers and two-charactercontrol character identifier.#--------------------------------------------------------------------%daUsage: da [<decimal-val>]<decimal-val> is a decimal value between 0 and 0377; the parity (sign)bit is stripped and the equivalent ASCII character value is displayed.If no parameter is supplied, a table of control characters is printedcontaining decimal, octal, hex, ASCII identifiers and two-charactercontrol character identifier.#--------------------------------------------------------------------%autorzUsage: autorz [off | on | ]ECU in the interactive mode (no procedure executing) can interpret aSUB, 'B', '0', '0' receive data sequence as a ZMODEM ZRQINIT frame andautomatically begin a ZMODEM receive operation.  This command controlsor displays this feature.  By default, this feature is turned on.#--------------------------------------------------------------------%baudUsage: baud [<baud-rate>]<baud-rate>, if specified, must be taken from the values 110, 300, 600,1200, 2400, 4800, 9600, 19200 and 38400.  On some systems, 19200 and38400 may not be supported.  If a baud rate less than 300 is selected, 2stop bits are automatically specified; other baud rates set 1 stop bit.If <baud-rate> is not supplied, the current baud rate is displayed.The setting may be automatically changed as the result of a 'dial'command.  See also the 'dial' and 'parity' command descriptions.#--------------------------------------------------------------------%bnUsage: bn [ off | on | alert ]       bn [ 0 | 1 | 2 ]"bell notify": If no parameter is supplied, the current setting isdisplayed.  Specifying 0 or off disables the facility; 1 or on causesan audible alarm to be sounded upon receipt of a bell (0x07)character from the remote system; 2 or alert causes an audible alarmupon receipt of ANY characters.  This command may not be functionalin the version for your system.#--------------------------------------------------------------------%breakUsage: breakThis command sends a break signal to the remote system.#--------------------------------------------------------------------%cdUsage: cd [<dir-path>]This command allows you to change the working directory of the ecuprocess.  If <dir-path> is supplied, the previous working directory isdisplayed, and <dir-path> is made the new working directory.  A historyof previous directory changes is maintained.  Entering the 'cd' commandshows the numbered history list and allows you to select a new directoryby entering the number.  Other commands allow deletion of directoriesfrom the list or saving the list to file ~/.ecu/dir.  This file isautomatically read at ecu startup, providing a convenient list ofdirectories available for quick selection.#--------------------------------------------------------------------%conxonUsage: conxon [<arg>]where <arg> is on    honor ^S/^Q local flow control (DEFAULT)               off   pass ^S/^Q to remoteThis command enables or disables console xon/xoff flow control.If the argument is omitted, the current flow control state isdisplayed.  If on, typing ^S/^Q stops or restarts the localconsole driver output.  If off, ^S and ^Q are passed to theremote (for EMACS, of course -- who else?).#--------------------------------------------------------------------%dcdwatchUsage: dcdwatch [<dcdwatch-param>]This command controls the DCD watcher.  The optional parameter may be:   y  yes - enable DCD watcher   n  no - disable DCD watcher   t  terminate - terminate ECU on loss of DCDEntering the command without an argument shows the current status.The DCD watcher when enabled causes ECU to monitor the DCD line (withinthe limits imposed by the OS with its CLOCAL=0 functionality).  When thewatcher is on and DCD drops, ecu automatically performs the action ofthe interactive or procedure hangup command.  If the 't'erminate optionis chosen, then after hangup processing is complete, the ECU programwill terminate.The state of the watcher may be changed by the use of the dial commandwhich uses a directory entry that changes the DCD watcher status.  Seethe manual sections on the interactive commands 'dcdwatch' and 'dial'.#--------------------------------------------------------------------%dialUsage: dial [<dial-param>]<dial-param> may take one of two forms, a telephone number to dial or alogical name which can be found in the user phone directory (in file~/.ecu/phone).If a telephone number is supplied, the phone number is dialed; you mustfirst have set the desired baud rate and parity using the 'baud' and'parity' commands.  If a logical name is entered, the phone directory issearched; if the entry is found, the baud rate and parity isautomatically set and the number dialed.If <dial-param> is not supplied, then a screen-oriented self-documentingdirectory manager is executed; you may scan the the directory to selecta number to dial, as well as add, remove and edit entries.  See also'baud' and 'parity'.#--------------------------------------------------------------------%doUsage: do <procname> [<arg> ... ]Perform ecu procedure.  Ecu searches for <procname>.ep in the currentdirectory.  If the file is not found, the program looks for the file inthe ~/.ecu directory.  One or more arguments may be passed to theprocedure.#--------------------------------------------------------------------%duplexUsage: duplex [ Full | Half ]This command specifies whether or not ecu is to locally echo characterstyped by you at the keyboard.  The overwhelming majority of remotesystems provide the echo function, in which case full duplex must beused.  For the rare occasions when the remote system does not echo yourkeyboard input, setting half duplex will allow you to see what you aretyping.When communicating with another terminal in a "teletype conver- sation",setting half duplex is generally required.  In such cases, use of the'nl', 'nlin' and 'nlout' commands may also be required.The default setting for duplex is full.#--------------------------------------------------------------------#%esc#Usage esc <hex-constant>#"command escape ": This command is used only on non-XENIX systems.#It specifies the equivalent character for the HOME key used#by XENIX versions of ecu to enter the commands being described#by this help function.  The default setting for this command escape#s '%'.  To change the value, you must enter the hexadecimal value#of the desired character; it must be in the range 01 through 7F.#You may use the 'ax' command to aid in converting an ASCII#character to the appropriate hexadecimal value.#--------------------------------------------------------------------%fasiUsage: fasi [reset]This command displays or resets the FAS/i tty driver statistics.The command is found only in versions compiled for FAS/i support.#--------------------------------------------------------------------%fiUsage: fi [<filename>]"file insert": This command causes file characters to be inserted intothe transmit data stream as though they had been entered at thekeyboard.  If <filename> is not entered on the command line, a promptfor the filename is made.  Once the filename has been entered and filehas been opened, you are asked whether the file should be transmitted atfull speed, by "echo pacing" or by a single line at a time.  You mayalso append an 'f', 'e' or 's' argument to the command line.  If yourremote can tolerate it, full speed transmission is the fastest.Pressing the interrupt key (DEL) stops a full speed transmission.  Byspecifying echo pacing, it is possible to increase the likelihood ofproper receipt.  Pressing the interrupt key (DEL) stops an echo pacedtransmission.  As a last resort, if echo pacing is not working for you,(i.e., you are using the command in an environment where the remote doesnot echo your characters), use single line at a time transmission.  Youmust press the space key to initiate sending each line.  Pressing 'ESC'or 's' stops the transfer.#--------------------------------------------------------------------%fkeyUsage: fkey [<keyset_name>]This command allows the mapping of function keys F1-F12, PgUp, PgDn, Endand Ins and the cursor up, down, left and right keys to emit a desiredsequence of characters when a function key is pressed.  <keyset_name>specifies which key set in ~/.ecu/keys is to be selected: Sample entryin ~/.ecu/keys:hayes	F1:escape:+ + +	F2:autoans:A T S 0 = 1 cr	F3:dial:A T D Tbbs	F1:cancel:^K	F2:yes:y crIf a keyset_name matches a logical dial directory name, it is loadedwhen the number is dialed.#--------------------------------------------------------------------%fkmapUsage: fkmap                           display current mapping       fkmap <keyname>                 display single key mapping       fkmap <keyname> <keylist>       modify a key's mapping

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -