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