代码搜索:XModem

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

代码结果 707
www.eeworm.com/read/418017/2093496

mt hppapro.mt

# Target: PA based debug monitor TDEPFILES= hppa-tdep.o op50-rom.o w89k-rom.o monitor.o xmodem.o dsrec.o TM_FILE= tm-pro.h
www.eeworm.com/read/171024/9774977

1 sz.1

'\" Revision Level '\" Last Delta 02-19-88 .TH SZ 1 OMEN .SH NAME sx, sb, sz \- XMODEM, YMODEM, ZMODEM file send .SH SYNOPSIS sz .RB [\- +1abdefkLlNnopqTtuvyY ] .I file ... .br sb .RB [\- 1adfkqt
www.eeworm.com/read/171024/9774974

1 rz.1

'\" Revision Level '\" Last Delta 03-06-88 .TH RZ 1 OMEN .SH NAME rx, rb, rz \- XMODEM, YMODEM, ZMODEM (Batch) file receive .SH SYNOPSIS .B rz .RB [\- "\ +1abepqtuv" ] .br .B rb .RB [\- "\ +1abqt
www.eeworm.com/read/204964/5026908

c crc16.c

#include #ifndef CRC_TABLE // Non table version of xmodem crc. // This is slower than the table version. u16 getcrc16(u8 const * bufptr, int Length, u16 crc) { // calculate CRC fr
www.eeworm.com/read/419387/2078329

mt hppapro.mt

# OBSOLETE # Target: PA based debug monitor # OBSOLETE TDEPFILES= hppa-tdep.o op50-rom.o w89k-rom.o monitor.o xmodem.o dsrec.o # OBSOLETE TM_FILE= tm-pro.h
www.eeworm.com/read/373804/9436131

_c main._c

//ICC-AVR application builder : 2008-7-29 下午 04:04:26 // Target : M16 // Crystal: 3.6864Mhz #include #include #include "pic_crc_data.h" #include "xmodem.h" #define
www.eeworm.com/read/373804/9436138

c main.c

//ICC-AVR application builder : 2008-7-29 下午 04:04:26 // Target : M16 // Crystal: 3.6864Mhz #include #include #include "pic_crc_data.h" #include "xmodem.h" #define
www.eeworm.com/read/263483/11361532

c load_file.c

#include "inc/command.h" #include "inc/serial.h" #include "inc/xmodem.h" #include #define LOAD_TO_FLASH 1 #define LOAD_TO_RAM 2 #define UNKNOWN_MODEM 0 #define X_MODEM 1 #define Y_MODEM
www.eeworm.com/read/193315/8239758

makefile

# $Id: Makefile,v 1.2 2001/10/25 23:56:29 efalk Exp $ INC = -I.. #OPT = -g OPT = -O CFLAGS = $(OPT) $(INC) -DHAVE_STRDUP AR = ar RANLIB = ranlib HDRS = crctab.h seriallog.h xmodem.h zmodem.h SRC
www.eeworm.com/read/387576/8664856

c command.c

#include "bios.h" #include "stdio.h" #include "uart.h" #include "xmodem.h" #include "command.h" #include "flash.h" #include "utils.h" #include "29dl640.h" UNS32 Down_func(void) { UNS3