home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 September
/
PCWK996.iso
/
polskie
/
orhmet
/
dfdisk
/
rlibc
/
rs232.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-02-28
|
240b
|
11 lines
#ifndef _RS232_H
#define _RS232_H
int initport( unsigned int portadr);
int sendport( unsigned char no, char *str );
int recvport( unsigned char no, char *str );
int get_timeout ( void );
void set_timeout ( int timeout );
#endif