Click or drag to resize

SerialPortSendCharArray(Char) Method

Sends a char array to the serial port.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public int SendCharArray(
	char[] charArray
)

Parameters

charArray  Char
The char array to be sent.

Return Value

Int32
The count of sent bytes.
See Also