Implementation of UART. More...
#include "UART.h"
#include <stdio.h>
#include <memory.h>
#include <fcntl.h>
#include <unistd.h>
#include <termios.h>
Implementation of UART.