Write Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.IO.Ports Namespace
SerialPort Class
SerialPort Methods
Write Method
Write Method (String)
Write Method (Byte[], Int32, I ...
Write Method (Char[], Int32, I ...
SerialPort Methods
Close Method
DiscardInBuffer Method
DiscardOutBuffer Method
Dispose Method
GetPortNames Method
MemberwiseClone Method
Open Method
Read Method
ReadByte Method
ReadChar Method
ReadExisting Method
ReadLine Method
ReadTo Method
ToString Method
Write Method
WriteLine Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
SerialPort
.
.
::
.
Write Method
Writes data to the serial port output buffer.
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.
Top
See Also
Reference
SerialPort Class
SerialPort Members
System.IO.Ports Namespace
Tags :