Function TCDrain (Fd:longint) : Boolean;
TCDrain waits until all data to file descriptor Fd is transmitted.
The function returns True if the call was succesfull, False otherwise.
Errors are reported in LinuxError
termios (2)