Click or drag to resize

SerialPortConfigNewLine Property

The message terminator sequence used for line-oriented text messages when reading from or writing to the serial port.

Note that it is only applied automatically to messages sent using the following commands and methods:


Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public string NewLine { get; set; }

Property Value

String
Default is "\n" (a single LF (line-feed) character).
See Also