System.IO.Ports.SerialPort.NewLine Property

Gets or sets the value used to interpret the end of a call to the SerialPort.ReadLine and SerialPort.WriteLine(string) methods.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DefaultValue(" ")]
[System.Diagnostics.MonitoringDescription("")]
public string NewLine { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property defines the end of a line for the SerialPort.ReadLine and SerialPort.WriteLine(string) methods.

Requirements

Namespace: System.IO.Ports
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0