SELKIELogger  1.0.0
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int openSerialConnection (const char *port, const int baudRate)
 Open a serial connection at a given baud rate. More...
 
int baud_to_flag (const int rate)
 Convert a numerical baud rate to termios flag. More...
 
int flag_to_baud (const int flag)
 Convert a termios baud rate flag to a numerical value. More...
 

Detailed Description

Generic serial connection and utility functions

Definition in file serial.h.