文件名称:Xmodem
- 所属分类:
- 串口编程
- 资源属性:
- [Windows] [Visual.Net] [Basic/ASP] [源码]
- 上传时间:
- 2017-11-02
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 雄霸天****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
XMODEM协议是一种串口通信中广泛用到的异步文件传输协议。分为标准Xmodem和1k-Xmodem两种,前者以128字节块的形式传输数据,后者字节块为1k即1024字节,并且每个块都使用一个校验和过程来进行错误检测。在校验过程中如果接收方关于一个块的校验和与它在发送方的校验和相同时,接收方就向发送方发送一个确认字节(ACK)。由于Xmodem需要对每个块都进行认可,这将导致性能有所下降,特别是延时比较长的场合,这种协议显得效率更低。(XMODEM protocol is a widely used serial communication in the asynchronous file transfer protocol. Divided into standard Xmodem and 1k-Xmodem two, the data of 128 byte blocks, the blocks of bytes for 1K is 1024 bytes, and each block with a checksum and the process for error detection in the verification process. If the receiver is about a block and check with it at the sender's check and at the same time, the receiver to the sender sends a confirmation byte (ACK). Because the Xmodem needs are recognized for each block, which will lead to the decline in performance, especially the long delay situations, this agreement is less efficient.
In addition to Xmodem, and Ymodem, Zmodem protocol. Their agreement is similar to Xmodem, the difference is that Ymodem allows batch file transmission, high efficiency; Zmodem is improved by Xmodem, it only needs to damage other block retransmission, the correct block does not need to send a confirmation byte. Reduces the amount of communication.)
In addition to Xmodem, and Ymodem, Zmodem protocol. Their agreement is similar to Xmodem, the difference is that Ymodem allows batch file transmission, high efficiency; Zmodem is improved by Xmodem, it only needs to damage other block retransmission, the correct block does not need to send a confirmation byte. Reduces the amount of communication.)
相关搜索: xmodem
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Xmodem
Xmodem\CRC16.cs
Xmodem\Xmodem.cs
Xmodem\用法.txt
Xmodem\CRC16.cs
Xmodem\Xmodem.cs
Xmodem\用法.txt