代码搜索:XModem
找到约 707 项符合「XModem」的源代码
代码结果 707
www.eeworm.com/read/143390/12878976
o xmodem.o
www.eeworm.com/read/143390/12879016
o xmodem.o
www.eeworm.com/read/243136/12959148
h xmodem.h
/* $Id: xmodem.h,v 1.2 2001/10/25 23:56:29 efalk Exp $ */
typedef int bool ;
typedef enum {
Xmodem=0,
XmodemCrc=1,
WXmodem=2,
Ymodem=3,
YmodemG=4,
} Protocol ;
extern bool xm
www.eeworm.com/read/329183/12971802
c xmodem.c
static unsigned char xmodem_buff[128+4];
static unsigned char xmodem_block_number;
static int xmodem_index = -1;
static int get_xmodem_frame(void)
{
TIMER timeout;
int index;
int c;
xm
www.eeworm.com/read/329183/12971842
lst xmodem.lst
C51 COMPILER V7.01 XMODEM 08/31/2007 14:11:36 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE XMODEM
OBJECT MODULE PLACED IN
www.eeworm.com/read/242922/12973459
o xmodem.o
www.eeworm.com/read/242922/12973471
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/242922/12973475
h xmodem.h
/*
* xmodem.h
*
*/
/* returns the number of bytes transferred */
unsigned int xmodem_receive(char *dest, size_t len);
www.eeworm.com/read/241662/13126754