代码搜索:ZModem
找到约 401 项符合「ZModem」的源代码
代码结果 401
www.eeworm.com/read/259535/11784412
changelog
2006/09/04 Sebastian Block
* Added FileDialog
* Added Basic Control Char interaction
2004/10/25 Sebastian Block
* Fixes configure script (if qmake is in QTDIR and not in PATH)
* Fixes Copy
www.eeworm.com/read/338866/12275545
txt lrzsz介绍.txt
问题:由于TARGET中不支持NFS,也无法使用FTP下载,所以需要利用
工具,可以只通过串口就可以完成上HOST与TARGET的上传下载,
方便程序调试。
lrz、lsz介绍:
lrzsz是源于unix平台下使用<mark>zmodem</mark>协议来传输文件的工具,
支持X/Y/<mark>Zmodem</mark>协议。
<mark>Zmodem</mark>协议:
是一种异步通信协议
Xmodem协议的增强版,比xmodem按128字 ...
www.eeworm.com/read/147315/12565225
beos fastcheck.beos
#! /bin/sh
srcdir="$1"
if test $srcdir = . ; then
srcdir=`pwd`
fi
if test $srcdir = .. ; then
srcdir=`pwd`/..
fi
objdir="$2"
if test $objdir = . ; then
objdir=`pwd`
fi
testdir=$objdir/fastcheck.lr
www.eeworm.com/read/147315/12565386
sh fastcheck.sh
#! /bin/sh
srcdir="$1"
if test $srcdir = . ; then
srcdir=`pwd`
fi
if test $srcdir = .. ; then
srcdir=`pwd`/..
fi
objdir="$2"
if test $objdir = . ; then
objdir=`pwd`
fi
testdir=$objdir/fastcheck.lr
www.eeworm.com/read/284630/8912806
key rzsztlb.key
Fast, reliable VMS ZMODEM-90(Tm) protocol file transfer programs
with MobyTurbo(Tm and Crash Recovery for use only with DSZ,
ZCOMM, and Pro-YAM. 1-27-94 Improved througput on some VAX
machines. Uplo
www.eeworm.com/read/147315/12565315
lrzsz check.lrzsz
#! /bin/sh
testdir="testdir.lrzsz"
srcdir="$1"
if test $srcdir = . ; then
srcdir=`pwd`
fi
if test $srcdir = .. ; then
srcdir=`pwd`/..
fi
objdir="$2"
if test $objdir = . ; then
objdir=`pwd`
fi
if
www.eeworm.com/read/352152/10577887
cpp stdafx.cpp
// stdafx.cpp : Quelltextdatei, die nur die Standard-Includes einbindet
// ZModem.pch ist die vorcompilierte Header-Datei
// stdafx.obj enth鋖t die vorcompilierte Typinformation
#include "stdafx.h
www.eeworm.com/read/399185/7881906
cpp stdafx.cpp
// stdafx.cpp : Quelltextdatei, die nur die Standard-Includes einbindet
// ZModem.pch ist die vorcompilierte Header-Datei
// stdafx.obj enth鋖t die vorcompilierte Typinformation
#include "stdafx.h
www.eeworm.com/read/399183/7882088
cpp stdafx.cpp
// stdafx.cpp : Quelltextdatei, die nur die Standard-Includes einbindet
// ZModem.pch ist die vorcompilierte Header-Datei
// stdafx.obj enth鋖t die vorcompilierte Typinformation
#include "stdafx.h
www.eeworm.com/read/157260/5606908
exp command.exp
load_lib "lrzsz.exp"
if $tracelevel then {
strace $tracelevel
}
# i would really like to throw that code out of zmodem ...
# but then again: somebody might need it, and it's disabled by default.