登录
首页 » Visual Basic » stm32f4-usb-cdc-Host

stm32f4-usb-cdc-Host

于 2015-11-20 发布 文件大小:8443KB
0 122
下载积分: 1 下载次数: 134

代码说明:

  这是一个usb cdc host 的工程,只需做简单的修改即可成为自己的工程(stm32f4 usb cdc host)

文件列表:

V10.2--F4虚拟串口Host--收发(已测)
.................................\GeneralFunction
.................................\...............\inc
.................................\...............\...\MyDataProcess.h,443,2015-01-25
.................................\...............\...\MyMath.h,127,2015-01-09
.................................\...............\...\visual_scope.h,165,2014-07-25
.................................\...............\src
.................................\...............\...\MyDataProcess.c,1709,2015-01-25
.................................\...............\...\MyMath.c,243,2015-01-08
.................................\...............\...\visual_scope.c,1278,2015-01-08
.................................\Libraries
.................................\.........\CMSIS
.................................\.........\.....\stm32f4xx.h,530857,2012-03-05
.................................\.........\.....\system_stm32f4xx.c,21856,2012-03-05
.................................\.........\.....\system_stm32f4xx.h,2222,2012-03-05
.................................\.........\Startup
.................................\.........\.......\startup_stm32f4xx.s,29637,2014-12-23
.................................\.........\STM32F4xx_StdPeriph_Driver
.................................\.........\..........................\inc
.................................\.........\..........................\...\misc.h,6923,2012-03-05
.................................\.........\..........................\...\stm32f4xx_adc.h,32548,2012-03-05
.................................\.........\..........................\...\stm32f4xx_can.h,27317,2012-03-05
.................................\.........\..........................\...\stm32f4xx_crc.h,2415,2012-03-05
.................................\.........\..........................\...\stm32f4xx_cryp.h,12659,2012-03-05
.................................\.........\..........................\...\stm32f4xx_dac.h,14945,2012-03-05
.................................\.........\..........................\...\stm32f4xx_dbgmcu.h,4295,2012-03-05
.................................\.........\..........................\...\stm32f4xx_dcmi.h,12976,2012-03-05
.................................\.........\..........................\...\stm32f4xx_dma.h,28879,2012-03-05
.................................\.........\..........................\...\stm32f4xx_exti.h,8011,2012-03-05
.................................\.........\..........................\...\stm32f4xx_flash.h,14594,2012-03-05
.................................\.........\..........................\...\stm32f4xx_fsmc.h,27175,2012-03-05
.................................\.........\..........................\...\stm32f4xx_gpio.h,17700,2012-03-05
.................................\.........\..........................\...\stm32f4xx_hash.h,9083,2012-03-05
.................................\.........\..........................\...\stm32f4xx_i2c.h,31645,2012-03-05
.................................\.........\..........................\...\stm32f4xx_iwdg.h,4322,2012-03-05
.................................\.........\..........................\...\stm32f4xx_pwr.h,6153,2012-03-05
.................................\.........\..........................\...\stm32f4xx_rcc.h,24873,2012-03-05
.................................\.........\..........................\...\stm32f4xx_rng.h,3957,2012-03-05
.................................\.........\..........................\...\stm32f4xx_rtc.h,40544,2012-03-05
.................................\.........\..........................\...\stm32f4xx_sdio.h,22776,2012-03-05
.................................\.........\..........................\...\stm32f4xx_spi.h,20778,2012-03-05
.................................\.........\..........................\...\stm32f4xx_syscfg.h,7227,2012-03-05
.................................\.........\..........................\...\stm32f4xx_tim.h,51688,2012-03-05
.................................\.........\..........................\...\stm32f4xx_usart.h,17801,2012-03-05
.................................\.........\..........................\...\stm32f4xx_wwdg.h,3541,2012-03-05
.................................\.........\..........................\src
.................................\.........\..........................\...\misc.c,11442,2012-03-05
.................................\.........\..........................\...\stm32f4xx_adc.c,68402,2012-03-05
.................................\.........\..........................\...\stm32f4xx_can.c,60056,2012-03-05
.................................\.........\..........................\...\stm32f4xx_crc.c,3595,2012-03-05
.................................\.........\..........................\...\stm32f4xx_cryp.c,32716,2012-03-05
.................................\.........\..........................\...\stm32f4xx_cryp_aes.c,21778,2012-03-05
.................................\.........\..........................\...\stm32f4xx_cryp_des.c,9489,2012-03-05
.................................\.........\..........................\...\stm32f4xx_cryp_tdes.c,10213,2012-03-05
.................................\.........\..........................\...\stm32f4xx_dac.c,27121,2012-03-05
.................................\.........\..........................\...\stm32f4xx_dbgmcu.c,6808,2012-03-05
.................................\.........\..........................\...\stm32f4xx_dcmi.c,18997,2012-03-05
.................................\.........\..........................\...\stm32f4xx_dma.c,52695,2012-03-05
.................................\.........\..........................\...\stm32f4xx_exti.c,10346,2012-03-05
.................................\.........\..........................\...\stm32f4xx_flash.c,38040,2012-03-05
.................................\.........\..........................\...\stm32f4xx_fsmc.c,41888,2012-03-05
.................................\.........\..........................\...\stm32f4xx_gpio.c,21157,2012-03-05
.................................\.........\..........................\...\stm32f4xx_hash.c,26216,2012-03-05
.................................\.........\..........................\...\stm32f4xx_hash_md5.c,9675,2012-03-05
.................................\.........\..........................\...\stm32f4xx_hash_sha1.c,9871,2012-03-05
.................................\.........\..........................\...\stm32f4xx_i2c.c,52812,2012-03-05
.................................\.........\..........................\...\stm32f4xx_iwdg.c,9671,2012-03-05
.................................\.........\..........................\...\stm32f4xx_pwr.c,25222,2012-03-05
.................................\.........\..........................\...\stm32f4xx_rcc.c,74782,2012-03-05
.................................\.........\..........................\...\stm32f4xx_rng.c,14140,2012-03-05
.................................\.........\..........................\...\stm32f4xx_rtc.c,104477,2012-03-05
.................................\.........\..........................\...\stm32f4xx_sdio.c,39827,2012-03-05
.................................\.........\..........................\...\stm32f4xx_spi.c,51850,2012-03-05
.................................\.........\..........................\...\stm32f4xx_syscfg.c,7603,2012-03-05
.................................\.........\..........................\...\stm32f4xx_tim.c,125490,2012-03-05
.................................\.........\..........................\...\stm32f4xx_usart.c,56804,2012-03-05
.................................\.........\..........................\...\stm32f4xx_wwdg.c,10791,2012-03-05
.................................\Project
.................................\.......\JLinkLog.txt,113286,2015-11-17
.................................\.......\JLinkSettings.ini,650,2014-12-22
.................................\.......\List
.................................\.......\Obj
.................................\.......\...\beep.crf,310144,2015-11-08
.................................\.......\...\beep.d,1218,2015-11-08
.................................\.......\...\beep.o,330348,2015-11-08
.................................\.......\...\can1.crf,364633,2015-08-10
.................................\.......\...\can1.d,1953,2015-08-10
.................................\.......\...\can1.o,394988,2015-08-10
.................................\.......\...\data_display.crf,514,2015-07-27
.................................\.......\...\data_display.d,100,2015-07-27
.................................\.......\...\delay.crf,310196,2015-11-08
.................................\.......\...\delay.d,1239,2015-11-08
.................................\.......\...\delay.o,330696,2015-11-08
.................................\.......\...\encodedata.crf,361885,2015-01-09
.................................\.......\...\encodedata.d,2056,2015-01-09
.................................\.......\...\encodedata.o,388224,2015-01-09
.................................\.......\...\ExtDll.iex,19,2015-11-09
.................................\.......\...\ili9320.crf,328948,2015-10-26
.................................\.......\...\ili9320.d,1423,2015-10-26
.................................\.......\...\ili9320.o,362444,2015-10-26

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

