代码搜索:ymodem

找到约 179 项符合「ymodem」的源代码

代码结果 179
www.eeworm.com/read/309772/13664731

c ymodem.c

#include "ymodem.h" #include #include "mylib.h" int Uart_RecvByteTimeout(char * ch) { int rx; int time = 0; while(time < 15000) { rx = getc(); if(rx != -1){ //Receive data rea
www.eeworm.com/read/309772/13664746

o ymodem.o

www.eeworm.com/read/152660/5672460

c ymodem.c

/* * YMODEM * * Copyright (C) 2001 John G Dorsey * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publish
www.eeworm.com/read/409468/11321928

h ymodem.h

/******************** (C) COPYRIGHT 2006 STMicroelectronics ******************** * File Name : ymodem.h * Author : MCD Application Team * Date First Issued : 10/25/2004 * Des
www.eeworm.com/read/409468/11321929

c ymodem.c

/******************** (C) COPYRIGHT 2006 STMicroelectronics ******************** * File Name : ymodem.c * Author : MCD Application Team * Date First Issued : 10/25/2004 * Des
www.eeworm.com/read/261904/11615855

c ymodem.c

/* * YMODEM * * Copyright (C) 2001 John G Dorsey * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publish
www.eeworm.com/read/261904/11616038

h ymodem.h

/* * YMODEM * * Copyright (C) 2001 John G Dorsey * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publishe
www.eeworm.com/read/259302/11808832

c ymodem.c

#include "Ymodem.h" #include "UART.h" #include /******************************************************************************* * Function Name : Receive_Byte * Description : Rec
www.eeworm.com/read/259302/11808859

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 PACKET_OVERHEAD (PACK
www.eeworm.com/read/234665/14102349

c ymodem.c

/* * YMODEM * * Copyright (C) 2001 John G Dorsey * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publish