On Fri, 12 Jul 2002 23:22:13 +0200, you wrote:

> +    /* MSDN says: If hFile is a handle to a communications device,
> +     * the function only flushes the transmit buffer. 
> +     */
> +    ret = (tcdrain( serial->obj.fd ) != -1);

Hmm, doesn't that mean you should use tcflush() instead?

Rein.
-- 
Rein Klazes
[EMAIL PROTECTED]

Reply via email to