Microchip® Advanced Software Framework

SERIAL.h File Reference

This file contains the Serial interface API used by QDebug component to transfer data over USART Serial interface.

Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.

Functions

void SERIAL_Init (void)
 Initialize the Serial interface. More...
 
void SERIAL_Retrieve_Message (void)
 Retrieve message from remote target over the Serial interface. More...
 
void SERIAL_Send_Message (void)
 Send message to remote target over the Serial interface. More...
 

void SERIAL_Retrieve_Message ( void  )

Retrieve message from remote target over the Serial interface.

References i, MessageReady, RX_Buffer, SERIAL_RX_Buffer, and SERIAL_RX_index.

Referenced by Receive_Message().

void SERIAL_Send_Message ( void  )