登录
首页 » c » 串口高速接收命令

串口高速接收命令

于 2022-07-12 发布 文件大小:1.92 kB
0 124
下载积分: 2 下载次数: 1

代码说明:

1. //加入以下代码,支持printf函数,而不需要选择use MicroLIB   #if 1 #pragma import(__use_no_semihosting)              //标准库需要的支持函数                  struct __FILE  {  int handle;  };  FILE __stdout;        //定义_sys_exit()以避免使用半主机模式     void _sys_exit(int x)  {  x = x;  }  //重定义fputc函数  int fputc(int ch, FILE *f) {  while((USART1->SR&0X40)==0);//循环发送,直到发送完毕    USART1->DR = (u8) ch;       return ch;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • skyblue_PinTu
    拼图 源代码 大家可以参考学习一下……(Puzzles everyone can refer to the source code to learn about ... ...)
    2009-02-07 21:58:17下载
    积分:1
  • C语言实现--设备信息管理系统
    C语言实现--设备信息管理系统,运用了C语言的文件操作和单链表,代码中有清晰备注,参考此案例能解决解决一般C语言学者的系统编译问题。
    2021-05-06下载
    积分:1
  • mfoc
    MFOC是一个开源的离线Nested攻击工具 这个程序可以获取mifare classic卡片的密钥 注意 需要一个已知密钥进行破解 (知一密求全密)(MFOC is an open source implementation of "offline nested" attack by Nethemba. This program allow to recover authentication keys from MIFARE Classic card. Please note MFOC is able to recover keys from target only if it have a known key: default one (hardcoded in MFOC) or custom one (user provided using command line).)
    2020-06-24 23:31:08下载
    积分:1
  • MIS&COMPOS-GMC参数配置
    说明:  银联POS设置教程啊啊啊,MIS,POS,GMC(UnionPay POS Setup Course)
    2020-06-16 06:00:02下载
    积分:1
  • 3、stm322.4寸彩屏8位并行发送(优化测试版)
    [stm32]一个简单的stm32vet6驱动2.4寸240X320的8位并口tft屏DEMO(a sample demo of stm32vet6LCD driver)
    2020-06-17 03:20:01下载
    积分:1
  • produksi_roti
    contoh aplikasi fuzzy sederhana untuk menentukan jumlah produksi roti
    2011-12-01 11:15:09下载
    积分:1
  • csaolei
    C language is currently the more popular high-level computer programming language, because of its simplicity, ease of use and powerful features have been widely favored by programmers. It is suitable as a system description language, can also be used to prepare the system software, application software can be written since
    2014-01-17 15:11:15下载
    积分:1
  • 20140624-TinyXml_2_6_2
    TinyXML 这是一个XML的解析器 用C++语言实现 的 可以用来读取和保存XML文件(TinyXML This is an XML parser in C++ language can be used to read and save the XML file)
    2014-07-10 19:12:58下载
    积分:1
  • 双阈值的AdaBoost算法
    基于双阈值的AdaBoost人脸检测算法 人脸库用MIT-
    2023-07-17 07:00:02下载
    积分:1
  • power_pwm1
    说明:  该模块是风电机组转矩控制器策略控制模块,可用于风电机组整机模型控制(This module is a wind turbine torque controller strategy control module, which can be used for wind turbine model control.)
    2019-03-21 15:37:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载