Click or drag to resize

SerialPortSendCharArray(Char, Int32, Int32) Method

Sends a specified number of chars from 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,
	int offset,
	int count
)

Parameters

charArray  Char
The char array to be sent.
offset  Int32
The zero-based char offset in the charArray parameter at which to begin sending chars to the port.
count  Int32
The number of chars to send, starting from offset.

Return Value

Int32
The count of sent bytes.
See Also