Chapter 6. Command Interface

Table of Contents

6.1. Syntax
6.2. Generic Command Responses
6.3. Configuration File
6.4. Interactive Interface

This chapter describes the command set provided by the device driver. This command set is available through the interactive command interface and is also used for configuring the driver at startup via a configuration file. There is no special distinction between the interactive commands issued at run-time and the configuration file commands. The configuration file is simply a convenient way of executing a common set of commands at startup.

6.1. Syntax

The syntax for all commands is as follows:

(command [parameter [parameter ...]])

If an unknown command or insufficient parameters are supplied, then an error is returned. If any errors are generated while processing the configuration file, then a message is generated indicating the configuration file has errors, and the driver will not be started.

Most numbers (such as addresses and data) can be entered as decimal or as hexadecimal numbers formatted as 0xnn or 0Xnnnn.