O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
Loading...
Searching...
No Matches
apply_options.c File Reference

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.

Detailed Description

Apply options to a serial port.

Author
Antoine GAGNIERE

Definition in file apply_options.c.