代码搜索:XModem
找到约 707 项符合「XModem」的源代码
代码结果 707
www.eeworm.com/read/100079/15885920
h xmodem.h
/*
* Definitions for the xmodem stuff.
*/
#define MAX_ERRORS 10
#define SOH 1
#define STX 2
#define EOT 4
#define ACK 6
#define NAK 21
#define CAN 24
#define CTRLZ 26
#define NUM_INTERNAL
www.eeworm.com/read/100059/15887017
obj xmodem.obj
www.eeworm.com/read/373804/9436102
dp2 xmodem.dp2
xmodem.o: E:\GPRS资料\M16_Xmodem\xmodem.h E:\GPRS资料\M16_Xmodem\pic_crc_data.h
www.eeworm.com/read/374737/9387241
txt xmodem_specs.txt
The Xmodem Protocol Specification
MODEM PROTOCOL OVERVIEW
1/1/82 by Ward Christensen. I will maintain a master copy of
this. Please pass on changes or suggestions via CBBS/Chicago
at (312) 545-808
www.eeworm.com/read/374737/9387247
txt xmodem_specs.txt
The Xmodem Protocol Specification
MODEM PROTOCOL OVERVIEW
1/1/82 by Ward Christensen. I will maintain a master copy of
this. Please pass on changes or suggestions via CBBS/Chicago
at (312) 545-808
www.eeworm.com/read/374737/9387248
c xmodem_internet.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/374737/9387259
c xmodem_old.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
www.eeworm.com/read/167443/9968721
txt xmodem_specs.txt
The Xmodem Protocol Specification
MODEM PROTOCOL OVERVIEW
1/1/82 by Ward Christensen. I will maintain a master copy of
this. Please pass on changes or suggestions via CBBS/Chicago
at (312) 545-808
www.eeworm.com/read/278279/10551947
c xmodem_receive.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 ind