Defines |
#define | SERIAL_BREAK 1235 |
Functions |
void | _initialize_serial (void) |
void | serial_log_command (const char *cmd) |
void | serial_add_interface (struct serial_ops *optable) |
struct serial * | serial_for_fd (int fd) |
struct serial * | serial_open (const char *name) |
struct serial * | serial_fdopen (const int fd) |
void | serial_close (struct serial *scb) |
void | serial_un_fdopen (struct serial *scb) |
int | serial_is_open (struct serial *scb) |
void | serial_ref (struct serial *scb) |
void | serial_unref (struct serial *scb) |
int | serial_readchar (struct serial *scb, int timeout) |
int | serial_write (struct serial *scb, const void *buf, size_t count) |
void | serial_printf (struct serial *desc, const char *format,...) |
int | serial_drain_output (struct serial *scb) |
int | serial_flush_output (struct serial *scb) |
int | serial_flush_input (struct serial *scb) |
int | serial_send_break (struct serial *scb) |
void | serial_raw (struct serial *scb) |
serial_ttystate | serial_get_tty_state (struct serial *scb) |
serial_ttystate | serial_copy_tty_state (struct serial *scb, serial_ttystate ttystate) |
int | serial_set_tty_state (struct serial *scb, serial_ttystate ttystate) |
void | serial_print_tty_state (struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) |
int | serial_noflush_set_tty_state (struct serial *scb, serial_ttystate new_ttystate, serial_ttystate old_ttystate) |
int | serial_setbaudrate (struct serial *scb, int rate) |
int | serial_setstopbits (struct serial *scb, int num) |
int | serial_can_async_p (struct serial *scb) |
int | serial_is_async_p (struct serial *scb) |
void | serial_async (struct serial *scb, serial_event_ftype *handler, void *context) |
void | serial_debug (struct serial *scb, int debug_p) |
int | serial_debug_p (struct serial *scb) |
int | serial_pipe (struct serial *scbs[2]) |
Variables |
int | baud_rate = -1 |