21 #ifndef SELKIELoggerBase_Serial
22 #define SELKIELoggerBase_Serial
int openSerialConnection(const char *port, const int baudRate)
Open a serial connection at a given baud rate.
int baud_to_flag(const int rate)
Convert a numerical baud rate to termios flag.
int flag_to_baud(const int flag)
Convert a termios baud rate flag to a numerical value.