procedure SetDevConfig(const Config : TLmModem);
Forces a modem configuration structure.
The modemcap database file contains a list of modems and their configuration. The SetDevConfig method forces a new configuration structure, which will be used in subsequent calls to the AutoAnswer, ConfigAndOpen, and Dial methods.
This method is intended to be used after the GetDevConfig method provides the default configuration structure for the modem. Additional configuration settings, or port options, can be defined for the session. Changes made through SetDevConfig will remain in effect until the SelectedDevice is changed or the application is terminated. This method will not change the modem definition in the modemcap database.
See also: GetDevConfig