45 #include "ctk/libconio_arch-small.h"
49 void rs232_arch_writeb(u8_t ch);
50 void rs232_arch_init(
int (* callback)(
unsigned char),
unsigned long ubr);
52 #include "dev/rs232.h"
55 PROCESS(stest_process,
"Serial test process");
60 rs232_arch_writeb(*str++);
78 rs232_arch_init(serial_line_input_byte, 0);
83 log(
"Starting serial test process");
88 log(
"Sending serial data now");
93 if(ev == serial_line_event_message) {