Command Processor Registry Settings

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The command processor registry stores information necessary to configure the behavior of the command processor.

The HKEY_LOCAL_MACHINE\Drivers\Console registry key is required to configure the command processor. You can use this registry key to redirect the command processor output to COM1 serial port. The following table shows the named values for the Console settings.

Note

The default registry values vary depending on which Catalog items are included in your OS design. For more information, see Default Registry Settings.

Value : type Description

OutputTo : REG_DWORD

No default setting. This value controls whether the command processor output is redirected to the serial port.

Setting this value to -1 will redirect the output to a debug port.

Setting this value to 0 to specifies no redirection.

Setting this value to a number greater than 0 and less than 10 will redirect to a serial port.

COMSpeed : REG_DWORD

Defaults to 19600 bps, and specifies the serial port speed.

See Also

Other Resources