int writePort(int fd, char *chars);
int readPort (int fd, char *result);
int getBaud  (int fd);
int initPort(char * file, int baud);
