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