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

Serial port handler, includes a buffer. More...

#include <serial.h>

Data Fields

ifstream_t file
 Input file buffered stream.
serial_options_t options
 Terminal options.
bool got_options
 Is options filled ?

Detailed Description

Serial port handler, includes a buffer.

Might or might not be a struct.

Definition at line 28 of file serial.h.