資源簡介
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?
評論
共有 條評論