Click or drag to resize

CommandListAppendSerialPortTransmit(Byte) Method

Sends a message 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 AppendSerialPortTransmit(
	byte[] message
)

Parameters

message  Byte
The binary message to be sent.
Remarks

NB: if an End-Of-Message sequence is required (e.g. newline, etc), it must be explicitly included at the end of the message, e.g. "mymessage\n".

Appends a SERIAL_PORT_TRANSMIT command to the list.

See Also