BeRTOS
|
X-Modem serial transmission protocol. More...
Go to the source code of this file.
Defines | |
#define | XMODEM_CHECK_ABORT (false) |
Called to know if we want to abort data tranfer. | |
Functions | |
bool | xmodem_recv (KFile *ch, KFile *fd) |
Receive a file using the XModem protocol. | |
bool | xmodem_send (KFile *ch, KFile *fd) |
Transmit some data using the XModem protocol. |
X-Modem serial transmission protocol.
Definition in file xmodem.h.
#define XMODEM_CHECK_ABORT (false) |
Receive a file using the XModem protocol.
ch | Channel to use for transfer |
fd | Destination file |
Transmit some data using the XModem protocol.
ch | Channel to use for transfer |
fd | Source file |