Contiki 2.5
Functions
slipdev.c File Reference

SLIP protocol implementation. More...

#include "uip.h"
#include "uip-fw.h"
#include "slipdev.h"
#include <string.h>

Go to the source code of this file.

Functions

u8_t slipdev_send (void)
 Send the packet in the uip_buf and uip_appdata buffers using the SLIP protocol. More...
 
u16_t slipdev_poll (void)
 Poll the SLIP device for an available packet. More...
 
void slipdev_init (void)
 Initialize the SLIP module. More...
 

Detailed Description

SLIP protocol implementation.

Author
Adam Dunkels adam@.nosp@m.dunk.nosp@m.els.c.nosp@m.om

Definition in file slipdev.c.