代码搜索:XModem

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

代码结果 707
www.eeworm.com/read/345878/3196162

mk xmodem.mk

# # Warning: This Makefile is generated by the genmake program from the template: # gen_arx.mk - template for ARM compiler to build executables # It is advised that you not modify this by hand. If
www.eeworm.com/read/339448/3300445

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/326822/3467094

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/326822/3467203

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/306946/3730602

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/306946/3730656

h xmodem.h

/* * xmodem.h * */ /* returns the number of bytes transferred */ __u32 xmodem_receive(char *dest, size_t len);
www.eeworm.com/read/293248/3933632

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/293248/3933794

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/293248/3933847

h xmodem.h

/* * xmodem.h * */ /* returns the number of bytes transferred */ __u32 xmodem_receive(char *dest, size_t len);
www.eeworm.com/read/288260/4008622

h xmodem.h

#ifndef __XMODEM_H__ #define __XMODEM_H__ #include "../inc/macro.h" #define XMODEM_SOH 0x01 #define XMODEM_STX 0x02 #define XMODEM_ETX 0x03 #define XMODEM_EOT 0x04 #defi