Chapter 5: Using the Command Line Interface
Forcing the Device Detection Mode
This command forces the serial port on the BCM2 to enter a specific
device detection mode.
serial deviceDetectionType <mode>
Variables:
• <mode> is one of the detection modes:
automatic
,
forceConsole
,
forceAnalogModem,
or
forceGsmModem
.
automatic The BCM2 automatically detects the type of
the device connected to the serial port.
Select this option unless your BCM2 cannot
correctly detect the device type.
forceConsole The BCM2 attempts to recognize that the
connected device is set for the console
mode.
forceAnalogModem The BCM2 attempts to recognize that the
connected device is an analog modem.
forceGsmModem The BCM2 attempts to recognize that the
connected device is a GSM modem.
Example
The following command sets the CONSOLE baud rate of the BCM2
device's serial port to 9600 bps.
serial consoleBaudRate 9600