Ser.Newtxlen R/O Property

Top  Previous  Next

 

Function:

For the selected serial port (selection is made through ser.num) returns the amount of uncommited TX data in bytes.

Type:

Word

Value Range:

0-65535, default= 0 (bytes)

See Also:

Sending (Transmitting) Data, ser.txlen, ser.txfree

 


Details

Uncommitted data is the one that was added to the TX buffer with the ser.setdata method but not yet committed using the ser.send method.