
Syntax:
usage
This command displays command usage information (such as command navigation using the keyboard).
Figure 18 usage Command Example
CM> usage
Instance: Console Thread (0x80fdc670)
The V2 console works very much like a DOS or Unix command line interface. It allows you to enter commands to the system, controlling various objects. The
console supports the following features:
Subdirectories - The commands are grouped into
For ANSI or VT100 type terminal emulators (CRT, HyperTerm, etc.), you may need
to configure the keyboard mapping in order for some of the special keys to be handled properly:
Esc: 0x1b | 0x1b | 5b | 41 | Del: | 0x7f | Backspace: 0x08 | |||
Up Arrow: | 'Esc[A' | Down Arrow: | 0x1b 5b | 42 | 'Esc[B' | ||||
Right Arrow: | 0x1b 5b | 43 | 'Esc[C' | Left Arrow: | 0x1b 5b | 44 | 'Esc[D' | ||
Home: | 0x1b | 5b | 45 | 'Esc[E' | End: | 0x1b | 5b | 46 | 'Esc[F' |
0x1b 5b | 47 | 'Esc[G' | 5b | 48 | 'Esc[H' |
CM>
6.1.3 versionSyntax:
version
This command displays the firmware version and the date released. The following figure shows an example.
53 | Chapter 6 Command Examples |