eZ80 Serial Driver


DDK Sample Design
ZiLOG Application Note
How to create and install a XINU driver for eZ80 family of processors
Author: Andrei Kovalev
FAE ZiLOG Germany

getc

Usage:int getc( int hcom );
Parameters:
int hcomthe communication device descriptor obtained from open()
Return value:on success this function returns a single character, promoted to an int in an unsigned manner. On failure it returns SYSERR
Description:This function reads one byte from the device specified by the device descriptor.

Documenation Index
Home | Downloads | eZ80 Module

1