登录
首页 » 通信 » stm32f103c6 串口

stm32f103c6 串口

于 2022-11-21 发布 文件大小:341.24 kB
0 154
下载积分: 2 下载次数: 1

代码说明:

stm32f103c6的串口C程序,已测试过。采用中断方式。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

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

发表评论

0 个回复

  • m sequence generation, including in GF (p), the p value based on different, diff...
    m序列的生成,包括在有限域GF(p)中的基于不同p取值,不同级数条件下的本原多项式多种选择条件下的m序列生成。-m sequence generation, including in GF (p), the p value based on different, different levels under the conditions of primitive polynomial number of options under the conditions of m-sequences generated.
    2022-02-06 02:01:39下载
    积分:1
  • VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
    VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
    2023-07-24 17:35:03下载
    积分:1
  • PSK仿真
    PSK模拟MATALB,与调制解调,无位定时Synchronouse,并提供频谱图形。
    2023-01-19 13:45:03下载
    积分:1
  • 在许多软件系统中,表格控件在对数据进行浏 览、编辑等操作方面都有良好表现。遗憾的是,Visual C++并没有提供直接支持表格操作的用控制类。不...
    在许多软件系统中,表格控件在对数据进行浏 览、编辑等操作方面都有良好表现。遗憾的是,Visual C++并没有提供直接支持表格操作的通用控制类。不 过,我们可以通过注册VisualC++5.O的ActiveX 控件中的Microsoft FlexGrid Control,version5.0 控件并添加到项目中来实现对表格的显示及操作。下 面将结合具体实例,介绍如何在对话框中加入表格控 件并实现对表格数据的显示、修改和保存。文中程序 是在中文WindowsNT4.0环境下,用VisualC++・5.0 编写的。 -In many software systems, forms control in the data view, edit and operational aspects such as good performance. Unfortunately, Visual C++ does not provide direct support to form a common operational control class. However, we can register VisualC++5. O The ActiveX controls in the Microsoft FlexGrid Control, version5.0 control and add to the project to achieve the right form of display and operation. Below with specific examples on how to add form controls in the dialog box and to achieve the display of tabular data, modify and save. This paper program is in the Chinese WindowsNT4.0 environment, using VisualC++ ・ 5.0 prepared.
    2022-10-31 12:15:02下载
    积分:1
  • Serial multi
    多线程串口调试工具,支持文本传输,可十六进制显示-Serial multi-threaded debugging tools, support for text transmission, can be displayed in hexadecimal
    2023-07-02 18:05:04下载
    积分:1
  • This is Modbus applications. Think it said very clearly that we want to be helpf...
    这是modbus的应用。觉得这讲的很清楚,希望对大家有所帮助。-This is Modbus applications. Think it said very clearly that we want to be helpful.
    2022-01-25 23:35:09下载
    积分:1
  • 直接调用的实时天气预报息,在什么地方,就是什么地方的首页....
    直接调用的实时天气预报信息,在什么地方,就是什么地方的首页.-Direct calls in real-time weather information, in any place where is the home page.
    2022-07-17 17:05:09下载
    积分:1
  • PIC16F877单片机使用外部中断最简单的演示程序,适合PIC单片机初学者使用。...
    PIC16F877单片机使用外部中断最简单的演示程序,适合PIC单片机初学者使用。-PIC16F877 MCU external interrupt most simple demonstration program, suitable for PIC microcontrollers for beginners to use.
    2023-08-13 19:35:03下载
    积分:1
  • 另类的UDP聊天,分有客户端与服务器端,VB编程,很好用,
    另类的UDP聊天,分有客户端与服务器端,VB编程,很好用,-alternative UDP Chat, for a client and server, Visual Basic programming, useful,
    2022-01-25 20:07:33下载
    积分:1
  • 依据GSM 05.03建议,在高斯干扰和突发干扰下,对TCH/FS道作噪误码性能的仿真...
    依据GSM 05.03建议,在高斯干扰和突发干扰下,对TCH/FS信道作信噪误码性能的仿真-05.03 based on GSM, the Gaussian interference and unexpected interference, right TCH/FS channel for the signal to noise BER simulation
    2023-06-09 23:25:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载