代码搜索:XModem
找到约 707 项符合「XModem」的源代码
代码结果 707
www.eeworm.com/read/383783/2613094
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
www.eeworm.com/read/383783/2613095
h xmodem.h
/*
* xmodem.h
*
*/
#ifndef __XMODEM_H__
#define __XMODEM_H__
//#define USE_FIFO
#ifdef USE_FIFO
#define SERIAL_CHAR_READY() ((rUFSTAT0 & 0x0f))
#define SERIAL_READ_CHAR() (rURXH0)
#de
www.eeworm.com/read/374282/2754986
h xmodem.h
/*-------------------------------------------------------------------------
* Filename: xmodem.h
* Version: $Id: xmodem.h,v 1.1 2002/01/05 20:21:49 erikm Exp $
* Copyright: Copyright
www.eeworm.com/read/374282/2755077
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/366992/2855952
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/350730/3116998
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/350730/3117052
h xmodem.h
/*
* xmodem.h
*
*/
/* returns the number of bytes transferred */
__u32 xmodem_receive(char *dest, size_t len);
www.eeworm.com/read/262041/4317946
c xmodem.c
/* xmodem.c:
* Command to upload or download via XMODEM protocol. Xmodem is quite
* limited, but adequate for simple file up/down load.
* This also supports XMODEM-1K and YMODEM. YMODEM is an
www.eeworm.com/read/157260/5606917
exp xmodem.exp
load_lib "lrzsz.exp"
if $tracelevel then {
strace $tracelevel
}
# why ascii mode? xmodem in binary mode appends ^Zs to pad blocks ...
#
runxmodem xmodem $objdir/../src/lsz "-qa" \
$objdir/../s
www.eeworm.com/read/193315/8239787
h xmodem.h
/* $Id: xmodem.h,v 1.2 2001/10/25 23:56:29 efalk Exp $ */
#include
typedef int bool ;
typedef enum {
Xmodem=0,
XmodemCrc=1,
WXmodem=2,
Ymodem=3,
YmodemG=4,
} Pr