:386.176KB : :1 :2022-10-13 15:12:42
USB虚拟串口实验如果开发者对于本文件有需要的可以参考。
├── 实验43 USB虚拟串口实验
│ ├── CORE
│ │ ├── core_cm3.c
│ │ ├── core_cm3.h
│ │ └── startup_stm32f10x_hd.s
│ ├── HARDWARE
│ │ ├── KEY
│ │ │ ├── key.c
│ │ │ └── key.h
│ │ ├── stm32f10x.h
│ │ ├── stm32f10x_conf.h
│ │ ├── stm32f10x_it.c
│ │ ├── stm32f10x_it.h
│ │ ├── system_stm32f10x.c
│ │ └── system_stm32f10x.h
│ └── keilkilll.bat
└── 实验43 USB虚拟串口实验.rar
21 directories, 104 files
02-02驱动键鼠的硬件USB通讯
10-19STM32F03 USB+PCB+封装库
10-16VC操作查找USB的代码
10-16USBVIEW USB 数据的比对
10-16MCU usb通讯demo
10-15USB U盘试验(HOST)示例代码