Click or drag to resize

CommandListAppendSerialPortTransmitLine Method

Sends a message and the configured end-of-line sequence via the serial port.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendSerialPortTransmitLine(
	string message
)

Parameters

message  String
The message to be sent.
Remarks

The configured SerialPortConfigNewLine sequence is automatically appended to the message.

Appends a SERIAL_PORT_TRANSMIT_LINE command to the list.

See Also