Microchip® Advanced Software Framework

serial_bridge.c File Reference
#include <stdlib.h>
#include "serial_bridge.h"
#include "sio2host.h"
#include "sio2ncp.h"
#include "asf.h"

Functions

void serial_bridge_handler ()
 The serial_bridge_handler performs the functionality of the serial bridge by pushing data that comes from the host to the NCP and vice-versa. More...
 
void serial_bridge_init ()
 Initializes the Serial Bridge Module Both Host and NCP Serial interfaces are initialized. More...
 

Variables

uint8_t length_received_host
 
uint8_t length_received_ncp
 
uint8_t temp [SIO_RX_BUF_SIZE]
 

uint8_t length_received_host

Referenced by serial_bridge_handler().

uint8_t length_received_ncp

Referenced by serial_bridge_handler().