home *** CD-ROM | disk | FTP | other *** search
- /*********************
- *
- * si_head.h [NON-ANSI] - header file for serial I/O.
- *
- * Purpose: This file contains the definitions for the serial device
- * handler functions.
- *
- * Blackstar C Function Library
- * (c) Copyright 1985,1989 Sterling Castle Software
- *
- *******/
-
- struct SI_PARMS {
- char type; /* 0=line, 1=modem */
- char baud; /* 0-7 for 110,150,300,600,1200,2400,4800,9600 */
- char parity; /* 0,1,3 for none, odd, even */
- char stop; /* 1 or 2 for # of stop bits */
- char wbits; /* 7 or 8 for bits per word */
- };
-
-