SerialConnection.BytesLeftToSend

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aSerialConnection.BytesLeftToSend

New in 2019r2

Supported for all project types and targets.

The number of bytes left in the queue remaining to be sent.

Sample Code

TextField1.Value = Str(Me.BytesLeftToSend)