DEVHIO_sio_flush Function

Syntax

#include <kmc/hio/devhio_sio.h>

int DEVHIO_sio_flush(
     int ch
);

Arguments

Name Description
in ch The wait channel number (from 0 to DEVHIO_COMM_MAX_CHANNEL-1).

Return Values

Description

Waits until all outgoing data has been sent during serial communication.

Note:Although this function waits until the send buffer is empty, it does not wait until the receive buffer on the PC is empty.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL