devc-ser

Hi,
I’m debugging a driver for a TI 16C752 DUART device
driver and I’m noticing that most of the work is being handled
by a function called “ttc” but I cannot find any documentation for
this TTY related function in the source code for the serial drivers.
Anyone know where I can find out about this code?
Thanks,
Randy Hyde

This function is contained in libio-char.a; the source for which can be
found at the following location:

http://cvs.qnx.com/cgi-bin/cvsweb.cgi/lib/io-char/ttc.c

Hope this helps.
Cheers,
-Brian


+================================================+
Brian K. Hlady bhlady@qnx.com
Technical Account Manager (613) 591 0836
QNX Software Systems, Ltd. extension 9268
+================================================+

“Randall Hyde” <randall.nospam.hyde@ustraffic.net> wrote in message
news:avfbbq$3rf$1@inn.qnx.com

Hi,
I’m debugging a driver for a TI 16C752 DUART device
driver and I’m noticing that most of the work is being handled
by a function called “ttc” but I cannot find any documentation for
this TTY related function in the source code for the serial drivers.
Anyone know where I can find out about this code?
Thanks,
Randy Hyde