代码搜索:XModem

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

代码结果 707
www.eeworm.com/read/285738/4047167

exp xmodem.exp

load_lib "lrzsz.exp" if $tracelevel then { strace $tracelevel } # why ascii mode? xmodem in binary mode appends ^Zs to pad blocks ... # runxmodem xmodem $objdir/../src/lsz "-qa" \ $objdir/../s
www.eeworm.com/read/281734/4112652

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 MIZI R
www.eeworm.com/read/276987/4159536

c xmodem.c

#include "Xmodem.h" #include "Buffer.h" static enum { ST_HEAD, ST_SEQ, ST_SEQC, ST_DATA, ST_CHKSUM, ST_STORE } CurState; static u32 RecvBuf[PACKET_1K_SIZE >> 2]; static unsigned P
www.eeworm.com/read/276987/4159541

h xmodem.h

#ifndef __XMODEM_H__ #define __XMODEM_H__ #include "Main.h" #define UART0_Rx_Pin (0x0001
www.eeworm.com/read/447361/1705490

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 MIZI R
www.eeworm.com/read/446537/1712979

c xmodem.c

#include #include #include #include "ct_uart.h" //Marlin 20060523 Add #include "ct_drammap.h" //#include "types.h" #include "xmodem.h" #include "db_defs.h" #
www.eeworm.com/read/446537/1712984

h xmodem.h

/************************************************************************** (C)Copyright Cheertek Inc. 2002-2004, K000, all right reserved. Product : STB Firmware
www.eeworm.com/read/444134/1736264

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 MIZI R
www.eeworm.com/read/442033/1767648

c xmodem.c

//========================================================================== // // xyzModem.c // // RedBoot stream handler for xyzModem protocol // //========================================
www.eeworm.com/read/442033/1767652

h xmodem.h

#ifndef _XMODEM_H_ #define _XMODEM_H_ #define XMODEM_SOH 0x01 #define XMODEM_STX 0x02 #define XMODEM_EOT 0x04 #define XMODEM_ACK 0x06 #define XMODEM_BSP 0x08 #define XMODEM_NAK 0x15 #define XMODEM_CA