Click or drag to resize

CommandListAppendSerialPortTransmit(String) Method

Sends a message to the serial port.


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

Parameters

message  String
The message to be sent.
Remarks

NB: if an End-Of-Message sequence is required, it must be explicitly included in the message.

Appends a SERIAL_PORT_TRANSMIT command to the list.

See Also