SpeedNegotiation_Off, SpeedNegotiation_On
The SpeedNegotiation_Off and SpeedNegotiation_On settings specify the command strings that are used to set the modem's speed negotiation modes.
SpeedNegotiation_Off
Connect only at DTE speed, not lower.SpeedNegotiation_On
Use lower DCE speed to connect, if necessary.
Format
A single command string.
Examples
The following two examples demonstrate the use of this entry.
HKR, Settings,SpeedNegotiation_Off,, "N0"
HKR, Settings,SpeedNegotiation_On,, "N1"
Or:
HKR, Settings,SpeedNegotiation_Off,, "&A0"
HKR, Settings,SpeedNegotiation_On,, "&A1"
Remarks
Be sure to include these entries if the modem supports SpeedNegotiation settings.
If the modem does not support a SpeedNegotiation setting, do not include the corresponding INF file entry. The supported commands must be indicated in the ModemOptions member of the Properties INF file entry.
See also