Sets serial port settings from the string.
| Visual Basic .NET | Sub SetSettingsFromString(ByVal Settings As String)
|
|---|---|
| Visual C# | 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".