#include <fcntl.h>
#include <termios.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <iostream>
#include <assert.h>
#include <stdint.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | LxSerial |
Defines | |
#define | INVALID_DEVICE_HANDLE -1 |
#define INVALID_DEVICE_HANDLE -1 |
Definition at line 22 of file LxSerial.h.