OutBufferCount

This property returns the number of characters waiting in the transmit buffer. You also can use it to clear the transmit buffer.

Syntax

object.OutBufferCount [= value]

Parameters

object
Object expression that evaluates to a Comm control.
value
Integer expression that specifies the number of characters waiting in the transmit buffer.

Remarks

The OutBufferCount property is unavailable at design time.

You can clear the transmit buffer by setting the OutBufferCount property to 0.