UART driver. More...
#include "uart.h"
#include <nfc/nfc-messages.h>
#include <sys/select.h>
#include <termios.h>
Go to the source code of this file.
UART driver.
This file contains 2 implementations of UART driver: first for POSIX systems, second for Windows system.
Definition in file uart.c.