65 uint8_t slip_write(
const void *ptr,
int len);
68 extern uint8_t slip_active;
71 extern uint16_t slip_rubbish, slip_twopackets, slip_overflow, slip_ip_drop;
uint8_t slip_send(void)
Send an IP packet from the uIP buffer with SLIP.
void slip_arch_writeb(unsigned char c)
Copyright (c) 2014, Analog Devices, Inc.
int slip_input_byte(unsigned char c)
Input a SLIP byte.
void slip_arch_init(unsigned long ubr)
Initalize the RS232 port and the SLIP driver.
PROCESS_NAME(sample_process)
Process the sampler runs as.
void slip_set_input_callback(void(*c)(void))
Set a function to be called when there is activity on the SLIP interface; used for detecting if a nod...