This documentation is archived and is not being maintained.

SerialPort::Write Method

Writes data to the serial port output buffer.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Write(String) Writes the specified string to the serial port.
Public method Write(array<Byte>, Int32, Int32) Writes a specified number of bytes to the serial port using data from a buffer.
Public method Write(array<Char>, Int32, Int32) Writes a specified number of characters to the serial port using data from a buffer.
Top
Show: