SerialPortConfigNewLine Property |
The message terminator sequence used when reading from or writing to the serial port.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 2.3.5
Syntaxpublic string NewLine { get; set; }
Property Value
StringDefault is "\n" (a single LF (line-feed) character).
See Also