本帖最后由 conke 于 2010-03-03 10:12 编辑 1. 加入命令行参数 2. 完善数据校验和重传功能 3. g-bios的ymodem与windows的hyper-term通信时还有问题:传输结束时hyper-term不会自动既出,ymodem中CAN相关部分代码还需fix
by conke - MaxWit & g-bios - 2010-02-25 06:27:55 阅读(1847) 回复(0)
set line /dev/ttyUSB1 set speed 115200 set carrier-watch off set handshake none set flow-control none robust set file type bin set file name lit set rec pack 1000 set send pack 1000 set window 5 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/69832/showart_1916322.html
1。 sudo apt-get install ckermit 2。sudo vim /etc/kermit/kermitrc 修改该文件的配置为自己需要的配置 3。使用: sudo kermit [color="#000000"] # kermit C-kermit>[color="#800000"]connect 4.退出: ctrl + c + \ 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/90764/showart_1796689.html
我用的编译器版本是3.4.1 下载C-kermit版本为:cku211.tar.gz 操作如下: 把程序放在/opt下,在root状态下: mkdir /opt/kermit cp cku211.tar.gz /opt/kermit cd /opt/kermit tar zxvf cku211.tar.gz make linux 屏幕显示: make[1]: Entering directory `/opt/kermit' Making C-kermit "8.0.211" for Linux 1.2 or later... IMPORTANT: Read the comments in the linux section of the...
在linux中串口工具除了minicom外,还有kermit工具很好用的. 1、先到http://www.columbia.edu/kermit/ck80.html#download来下载C-kermit。 2. 编译好了,配制信息: set line /dev/ttyS0 set speed 115200 set carrier-watch off set handshake none set flow-control none robust connect 3. 切换...
Linux主机安装了lrzsz软件包 可打开kermit,开发板也安装了lrzsz 。用sent命令传输文件时出现TIMEOUT。这问题怎么解决呢???请大家帮帮忙。
我用的编译器版本是3.4.1 下载C-kermit版本为:cku211.tar.gz 操作如下: 把程序放在/opt下,在root状态下: mkdir /opt/kermit cp cku211.tar.gz /opt/kermit cd /opt/kermit tar zxvf cku211.tar.gz make linux 屏幕显示: make[1]: Entering directory `/opt/kermit' Making C-kermit "8.0.211" for Linux 1.2 or later... IMPORTANT: Read the comments in the linux section of the...
kermit真是个好东西11/30/06 02:57 pm $rpm -q ckermit --qf "%{DESCRIPTION}\n" C-kermit is a combined serial and network communication software package offering a consistent, medium-independent, cross-platform approach to connection establishment, terminal sessions, file transfer and management, character-set translation, and automation of communication tasks. For more infor...
C-kermit是一款集成了网络通信、串口通信的工具,它有如下多种功能 1.支持kermit文件传输协议 2.自定义了一种脚本语言,它强大而易于使用,可用于自动化工作 3.无论是网络通信,还是串口通信,操作是一致的,并支持多种硬件、软件平台 4.有安全认证、加密功能 5.内建FTP、HTTP客户端功能及ssh接口 6.支持字符集转换 介绍在ubuntu8.0.4下安装、使用c-kermit的方法 确保ubuntu能连接上网络,使用一下命令就安装, sudo apt-...