|
Digole Display Driver
Display driver for Digole Serial OLED/LCD displays
|
#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 | |
UNIX Serial port device open/close for read()/write() to operate. Setup serial port to blast bytes over a Unix file descriptor.
1.7.6.1