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.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public string NewLine { get; set; }
Property Value
StringDefault is "\n" (a single LF (line-feed) character).
See Also