Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
serial.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <termios.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/termios.h>
#include <sys/ioctl.h>
+ Include dependency graph for serial.c:

Go to the source code of this file.

Functions

int serial_init (char *port_name)
 

Variables

int fd
 

Function Documentation

int serial_init ( char *  port_name)

Definition at line 28 of file serial.c.

References B115200, and fd.

Referenced by digital_cam_uart_init(), and main().

+ Here is the caller graph for this function:

Variable Documentation