代码搜索:XMODEM

找到约 707 项符合「XMODEM」的源代码

代码结果 707
www.eeworm.com/read/198041/7954438

h xmodem.h

/*! \file xmodem.h \brief XModem Transmit/Receive Implementation with CRC and 1K support. */ //***************************************************************************** // // File Name : 'xmode
www.eeworm.com/read/396258/8117982

c xmodem.c

#include #include #include #include #include #include "types.h" #define SOH 0x01 #define STX 0x02 #define EOT 0x04 #define ACK 0x06 #define NAK 0
www.eeworm.com/read/396258/8118050

o xmodem.o

www.eeworm.com/read/295690/8145439

o xmodem.o

www.eeworm.com/read/295690/8145476

o xmodem.o

www.eeworm.com/read/295690/8145493

c xmodem.c

/*------------------------------------------------------------------------- * Filename: xmodem.c * Version: $Id: xmodem.c,v 1.2 2002/01/06 19:02:29 erikm Exp $ * Copyright: Copyright
www.eeworm.com/read/247346/12664059

c xmodem.c

/* * vivi/deriver/serialxmodem.c: * - an implementation of the xmodem protocol from the spec. * * Based on bootldr/xmodem.c (C) 2000 Compaq Computer Coporation. * * Copyright (C) 2001 MIZI R
www.eeworm.com/read/247346/12664067

h xmodem.h

#ifndef _XMODEM_H #define _XMODEM_H //#include "priv_data.h" /* XMODEM parameters */ #define BLOCK_SIZE 128 /* size of transmit blocks */ #define RETRIES 20 /* maximum number of RETRIES */ /* Line
www.eeworm.com/read/247346/12664115

o xmodem.o

www.eeworm.com/read/143390/12878866

c xmodem.c

/*------------------------------------------------------------------------- * Filename: xmodem.c * Version: $Id: xmodem.c,v 1.2 2002/01/06 19:02:29 erikm Exp $ * Copyright: Copyright