Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Embeded-SCM Develop ARM-PowerPC-ColdFire-MIPS

在 STM32 上实现 USB CDC 虚拟串口

  • Category : ARM-PowerPC-ColdFire-MIPS
  • Tags :
  • Update : 2011-06-27
  • Size : 909.25kb
  • Downloaded :6次
  • Author :xyz543
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
Keil MDK 工程版本,通过 STM32 的 USB 端口在 PC 上虚拟一个 COM 口,当虚拟成功后,可通过串口调试软件发送控制命令,同时输出调试信息.内附源程序.
Packet file list
(Preview for download)
Packet : Virtual_COM.zip filelist
虚拟串口/
虚拟串口/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
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.