发表评论

0 个回复

  • js
    说明:  利用VB6.0计算指定日期在一年当中的排序,以1月1日为第一天。(Sort calculated using VB6.0 specified date in the year to January 1 as the first day.)
    2015-09-11 18:44:27下载
    积分:1
  • PMV-PPD
    VB复杂计算,含绘图功能,同时也是个实用的空调辐射温度 舒适度衡量软件,稳定可靠(VB complex calculations, including graphics, is also a practical air-conditioned comfort of radiation temperature measuring software, stable and reliable)
    2008-12-22 17:08:20下载
    积分:1
  • 20059211281636
    软件界面友好,包含了进销存的基本功能,可在此基础上进一步开发。 (Friendly software interface, contains the basic functions Invoicing can be further developed on this basis.)
    2010-08-06 17:23:44下载
    积分:1
  • vbcjdd
    vb的经典插件对于初学者来说很方便的插件可以屏蔽垃圾代码(vb classic plugin for beginners is very convenient plug-shielding can refuse code)
    2007-01-21 23:34:20下载
    积分:1
  • ACCESS
    VB读取ACCESS.rar (VB to read ACCESS.rar)
    2009-10-19 11:24:42下载
    积分:1
  • choix-de-lordinateur
    基于VB的选择家用电脑程序(笔记本或者台式机),语言注释为法语。(Un pogramme pour choisir un ordinateur chez vous.)
    2013-12-07 12:08:22下载
    积分:1
  • caobiao
    基本7022芯片的抄表测试程序.代码与抄表终端一致(Basic 7022 chip meter test procedure. Code consistent with the meter reading terminal)
    2008-05-06 13:59:37下载
    积分:1
  • update-online
    一套完整的在线升级程序,只需修改配置文件即可成为自己的升级程序。(A complete set of online upgrade program, simply modify the configuration file to become their own upgrade process.)
    2013-09-18 09:28:45下载
    积分:1
  • VB-script-5.6-r
    VB script 5.6 对经典的学习js和vbs的教程,微软出品(VB script 5.6 of classical learning js and vbs tutorial, Microsoft Publisher)
    2013-03-24 09:55:57下载
    积分:1
  • arcengine
    arcengine开发手册,非常适合初学者入门学习,开发人员也可以参考(ArcEngine all interfaces and classes diagram, clarity)
    2013-08-12 17:22:15下载
    积分:1
  • 696524资源总数
  • 103801会员总数
  • 61今日下载