Implementation of Y-Modem receive protocol. More...
#include "../common/common.h"#include "ymodem_rx.h"#include <string.h>
Go to the source code of this file.
Variables | |
| const unsigned | ReceiveTimeout = 1*1000 |
Implementation of Y-Modem receive protocol.
Definition in file ymodem_rx.cpp.
| const unsigned ReceiveTimeout = 1*1000 |
Minimum time in milli-seconds to wait for data from receiver.
Definition at line 42 of file ymodem_rx.cpp.
1.6.1