• 大小: 0.01M
    文件类型: .c
    金币: 1
    下载: 0 次
    发布日期: 2021-02-22
  • 语言: C/C++
  • 标签:

资源简介

YModem 协议部分

资源截图

代码片段和文件信息

/*
********************************************************************************
*                           
*                              YModem 协议部分
*
* File          : YModem.C
* Version       : V1.0
* By            : whq
*
* For           : Stm32f10x
* Mode          : Thumb2
* Toolchain     : 
*                   RealView Microcontroller Development Kit (MDK)
*                   Keil uVision
* Description   : 
*
*
* Date          : 2013.2.20
*******************************************************************************/



#include 

#include “YModem.h“
#include “common.h“
#include “bsp.h“

#define SendString(a b)    BspUsart1Send(a b)     //串口发送函数 a:字符串 b:长度
#define ReceiveString(a)    BspUsart1Receive(a)     //串口接收函数


// static const unsigned short CRC16TAB[ 256 ] =
// {
//     0x0000 0x1021 0x2042 0x3063 0x4084 0x50a5 0x60c6 0x70e7
//     0x8108 0x9129 0xa14a 0xb16b 0xc18c 0xd1ad 0xe1ce 0xf1ef
//     0x1231 

评论

共有 条评论