DEVHIO_sio_flush Function#include <kmc/hio/devhio_sio.h>
int DEVHIO_sio_flush(
int ch
);
| Name | Description | |
|---|---|---|
| in | ch | The wait channel number (from 0 to DEVHIO_COMM_MAX_CHANNEL-1). |
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.
CONFIDENTIAL