UART implementation based on /dev/tty devices on host. More...
UART implementation based on /dev/tty devices on host.
Definition in file tty_uart.h.
#include "periph/uart.h"
Include dependency graph for tty_uart.h:Go to the source code of this file.
| void | tty_uart_setup (uart_t uart, const char *name) |
| register /dev/tty device to be used for UART More... | |
| void tty_uart_setup | ( | uart_t | uart, |
| const char * | name | ||
| ) |
register /dev/tty device to be used for UART
| [in] | uart | UART id |
| [in] | name | path name for /dev/tty device |