Click or drag to resize

SerialPortConfigNewLine Property

The message terminator sequence used when reading from or writing to the serial port.

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

Property Value

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