Functions for accessing supported output devices (parport, serial device, ..) More...
#include <termios.h>
#include <signal.h>
#include <stdint.h>
Functions | |
Accessing an output device | |
serdisp_CONN_t * | SDCONN_open (const char sdcdev[]) |
opens an output device More... | |
void | SDCONN_close (serdisp_CONN_t *sdcd) |
closes an output device More... | |
Deprecated functions | |
serdisp_CONN_t * | SDCONN_import_PP (int directIO, int hport) |
imports an existing parport handle More... | |