代码搜索:XModem

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

代码结果 707
www.eeworm.com/read/27323/864350

o xmodem.o

www.eeworm.com/read/489559/1216398

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/489559/1216431

h xmodem.h

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

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
www.eeworm.com/read/251712/4418251

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/251575/4418723

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/248211/4470635

h xmodem.h

/* Copyright 2001, 2002 Georges Menie (www.menie.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as pub
www.eeworm.com/read/244052/4512962

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/243142/4532436

po xmodem.po

# dummy
www.eeworm.com/read/240577/4571663

h xmodem.h

/*------------------------------------------------------------------------- * Filename: xmodem.h * Version: $Id: xmodem.h,v 1.1 2002/01/05 20:21:49 erikm Exp $ * Copyright: Copyright