Sets serial port settings from the string.
| Delphi | procedure SetSettingsFromString(Settings: String);
|
|---|---|
| BCBuilder | void SetSettingsFromString(String Settings);
|
Settings
[in] String taht contains COM port settings.
The method may throw exception. Refer to Handle errors sample for details.
String of following format: "SPEED,PARITY,BYTE_SIZE,STOP_BITS,FLOW_CONTROL".
For example, "9600,N,8,1,P".