Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The Configkey contains commands for configuring various modem settings. The values under this key override corresponding members of the DevConfigstructure.

The following table shows the named values for the HKEY_LOCAL_MACHINE\Drivers\PCMCIA\ CompanyX-GenericModem-1234 \Unimodem\Configkey.

Value : type Description

BaudRate: REG_DWORD

Specifies the default baud rate for the device, usually 19200.

ByteSize

Specifies the byte size for the device, usually 8.

CallSetupFailTimer: REG_DWORD

Specifies the default number of seconds for connection establishment, usually 120.

DialModifier: REG_SZ

Specifies the modem command string to be issued immediately before the dial command. This value usually is not specified.

EnableAutoBaud: REG_DWORD

Enables or disables auto-baud rate detection for direct serial connection devices. This value is usually set to 0, which disables auto-baud rate detection.

EnableBlindDial: REG_DWORD

Enables or disables blind dial functionality. This value is usually set to 0, which disables blind dial.

EnableFlowHard: REG_DWORD

Enables or disables hardware flow control. This value is usually set to 1, which enables hardware flow control.

EnableFlowSoft: REG_DWORD

Enable or disable software flow control. This value is usually set to 0, which disables software flow control.

EnableToneDial: REG_DWORD

Enables or disables tone dial functionality. This value is usually set to 1, which enables tone dial functionality.

ManualDial: REG_DWORD

Enables or disables manual dial terminal window. This value is usually set to 0, which disables the manual dial terminal window.

Parity: REG_DWORD

Specifies one of the parity modes that are defined in Winbase.h in the %_WINCEROOT%\Public\common\sdk\inc directory. This value is usually set to 0, which means that no parity mode is specified.

PostDialTerminal: REG_DWORD

Enables or disables post-dial terminal window. This value is usually set to 0, which disables the post-dial terminal window.

PreDialTerminal: REG_DWORD

Enables or disables pre-dial terminal window. This value is usually set to 0, which disables the pre-dial terminal window.

StopBits: REG_DWORD

Specifies one of the stop bits modes that are defined in Winbase.h. This value is usually set to 0, which specifies 1 stop bit.

WaitBong: REG_WORD

Specifies the seconds to wait for prompt tone. This value is usually set to 0.

See Also