代码搜索:ymodem
找到约 179 项符合「ymodem」的源代码
代码结果 179
www.eeworm.com/read/288815/8605923
h ymodem.h
#ifndef YMODEM_H
#define YMODEM_H
//#define WINYWY
#include
#include /*标准函数库定义*/
#include
#include
#include
www.eeworm.com/read/288815/8605947
c ymodem.c
#include "ymodem.h"
int fd;
char CrcFlag=0;
unsigned int FileLen=0;
unsigned int FileLenBkup=0;
#ifndef WINYWY
int main(int argc,char* argv[])
{
int i;
char bt;
char* fp;
int tr
www.eeworm.com/read/281650/9144039
c ymodem.c
/* YMODEM support for bootldr
* ^^^^^^^^^^^^^^^^^^^^^^^^^^
* Copyright (C) 2001 John G Dorsey
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/281650/9144143
h ymodem.h
/* YMODEM support for bootldr
* ^^^^^^^^^^^^^^^^^^^^^^^^^^
* Copyright (C) 2001 John G Dorsey
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/374235/9413084
doc ymodem.doc
- 1 -
XMODEM/YMODEM PROTOCOL REFERENCE
A compendium of documents describing the
www.eeworm.com/read/175138/9558204
h ymodem.h
/******************** (C) COPYRIGHT 2004 STMicroelectronics ********************
* File Name : ymodem.h
* Author : MCD Application Team
* Date First Issued : 10/25/2004
* Des
www.eeworm.com/read/175138/9558210
c ymodem.c
/******************** (C) COPYRIGHT 2004 STMicroelectronics ********************
* File Name : ymodem.c
* Author : MCD Application Team
* Date First Issued : 10/25/2004
* Des
www.eeworm.com/read/362067/10021089
h ymodem.h
#ifndef _YMODEM_H_
#define _YMODEM_H_
#define PACKET_SEQNO_INDEX (1)
#define PACKET_SEQNO_COMP_INDEX (2)
#define PACKET_HEADER (3)
#define PACKET_TRAILER (2)
#define
www.eeworm.com/read/362067/10021096
c ymodem.c
#include
#include
#include "dm.h"
#include "ymodem.h"
extern UartContextT *psUart;
char file_name[FILE_NAME_LENGTH];
static int receive_byte (char *c, unsigned long t
www.eeworm.com/read/353891/10408085
doc ymodem.doc
- 1 -
XMODEM/YMODEM PROTOCOL REFERENCE
A compendium of documents describing the