System.IO.Ports.SerialPort.WriteBufferSize Property

Gets or sets the size of the serial port output buffer.

Syntax

[System.ComponentModel.Browsable(true)]
[System.ComponentModel.DefaultValue(2048)]
[System.Diagnostics.MonitoringDescription("")]
public int WriteBufferSize { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The SerialPort.WriteBufferSize property ignores any value smaller than 2048.

Requirements

Namespace: System.IO.Ports
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0