ComOutEmpt() Determines if the transmission buffer is empty Syntax: ComOutEmpt() -> lEmpty Description: Determines if the internal transmission buffer is empty. Return: A logic value indicating if the buffer is empty or not. Example: If ComOutEmpt() Warning( "Write buffer is empty" ) EndIf