Click or drag to resize

SerialPortAPITransmitLine Method

Sends a string of characters and the configured end-of-line sequence via the card's serial port.

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

Parameters

message  String
The message string that should be sent.
Remarks
Note that the configured SerialPortConfigNewLine is automatically appended to the transmitted message.
See Also