|
plptools
|
#include "config.h"#include <stdio.h>#include <fcntl.h>#include <unistd.h>#include <string.h>#include <termios.h>#include <errno.h>#include <stdlib.h>#include "mp_serial.h"
Go to the source code of this file.
Macros | |
| #define | O_NOCTTY 0 |
Functions | |
| int | init_serial (const char *dev, int speed, int debug) |
| void | ser_exit (int fd) |
| #define O_NOCTTY 0 |
Definition at line 54 of file mp_serial.c.
| int init_serial | ( | const char * | dev, |
| int | speed, | ||
| int | debug | ||
| ) |
Definition at line 58 of file mp_serial.c.
| void ser_exit | ( | int | fd | ) |
Definition at line 172 of file mp_serial.c.