43 #include "dev/rs232.h"
48 slip_putchar(
char c, FILE *stream)
51 static char debug_frame = 0;
73 static FILE slip_stdout = FDEV_SETUP_STREAM(slip_putchar,
NULL,
80 stdout = &slip_stdout;
void slip_arch_writeb(unsigned char c)
Copyright (c) 2014, Analog Devices, Inc.
void rs232_set_input(int(*f)(unsigned char))
Set an input handler for incoming RS232 data.
#define NULL
The null pointer.
void slip_arch_init(unsigned long ubr)
Initalize the RS232 port and the SLIP driver.