搜索资源列表
xmodem.zip
- xmodem协议源码实现
XMODEM.C
- 这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。 测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用。 软件测试最困难的问题之一是知道何时停止测试(When to stop testing? ) 自己测试自己的程序是不可能的。 当一个软件被测出的缺陷数目增加时,更多的未被发现的缺陷存在的概率也随之增加。 -This XMODEM transfer protocol source code, the test can o
MIPS-xmodem
- MIPS架构Xmodem和Ymodem源码程序,和tftp齐名常用网络通讯协议-MIPS architecture Xmodem and Ymodem source procedures, and tftp par common network communication protocol
XMODEM
- Source code for executing XModem function
Xmodem
- This source is XMODEM routine using ATMEL T89C51. This is very useful for embedded modem developer.
xmodem
- xmodem source code. for communication
xmodem.rar
- XMODEM协议说明 CRC16校验原理,CRC16 checksum XMODEM agreement that the principle of
xmodem.c.tar
- Xmodem program used to transfer the files using the xmodem protocol
xmodem+c.html.tar
- c-Xmodem sources read your package and describe it at least 40 bytes in English.-c-Xmodem sources read your package and describe it at least 40 bytes in English.
Xmodem-All
- 在VC6.0下编译,可以通过Xmodem—128、256、512和1K Xmodem协议传输文件到单片机,避免了繁琐的烧录步骤-In VC6.0 compiled, you can Xmodem-128, 256,512 and the 1K Xmodem protocol to transfer files to the microcontroller, avoiding the tedious steps in burning
the-realization-of-Xmodem-protocol-based-on-UDP.ra
- 对Xmodem 协议进行分析,设计Xmodem 协议的结构、机制、元素等。利用Socket 接口编程实现基于UDP 的Xmodem 协议-Of Xmodem protocol analysis, design Xmodem protocol structure, mechanism, elements and so on. Socket Interface Programming using the Xmodem protocol based on UDP
XModem
- 用xModem协议的AVR单片机的BootLoader-USE XModem to Flash AVR MCU FLASH,
Xmodem
- 用 UART 做文件传输(采用 Xmodem协议)-UART to do with the file transfer (using the Xmodem protocol)
AT91RM9200-ARM-Xmodem
- 基于AT91RM9200芯片的Xmodem传输协议,里面包括CRC算法和Xmodem的接受和发送的源程序。-Based on AT91RM9200 chip Xmodem transfer protocol, which includes Xmodem CRC algorithm and the acceptance and transmission of the source.
XMODEM
- XMODEM的好资料 可以让更多的初学者学习。-XMODEM good information allows beginners to learn more.
xmodem
- 在Linux中xmodem传输协议的实现。 在s3c2410上的xmodem传输协议的实现。-In Linux, xmodem transfer protocol implementations. S3c2410 xmodem on the transport protocol implementation.
CRC16-XMODEM
- 用于xmodbus方式通讯。使用labview编制CRC16-XMODEM.vi(Kaubamaja for Xmodbus communication. Using LabVIEW establishment.CRC16-XMODEM.vi)
Xmodem
- XMODEM协议是一种串口通信中广泛用到的异步文件传输协议。分为标准Xmodem和1k-Xmodem两种,前者以128字节块的形式传输数据,后者字节块为1k即1024字节,并且每个块都使用一个校验和过程来进行错误检测。在校验过程中如果接收方关于一个块的校验和与它在发送方的校验和相同时,接收方就向发送方发送一个确认字节(ACK)。由于Xmodem需要对每个块都进行认可,这将导致性能有所下降,特别是延时比较长的场合,这种协议显得效率更低。(XMODEM protocol is a widely us
xmodem.tar
- 一个非常小巧方便的xmodem程序,可用与单片机IAP在线升级,用了很多年,非常稳定;(A very small and convenient XMODEM program, can be used with the MCU IAP online upgrade, for many years, very stable;)
Xmodem
- Xmodem协议的使用与接口的实现,可以通过次协议进行串口的传输(The use of the Xmodem protocol and the implementation of the interface can transmit the serial port through the sub protocol)