代码搜索:XModem
找到约 707 项符合「XModem」的源代码
代码结果 707
www.eeworm.com/read/193315/8239887
linux makefile.linux
# Eventual final destination for program:
DESTROOT = /usr/local
DESTDIR = $(DESTROOT)/bin
MANDIR = $(DESTROOT)/man
MANSECT = 1
# Temporary final destination for program (e.g. staging area for
# buil
www.eeworm.com/read/8280/145974
pdf 用 uart 做文件传输(采用 xmodem协议).pdf
www.eeworm.com/read/14645/396543
pdf 用 uart 做文件传输(采用 xmodem协议).pdf
www.eeworm.com/read/309583/13668128
c tflash.c
// main.c
// 引导程序的主程序,在硬件初始化、自检完成后调用
// 所做的工作包括:
// 1、发送Boot Error信息
// 2、执行串口命令,若无命令,等待
/*
* 2001/5/14 paladin Xdown():If fail to getPacket,regetPacket.
* Xup():If fail to putPacket
www.eeworm.com/read/309583/13668135
c main_.c
// main.c
// 引导程序的主程序,在硬件初始化、自检完成后调用
// 所做的工作包括:
// 1、发送Boot Error信息
// 2、执行串口命令,若无命令,等待
/*
* 2001/5/14 paladin Xdown():If fail to getPacket,regetPacket.
* Xup():If fail to putPacket
www.eeworm.com/read/309583/13668141
bak main.c.bak
// main.c
// 引导程序的主程序,在硬件初始化、自检完成后调用
// 所做的工作包括:
// 1、发送Boot Error信息
// 2、执行串口命令,若无命令,等待
/*
* 2001/5/14 paladin Xdown():If fail to getPacket,regetPacket.
* Xup():If fail to putPacket
www.eeworm.com/read/309583/13668143
c main.c
// main.c
// 引导程序的主程序,在硬件初始化、自检完成后调用
// 所做的工作包括:
// 1、发送Boot Error信息
// 2、执行串口命令,若无命令,等待
/*
* 2001/5/14 paladin Xdown():If fail to getPacket,regetPacket.
* Xup():If fail to putPacket
www.eeworm.com/read/172197/9720014
makefile
SHELL = /bin/sh
bindir = /usr/local/arm/bin
CC = ${bindir}/arm-linux-gcc
AS = ${bindir}/arm-linux-as
LD = ${bindir}/arm-linux-ld
OBJCOPY = ${bindir}/arm-linux-objcopy
CFILES = pstring.o cmd.o uart.
www.eeworm.com/read/100079/15885900
c x_win.c
/*
* Display the file transfer window, and invoke the transfer protocol.
*/
#include
#include
#include "dial_dir.h"
#include "misc.h"
#include "status.h"
#include "xmodem.h"
v
www.eeworm.com/read/286247/8780608
txt modem.txt
<mark>XMODEM</mark>/CRC(修改案)邮件发送、接收
一 程序的整体结构
1 发送、接收的中断驱动:
功能: A . .初始化串口:设置口速率,校验,停止位,数据位。
.始化8259,使之允许COM口产生中断。(设置20H)
.初始化8250中断允许寄存器(IER 0X3F9)。允许发送、接
收中断。
.设置发送、接 ...