The WriteArray method writes data to virtual serial port.
This method is Visual Basic specific.
object.WriteArray WriteBuffer() as Byte, [BytesToWrite]
| 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. |
This method may throw following exceptions: