#include <io.h>
#include <signal.h>
#include <string.h>
#include "contiki.h"
#include "rs232.h"
#include "rs232-slip-drv.h"
#include "uip.h"
#include "uip-fw.h"
#include "lpm.h"
#include "beep.h"
Functions | |
| void | rs232_slip_init (void) |
| Initalize the RS232 port and the SLIP driver. | |
| u16_t | rs232_slip_poll (void) |
| Check if an incoming packet has been received. | |
|
|
Check if an incoming packet has been received. This function checks the receive buffer to see if an entire packet has been received. The actual reception is handled by an interrupt handler.
|
1.3.6