📄 ecuhelp.src
字号:
fkmap -l <name> fkmap -r reset to original mapping fkmap -s <file> append current to fileThis command manages the mechanism ECU uses to recognize function keyswhen they are entered at the console. If supplied, the first argument tothe command must be the recognized name of a function key from the list:F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 Home End PgUp PgDn CUP CUL CU5 CUR CUDIf only one argument is supplied, the mapping for the specified key isdisplayed. If more than one argument is supplied, the keyboard mapping ischanged. Arguments 2-n are character code specifiers in the format usedto define a funckeymap entry.WARNING: If found to be syntactically correct, a mapping change isinstalled immediately. If incorrect mapping of the HOME key is requested,you may lose control of ECU.For a description of the other options, see the manual.#--------------------------------------------------------------------%hangupUsage: hangupThis causes DTR to be momentarily interrupted, terminating anyoutstanding connection. Your DCE (modem) must be able to drop carrierupon loss of DTR.#--------------------------------------------------------------------%helpUsage: help [<cmd-name>]Issuing this command with no argument displays a list of commandsfollowed by a request for a command for further information.#--------------------------------------------------------------------%kbdtestUsage: kbdtestThis command runs a keyboard test which asks you to press function keys(e.g., F1). For each key pressed, ECU gives you the actual charactersequence generated by the key. It also tells you which function key itrecognizes (if any). mapping of keyboard generated character sequencesto ECU internal key codes. The command is useful for verifying anddebugging a "funckeymap" entry. To exit the test at any time, press theescape key.#--------------------------------------------------------------------%llpUsage: llpThis command is a shorthand version of 'log /dev/lp'./dev/lp must not be under the control of a print spooler.#--------------------------------------------------------------------%loffUsage: loffThis command is shorthand for 'log off'. If session loggingis active, it is turned off.#--------------------------------------------------------------------%logUsage: log [-s] [-r] [ | off | filename ] -s "scratch" previous file contents; otherwise append -r "raw" logging; otherwise non-printable characters other than tab and newline are omitted from the logThis command controls session logging; issuing the command with noargument causes the status of session logging to be displayed. Thespecial argument 'off' causes active logging to be terminated. Otherargument values cause logging to start using the argument as a filename.Issuing a 'log filename' command when logging is already active causesthe previous file to be closed and the new file to be opened. Switchesare meaningful only when used in conjunction with a filename to startlogging.#--------------------------------------------------------------------%memstatUsage: memstatExperimental malloc display. -lmalloc bug may report erroneous data.#--------------------------------------------------------------------%nlUsage: nlDisplay the current setting of CR/LF mapping. For more information,refer to the 'nlin' and 'nlout' command descriptions.#--------------------------------------------------------------------%nlinUsage: nlin [<y-n>]This command controls whether or not a newline (NL/LF) character is sentto the screen upon receipt of a carriage return (CR) from the remotesystem. Most remote computers supply a NL after CR. When communicatingwith another terminal in a "teletype conversation", this is generallynot the case (see also the 'duplex' command).Issuing the command without <y-n> causes the current setting to bedisplayed. The format of <y-n> is flexible: 'y' or '1' enablesappending NL to CR, 'n' or '0' causes the feature to be disabled.#--------------------------------------------------------------------%nloutUsage: nlout [<y-n>]This command controls whether or not a newline (NL/LF) character is sentto the remote system upon transmission of a carriage return (CR) enteredby the keyboard. Most remote computers do not require (indeed"dislike") a NL after CR. When communicating with another terminal in a"teletype conversation", this is generally not the case (see also the'duplex' command).Issuing the command without <y-n> causes the current setting to bedisplayed. The format of <y-n> is flexible: 'y' or '1' enablesappending NL to CR, 'n' or '0' causes the feature to be disabled.#--------------------------------------------------------------------%parityUsage: parity [ None | Even | Odd ]This command controls the parity of characters transmitted by thekeyboard. Issuing the command with no parameter displays the currentsetting. When the parameter is supplied, only the first character isrequired. Even or odd parity implies seven data bits; no parity implieseight data bits. Parity of incoming characters is not checked.The setting may be automatically changed as the result of a 'dial'command. See also the 'baud' and 'dial' command descriptions.#--------------------------------------------------------------------%pidUsage: pidThis command displays the process id of the ecu transmitter process, theecu receiver process and the process ids of ecu's parent and group.#--------------------------------------------------------------------%ptraceUsage: ptrace [ 0 | 1 | on | off]This command controls whether or not procedure execution is to betraced.#--------------------------------------------------------------------%pwdUsage: pwdThis command prints the current working directory of the ecu process.#--------------------------------------------------------------------%rkUsage: rkThis command searches the PATH list for 'ckermit' (Columbia UniversityC-Kermit) and invokes it to receive files. See the ecu documentationfor modifications necessary to ckermit for ecu operation. The file~/.kermrc must be set up to have any desired initialization parametersyou desire. Refer to C-Kermit documentation for more information.#--------------------------------------------------------------------%rsUsage: rsThis command invokes a SEAlink receive protocol.#--------------------------------------------------------------------%redialUsage: redial [<retry-count> [<pause-interval>]]This command redials a number previously dialed with the 'dial' command.Modem status is tested and multiple retries may be made. <retry-count>specifies how many retries are to be made. <pause-interval> specifieshow many seconds the program pauses after a failure to connect. Youmust specify <retry-count> in order to specify <pause-interval>. Thedefault value for <retry-count> is 10, for <pause-interval> is 60.You should know that in some jurisdictions, it is ILLEGAL to dial thesame telephone number more than a specified number of times during someinterval of time. In any case, specifying <pause-interval> less than 15seconds is silently changed to 15 seconds.#--------------------------------------------------------------------%revUsage: revThis command displays ecu's revision, the transmitter process id and thedate and time ecu was made.#--------------------------------------------------------------------%rxUsage: rxThis command invokes a modified version of Chuck Forsberg's rz program(version 1.31) to receive files from the remote system using XMODEM/CRC.After entering the command, you are prompted as to whether or not fileCR/LF characters are to be converted to newlines. If you aretransferring text files from a system which contain CR/LF lineterminators, you must answer yes to this question. You should answer nowhen transferring binary files, such as executables, .arc files and thelike. File transfer progress is presented on a visual display. Toabort the transfer, press your interrupt key (usually DEL unless resetwith stty(C)).#--------------------------------------------------------------------%ryUsage: ryThis command invokes a modified version of Chuck Forsberg's rz program(version 1.31) to receive files from the remote system using YMODEMbatch with CRC-16 error correction. The YMODEM is "true YMODEM", notXMODEM-1k. File transfer progress is presented on a visual display. Toabort the transfer, press your interrupt key (usually DEL unless resetwith stty(C)).#--------------------------------------------------------------------%rzUsage: rzThis command invokes a modified version of Chuck Forsberg's rz program(version 1.44) to receive files from the remote system usingZMODEM/CRC32. File transfer progress is presented on a visual display.To abort the transfer, press your interrupt key (usually DEL unlessreset with stty(C)).#--------------------------------------------------------------------%skUsage: sk [<file-list>]This command searches the PATH list for 'ckermit' (Columbia UniversityC-Kermit) and invokes it to send files. The file ~/.kermrc must be setup to have any desired initialization paraeters you desire. See the ecudocumentation for modifications necessary to ckermit for ecu operation.After entering the command, you are prompted as to whether or not filenewline characters are to be converted to CR/LF. If you aretransferring text files to a system which requires CR/LF lineterminators, you must answer yes to this question. You should answer nowhen transferring binary files, such as executables, .arc files and thelike. You are prompted to enter a list of files to send, which maycontain one or more wildcard specifications.The file ~/.kermrc must be set up to have any desired initializationparameters you desire. Refer to C-Kermit documentation for moreinformation.#--------------------------------------------------------------------%ssUsage: ss [<file-list>]This command invokes a SEAlink file transmission protocol.#--------------------------------------------------------------------%statUsage: stat
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -