Serial Port: serialport.h Source File
Serial Port 1.0 beta

serialport.h

Go to the documentation of this file.
00001 
00022 #ifndef SERIALPORT_H
00023 #define SERIALPORT_H
00024 
00025 int open_port(int port);
00026 int close_port(int fd);
00027 int setup_port(int fd, int speed, int data_bits, int parity, int stop_bits);
00028 
00029 #endif /* SERIALPORT_H */