1 Star 0 Fork 0

zx2591/rz_ymodem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.c 224 Bytes
一键复制 编辑 原始数据 按行查看 历史
zurueck 提交于 2020-12-16 14:09 . add porting.c for future usage
#include <stdio.h>
#include "ymodem.h"
int main(void) {
unsigned char buff[4097];
printf("YMdebug %s -- 1:1\n", __FUNCTION__);
Ymodem_Receive(buff);
Ymodem_Transmit(buff, "test", 3000);
return 0;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zx2591/rz_ymodem.git
[email protected]:zx2591/rz_ymodem.git
zx2591
rz_ymodem
rz_ymodem
main

搜索帮助