![]() |
O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
|
Apply options to a serial port. More...
#include "o2s/log.h"
#include "o2s/serial.h"
#include <termios.h>
#include <errno.h>
#include <iso646.h>
#include <stdbool.h>
#include <string.h>
Go to the source code of this file.
Functions | |
bool | serial_apply_options (serial_port_t *port) |
Apply the options immediatly. |
Apply options to a serial port.
Definition in file apply_options.c.