搜索资源列表
在 STM32 上实现 USB CDC 虚拟串口
- Keil MDK 工程版本,通过 STM32 的 USB 端口在 PC 上虚拟一个 COM 口,当虚拟成功后,可通过串口调试软件发送控制命令,同时输出调试信息.内附源程序.
STM32 用串口模拟SPI接口实现度CH374T的操作
- STM32 用串口模拟SPI接口实现度CH374T的操作。-STM32 with serial SPI interface degrees CH374T analog operation.
STM32
- 自制STM32开发板实现了ENC28J60网络,LCD,蓝牙串口,SD卡-Home STM32 development board implements ENC28J60 network, LCD, Bluetooth serial port, SD card
STM32-com
- 串口通讯 实现STM32串口通讯调试效果很好-COM conmunicate
STM32串口通信
- STM32的串口通信源程序,包含STM32串口通信的初始化以及通信实现原理
ADC+DMA+串口
- AD转换,DMA传输,通过串口实现上位机传输(AD conversion, to achieve the host computer transmission)
21-USART—串口通信
- STM32 USART 串口库函数程序,用中断函数实现接收数据(STM32 USART---------------)
STM32串口实验
- STM32单片机串口初始化配置,实现STM32串口收发(STM32 microcontroller serial initialization configuration, to achieve STM32 serial transceiver)
串口通讯
- 实现STM32串口通讯,以及OLED显示。(STM32 serial communication, and OLED display. Platform for keil DMK, engineering can be compiled to run.)
ALIENTEK MINISTM32 实验3 串口实验
- 一个基于STM32103的串口传输实现程序(A serial transfer program based on STM32103)
STM32实现串口IAP
- 在STM32F407上实现串口IAP通信(Implementation of serial IAP communication on STM32F407)
串口计算器
- STM32串口计算器,能过实现较为复杂的计算,包括小数点,括号优先级(多重括号)等。在串口助手中输入要计算的算式,点击发送就能返回结果。(STM32 serial calculator, can achieve more complex calculation, including decimal points, brackets priority (multiple brackets) and so on. In the serial assistant, enter the formula
USART—USART2指令控制RGB彩灯
- 基于STM32平台实现串口收发功能,帮助构建新的项目(Realizing the function of serial port and sending)
IAP-Bootloader V1.0
- 通过串口IAP方式实现STM32固件升级(STM32 firmware upgrading through serial IAP)
STM32-DCP-208 串口AD转换电路(ADS1118)
- 实现是STM32的AD转换,并通过串口发送。(Implementation is STM32 AD conversion, and sent through the serial port.)
(FIFO)串口接收和发送
- 使用stm32的串口实现fifo队列缓冲读写数据,值得新手学习(Using STM32 serial port to realize FIFO queue buffer read and write data, it is worth learning by novice.)
STM32(普通IO 模拟串口)
- 利用STm32普通IO口实现串口功能,可以弥补串口不足的缺点(Using STm32 common IO port to realize serial port function)
stm32 USB虚拟串口代码
- stm32 USB虚拟串口代码 实现串口和usb的转换(stm32 usb com convert)
串口实验
- STM32F103串口收发中断实现,STM32 通过串口和上位机的对话,STM32 在收到上位机发过来的字符串后,原原本本的返回给上位机。(STM32F103 serial port transceiver interrupt realization, STM32 through the serial port and the upper computer dialogue, STM32 after receiving the string from the upper computer, th
stm32 串口DMA中断
- 实现stm32 USART串口DMA发送和接收中断;产品可用