文件名称:在 STM32 上实现 USB CDC 虚拟串口
- 所属分类:
- 微处理器(ARM/PowerPC等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2011-06-27
- 文件大小:
- 909.25kb
- 下载次数:
- 6次
- 提 供 者:
- xyz543
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Keil MDK 工程版本,通过 STM32 的 USB 端口在 PC 上虚拟一个 COM 口,当虚拟成功后,可通过串口调试软件发送控制命令,同时输出调试信息.内附源程序.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : Virtual_COM.zip 列表 虚拟串口/ 虚拟串口/FWLib/ 虚拟串口/FWLib/library/ 虚拟串口/FWLib/library/inc/ 虚拟串口/FWLib/library/inc/cortexm3_macro.h 虚拟串口/FWLib/library/inc/stm32f10x_adc.h 虚拟串口/FWLib/library/inc/stm32f10x_bkp.h 虚拟串口/FWLib/library/inc/stm32f10x_can.h 虚拟串口/FWLib/library/inc/stm32f10x_dma.h 虚拟串口/FWLib/library/inc/stm32f10x_exti.h 虚拟串口/FWLib/library/inc/stm32f10x_flash.h 虚拟串口/FWLib/library/inc/stm32f10x_gpio.h 虚拟串口/FWLib/library/inc/stm32f10x_i2c.h 虚拟串口/FWLib/library/inc/stm32f10x_iwdg.h 虚拟串口/FWLib/library/inc/stm32f10x_lib.h 虚拟串口/FWLib/library/inc/stm32f10x_map.h 虚拟串口/FWLib/library/inc/stm32f10x_nvic.h 虚拟串口/FWLib/library/inc/stm32f10x_pwr.h 虚拟串口/FWLib/library/inc/stm32f10x_rcc.h 虚拟串口/FWLib/library/inc/stm32f10x_rtc.h 虚拟串口/FWLib/library/inc/stm32f10x_spi.h 虚拟串口/FWLib/library/inc/stm32f10x_systick.h 虚拟串口/FWLib/library/inc/stm32f10x_tim.h 虚拟串口/FWLib/library/inc/stm32f10x_tim1.h 虚拟串口/FWLib/library/inc/stm32f10x_type.h 虚拟串口/FWLib/library/inc/stm32f10x_usart.h 虚拟串口/FWLib/library/inc/stm32f10x_wwdg.h 虚拟串口/FWLib/library/src/ 虚拟串口/FWLib/library/src/stm32f10x_adc.c 虚拟串口/FWLib/library/src/stm32f10x_bkp.c 虚拟串口/FWLib/library/src/stm32f10x_can.c 虚拟串口/FWLib/library/src/stm32f10x_dma.c 虚拟串口/FWLib/library/src/stm32f10x_exti.c 虚拟串口/FWLib/library/src/stm32f10x_flash.c 虚拟串口/FWLib/library/src/stm32f10x_gpio.c 虚拟串口/FWLib/library/src/stm32f10x_i2c.c 虚拟串口/FWLib/library/src/stm32f10x_iwdg.c 虚拟串口/FWLib/library/src/stm32f10x_lib.c 虚拟串口/FWLib/library/src/stm32f10x_nvic.c 虚拟串口/FWLib/library/src/stm32f10x_pwr.c 虚拟串口/FWLib/library/src/stm32f10x_rcc.c 虚拟串口/FWLib/library/src/stm32f10x_rtc.c 虚拟串口/FWLib/library/src/stm32f10x_spi.c 虚拟串口/FWLib/library/src/stm32f10x_systick.c 虚拟串口/FWLib/library/src/stm32f10x_tim.c 虚拟串口/FWLib/library/src/stm32f10x_tim1.c 虚拟串口/FWLib/library/src/stm32f10x_usart.c 虚拟串口/FWLib/library/src/stm32f10x_wwdg.c 虚拟串口/USBLib/ 虚拟串口/USBLib/demos/ 虚拟串口/USBLib/demos/Virtual_COM_Port/ 虚拟串口/USBLib/demos/Virtual_COM_Port/include/ 虚拟串口/USBLib/demos/Virtual_COM_Port/include/hw_config.h 虚拟串口/USBLib/demos/Virtual_COM_Port/include/stm32f10x_conf.h 虚拟串口/USBLib/demos/Virtual_COM_Port/include/stm32f10x_it.h 虚拟串口/USBLib/demos/Virtual_COM_Port/include/usb_conf.h 虚拟串口/USBLib/demos/Virtual_COM_Port/include/usb_desc.h 虚拟串口/USBLib/demos/Virtual_COM_Port/include/usb_istr.h 虚拟串口/USBLib/demos/Virtual_COM_Port/include/usb_prop.h 虚拟串口/USBLib/demos/Virtual_COM_Port/include/usb_pwr.h 虚拟串口/USBLib/demos/Virtual_COM_Port/project/ 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RIDE/ 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RIDE/Virtual_COM_Port.rapp 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RIDE/Virtual_COM_Port.rprj 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RIDE/cortexm3_macro.s 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RIDE/stm32f10x_vector.c 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/ 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/FLASH.ini 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/JLink Regs CM3.txt 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/JLinkLog.txt 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/JLinkSettings.ini 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/List/ 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/List/VirtualCOMPort.map 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/List/cortexm3_macro.lst 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/List/stm32f10x_vector.lst 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/ 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/VirtualCOMPort.axf 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/VirtualCOMPort.hex 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/VirtualCOMPort.htm 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/VirtualCOMPort.lnp 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/VirtualCOMPort.plg 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/VirtualCOMPort.sct 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/VirtualCOMPort.tra 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/VirtualCOMPort_sct.Bak 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/cortexm3_macro.d 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/cortexm3_macro.o 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/hw_config.crf 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/hw_config.d 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/hw_config.o 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/main.crf 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/main.d 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/main.o 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/stm32f10x_flash.crf 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/stm32f10x_flash.d 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/stm32f10x_flash.o 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/stm32f10x_gpio.__i 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/stm32f10x_gpio.crf 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/stm32f10x_gpio.d 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/stm32f10x_gpio.o 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/stm32f10x_it.crf 虚拟串口/USBLib/demos/Virtual_COM_Port/project/RVMDK/Obj/stm32f10x_it.d 虚拟串口/USBLib/demos/Virtual_COM_Port/p