Welcome![Sign In][Sign Up]
Location:
Search - xmodem

Search list

[Communication-Mobilexmodem.zip

Description: xmodem协议源码实现
Platform: | Size: 15730 | Author: | Hits:

[CommunicationXMODEM.C

Description: 这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。 测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用。 软件测试最困难的问题之一是知道何时停止测试(When to stop testing? ) 自己测试自己的程序是不可能的。 当一个软件被测出的缺陷数目增加时,更多的未被发现的缺陷存在的概率也随之增加。 -This XMODEM transfer protocol source code, the test can only be proved wrong there and not show anything wrong procedure. The two test role is : procedures for determining the existence of defects; Contribute to the judge whether the procedure can be used in practice. Software testing the most difficult one of the problems is to know when to stop testing (When to stop testing) testing their own procedures is not possible. When a software detected the increase in the number of defects, more undiscovered flaws in the probability has increased.
Platform: | Size: 2288 | Author: 伍先生 | Hits:

[Other resourceMIPS-xmodem

Description: MIPS架构Xmodem和Ymodem源码程序,和tftp齐名常用网络通讯协议-MIPS architecture Xmodem and Ymodem source procedures, and tftp par common network communication protocol
Platform: | Size: 15909 | Author: 栋梁 | Hits:

[Modem programXMODEM

Description: Source code for executing XModem function
Platform: | Size: 6983 | Author: Vincent Wu | Hits:

[Modem programXmodem

Description: This source is XMODEM routine using ATMEL T89C51. This is very useful for embedded modem developer.
Platform: | Size: 8865 | Author: sunghyok | Hits:

[Com Portxmodem

Description: xmodem source code. for communication
Platform: | Size: 15359 | Author: 广州老赵 | Hits:

[Com Portxmodem

Description: xmodem协议接收程序,和平台无关,只要加上串口发送函数即可使用。(内有详细说明)
Platform: | Size: 8921 | Author: zhangbingbo | Hits:

[Embeded-SCM DevelopXmodem

Description: 基于S3C2410的xmodem协议实现,实现后可以通过该协议完成target和host的文件传输,不需要再用Jtag烧板子
Platform: | Size: 43415 | Author: 刘远浩 | Hits:

[Communicationxmodem-receiver

Description: xmodem协议源码实现,用java实现,采用eclipse开发,支持多线程.
Platform: | Size: 5820 | Author: 马硕 | Hits:

[Other resourcexmodem

Description: 在阳初s3c2410开发板上实现的xmodem传输协议
Platform: | Size: 43691 | Author: 杜剑峰 | Hits:

[Otherxmodem

Description: Xmodem源码
Platform: | Size: 15721 | Author: martin | Hits:

[Embeded-SCM Developxmodem

Description: XMODEM 是一种适合在两个计算机之间进行文件传输的简单协议。嵌入式系统调试环境经常利用此协议或其变体,通过UART 端口进行image 的下载。实践者通过此实验环节可对通信协议的基本要素有较深入的了解,同时对通信协议在实时操作系统环境下的实现方式有初步了解。
Platform: | Size: 4822 | Author: 王昊 | Hits:

[VC/MFC1k-xmodem

Description: 通过使用C++实现1K xmodem实现程序,程序简单明了-Achieved through the use of C++ implementation 1K xmodem program, the program is simple
Platform: | Size: 1024 | Author: 李雪 | Hits:

[Program docXMODEM

Description: XMODEM的好资料 可以让更多的初学者学习。-XMODEM good information allows beginners to learn more.
Platform: | Size: 316416 | Author: | Hits:

[Linux-Unixxmodem

Description: 在Linux中xmodem传输协议的实现。 在s3c2410上的xmodem传输协议的实现。-In Linux, xmodem transfer protocol implementations. S3c2410 xmodem on the transport protocol implementation.
Platform: | Size: 5120 | Author: jeffy | Hits:

[WinSock-NDISxmodem

Description: 使用VC6, 实现的xmodem程序。可以使用
Platform: | Size: 16291 | Author: xsa@5xsa.cn | Hits:

[Communication-MobileCRC16-XMODEM

Description: 用于xmodbus方式通讯。使用labview编制CRC16-XMODEM.vi(Kaubamaja for Xmodbus communication. Using LabVIEW establishment.CRC16-XMODEM.vi)
Platform: | Size: 11264 | Author: cunfengabc | Hits:

[Com PortXmodem

Description: 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.)
Platform: | Size: 3072 | Author: 雄霸天下19 | Hits:

[SCMxmodem.tar

Description: 一个非常小巧方便的xmodem程序,可用与单片机IAP在线升级,用了很多年,非常稳定;(A very small and convenient XMODEM program, can be used with the MCU IAP online upgrade, for many years, very stable;)
Platform: | Size: 1024 | Author: beyonne&bruce | Hits:

[DocumentsXmodem

Description: Xmodem协议的使用与接口的实现,可以通过次协议进行串口的传输(The use of the Xmodem protocol and the implementation of the interface can transmit the serial port through the sub protocol)
Platform: | Size: 5120 | Author: pengfujin | Hits:
« 1 23 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net