代码搜索:XMODEM

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

代码结果 707
www.eeworm.com/read/373804/9436163

_h xmodem._h

#define true 1 #define false 0 #define uchar unsigned char #define uint unsigned int #define ulong unsigned long #define SOH 0x01 #define EOT 0x04 #define ACK 0x06 #
www.eeworm.com/read/168764/9898047

c xmodem.c

/******************************************************************************* * * Filename: xmodem.c * * Instantiation of simple x-modem support using debug uart channel. * * Revision i
www.eeworm.com/read/168764/9898049

h xmodem.h

/******************************************************************************* * * Filename: xmodem.h * * Definition of simple x-modem support using debug uart channel. * * Revision info
www.eeworm.com/read/167443/9968719

c xmodem.c

/* 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 publ
www.eeworm.com/read/163518/10155230

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/163518/10155312

o xmodem.o

www.eeworm.com/read/163518/10155349

o xmodem.o

www.eeworm.com/read/357821/10200754

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/357821/10200784

o xmodem.o

www.eeworm.com/read/357597/10205190

doc xmodem.doc