代码搜索:XMODEM
找到约 707 项符合「XMODEM」的源代码
代码结果 707
www.eeworm.com/read/374737/9387223
h xmodem.h
/* Xmodem的控制字符 */
#define SOH 0x01
#define EOT 0x04
#define ACK 0x06
#define NAK 0x15
#define CAN 0x18
/* 协议的常量设置 */
#define BLOCK_SIZE 128
#define ONE_SECOND 1000000 /* 延迟的时间 */
/*
www.eeworm.com/read/374737/9387229
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
www.eeworm.com/read/374737/9387239
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/374737/9387258
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
www.eeworm.com/read/374235/9413081
doc xmodem.doc
Table of Contents
1. DEFINITIONS
2. TRANSMISSION MEDIUM LEVEL PROTOCOL
3. MESSAGE BLOCK LEVEL PROTOCOL
4. FILE LEVEL PROTOCOL
5. DATA FLOW EXAMPLE INCLUDING ERROR RECOVERY
6. PROGRAMMING TIPS.
--
www.eeworm.com/read/373804/9436065
cof xmodem.cof
www.eeworm.com/read/373804/9436079
s xmodem.s
.module xmodem.c
.area text(rom, con, rel)
.dbfile E:\GPRS资料\M16_Xmodem\xmodem.c
.area data(ram, con, rel)
.dbfile E:\GPRS资料\M16_Xmodem\xmodem.c
_DATA_AT::
.blkw 1
.area idata
.word L1
www.eeworm.com/read/373804/9436082
dbg xmodem.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR F:\GPRS资料\M16_Xmodem\
FILE m16_Xmodem.c
STRUCT 131 Message
FIELD 0 Data_Len c
FIELD 1 Message A[128:128]c
FIELD 129 User_Data i
www.eeworm.com/read/373804/9436088
src xmodem.src
[Files]
m16_Xmodem.c
[Headers]
pic_crc_data.h
[Documents]
www.eeworm.com/read/373804/9436090
c xmodem.c
#include "xmodem.h"
#include "pic_crc_data.h"
uchar sending;
extern uchar receive_data[STRING_LENGTH];
extern int receive_sp=0;
uchar const *pic;
uchar temp_char0=0;
uchar xmodedata; //