SerialConnection.BytesLeftToSend
From Xojo Documentation
This item was deprecated in version 2019r2. Please use SerialConnection.BytesLeftToSend as a replacement. |
Read-Only Property (As Integer )
IntegerValue = aSerialConnection.BytesLeftToSend
New in 2019r2
Supported for all project types and targets.
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)