.txclear Method
Function: |
For the selected serial port (selection is made through ser.num), clears (deletes all data from) the TX buffer. |
Syntax: |
ser.txclear |
Returns: |
--- |
See Also: |
Details
This method will only work when the port is closed (ser.enabled = NO). You cannot clear the TX buffers while the port is open.