Added support to receive XMODEM-CRC files from the connected serial port.

This commit is contained in:
Eliot Alan Foss 2024-05-28 15:22:29 -07:00 committed by Martin Lund
parent 94e40d82f3
commit d10e762a7d
3 changed files with 403 additions and 7 deletions

View file

@ -30,3 +30,5 @@ typedef enum {
extern char key_hit;
int xymodem_send(int sio, const char *filename, modem_mode_t mode);
int xymodem_receive(int sio, const char *filename, modem_mode_t mode);