搜索资源列表
在 STM32 上实现 USB CDC 虚拟串口
- Keil MDK 工程版本,通过 STM32 的 USB 端口在 PC 上虚拟一个 COM 口,当虚拟成功后,可通过串口调试软件发送控制命令,同时输出调试信息.内附源程序.
STM32_USB_LIB_INC-DEMOS_3.1.1
- Really good STM32 USB LIB! Demos are Included - CDC, HID, MassStorage and and and
USB-basedSTM32ApplicationDevelopmentNotes(Chinese)
- STM32 USB 源代码及笔记下载——STM32 USB固件以及上位机驱动、应用程序源程序和笔记。-USB-based STM32 application development notes
STM32_USBHID)
- STM32 usb 功能的实现,包含HID 类 ,CDC类 ,历程可以直接编译使用 。-Implementation of STM32 USB function, contains the HID class, CDC class, the process can directly use the compiler.
stm32f103USB-CDC
- STM32 USB虚拟串口,精简了一些代码,基于官方库-The USB cdc for STM32
STM32-USB-MSC
- STM32 USB模拟串口CDC和大容量存储器复合,使用usb模拟串口和U盘-STM32 USB analog serial CDC and mass storage composite, simulation using usb port and U disk
stm32_usbcdc_serial
- STM32 USBCDC 串口代码 使用V3.5库编写,非常方便移植使用。本人亲自调试可用。 用串口助手打开虚拟的com口 发送字符串可返回。-STM32 USB CDC V3.5 library to write code that uses the serial port, very convenient for transplant use. I personally debugging available. Open a virtual com port to send aide
USB-CDC-tongbu
- STM32 USB批量传输 CDC类,同时附USB资料及上位机开发源码-STM32 USB bulk transfer CDC class, while attached USB host computer and data source development
stm32虚拟串口驱动1.4
- Windows下STM32 USB虚拟串口驱动程序。本人经多次实验发现,必须在开发时,设置CDC的PID和VID两个参数与驱动程序中stmcdc.inf中的数字相同。否则,系统将不可识别STM32的USB口为串口。(STM32 USB virtual serial port driver under Windows. I have many experiments found that must be in development, set the CDC PID and VID, two pa
COM_MSC_Composite
- STM32F103C8T6 support Udisk and CDC funcations with usb
USB_HID_CDC复合设备
- stm32 usb hid协议与CDC协议双协议通讯