home *** CD-ROM | disk | FTP | other *** search
- /* comm.h -- header file for communications port i/o */
-
- int comm_open(unsigned unit, unsigned baud, int parity,
- int stop, int wordsize);
- void comm_close_all(void);
- void comm_close(unsigned unit);
- int comm_getc(unsigned unit);
- void comm_clr(unsigned unit);
- int comm_putc(unsigned unit, int c);
-