mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Added support to receive XMODEM-CRC files from the connected serial port.
This commit is contained in:
parent
94e40d82f3
commit
d10e762a7d
3 changed files with 403 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue