WriteArray Method

Description

The WriteArray method writes data to virtual serial port.
This method is Visual Basic specific.

Syntax

Visual Basic

object.WriteArray WriteBuffer() as Byte, [BytesToWrite]

Remarks

Parameter Description
WriteBuffer A array of bytes containing the data to be written to the serial port.
BytesToWrite A number of bytes to be written to the serial port.

Errors

This method may throw following exceptions: