home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / comm / ykh121.zip / YKHSRC.ZIP / COMIO.H < prev    next >
Text File  |  1992-10-04  |  312b  |  15 lines

  1. #define COM1_PORT  1
  2. #define COM2_PORT  2
  3. #define CTERM_PORT 3
  4. #define LAT_PORT   4
  5.  
  6. int      com_init  (void           );
  7. unsigned com_open  (unsigned, char*);
  8.  
  9. void     com_close (void);
  10. unsigned com_send  (char);
  11. unsigned com_ready (void);
  12. char     com_get   (void);
  13. char     com_status(void);
  14.  
  15.