libsigrok  0.4.0
sigrok hardware access and backend library
Functions
serial.c File Reference

Serial port handling. More...

#include <config.h>
#include <string.h>
#include <stdlib.h>
#include <glib.h>
#include <glib/gstdio.h>
#include <libserialport.h>
#include <libsigrok/libsigrok.h>
#include "libsigrok-internal.h"
+ Include dependency graph for serial.c:

Go to the source code of this file.

Functions

void sr_serial_free (struct sr_serial_port *serial)
 Free a previously allocated sr_serial_port structure. More...
 
GSList * sr_serial_list (const struct sr_dev_driver *driver)
 List available serial devices. More...
 

Detailed Description

Serial port handling.

Definition in file serial.c.