SerialPort.Write Method
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Writes data to the serial port output buffer.
Assembly: System (in System.dll)
Name | Description | |
---|---|---|
![]() | Write(Byte[], Int32, Int32) | Writes a specified number of bytes to the serial port using data from a buffer. |
![]() | Write(Char[], Int32, Int32) | Writes a specified number of characters to the serial port using data from a buffer. |
![]() | Write(String) | Writes the specified string to the serial port. |
Show: