搜索资源列表
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)