Digole Display Driver
Display driver for Digole Serial OLED/LCD displays
Functions
serial.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <termios.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <syslog.h>
#include <errno.h>

Functions

int serial_open (char *comport, int highspeed)
 serial port open
void serial_close (int sfd)
 serial port close

Detailed Description

UNIX Serial port device open/close for read()/write() to operate. Setup serial port to blast bytes over a Unix file descriptor.

Author:
James F Dougherty <[email protected]>
 All Files Functions