DEVHIO_sio_open Function

Syntax

#include <kmc/hio/devhio_sio.h>

int DEVHIO_sio_open(
     int ch
);

Arguments

Name Description
in ch Channel number (from 0 to DEVHIO_COMM_MAX_CHANNEL-1).

Return Values

Negative value: Error.
Zero or greater: Exited normally.

Description

Opens a serial communication channel.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL