void slipdev_init(void)
Initialize the SLIP module.
Header file for the uIP TCP/IP stack.
void slipdev_char_put(uint8_t c)
Put a character on the serial device.
uint8_t slipdev_send(void)
Send the packet in the uip_buf and uip_appdata buffers using the SLIP protocol.
uint8_t slipdev_char_poll(uint8_t *c)
Poll the serial device for a character.
uint16_t slipdev_poll(void)
Poll the SLIP device for an available packet.