Microchip® Advanced Software Framework

xmodem.h File Reference

Function for the XMODEM transfer protocol.

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

#include "compiler.h"
#include "serial.h"

Functions

uint32_t xmodem_receive_file (usart_if usart, int8_t *p_buffer)
 Receive the files through XMODEM protocol. More...
 
void xmodem_send_file (usart_if usart, int8_t *p_buffer, uint32_t ul_length)
 Send the files through XMODEM protocol. More...