home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 September / PCWK996.iso / polskie / orhmet / dfdisk / rlibc / rs232.h < prev    next >
C/C++ Source or Header  |  1996-02-28  |  240b  |  11 lines

  1. #ifndef _RS232_H
  2. #define _RS232_H
  3.  
  4. int initport( unsigned int portadr);
  5. int sendport( unsigned char no, char *str );
  6. int recvport( unsigned char no, char *str );
  7. int get_timeout ( void );
  8. void set_timeout ( int timeout );
  9.  
  10. #endif
  11.