TCnSerialPort.WriteLine(String) Method

Writes the specified string and the NewLine value to the output buffer.

Namespace: CNClrLib.Component.SerialPort
public
 procedure WriteLine(Text: String);

Parameters

Text
Type: String

The string to write to the output buffer.

The written output includes the NewLine string.