This documentation is archived and is not being maintained.
SerialPort::Write Method
Visual Studio 2010
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.
| Name | Description | |
|---|---|---|
|
Write(String) | Writes the specified string to the serial port. |
|
Write(array<Byte>, Int32, Int32) | Writes a specified number of bytes to the serial port using data from a buffer. |
|
Write(array<Char>, Int32, Int32) | Writes a specified number of characters to the serial port using data from a buffer. |
Show: