first try of server-programm with serial port
[openPager.git] / c-prog / captain / capser.h
blob712aba70af66c459a0d5e279f6ff6f6f53c8785e
1 int writeport(int fd, char *chars);
2 int readport(int fd, char *result);
3 int getbaud(int fd);